index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
command.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
command: Make command_add_frame() and command_encodef() static
Kevin O'Connor
2021-10-21
1
-3
/
+0
*
command: Add command_decode_ptr() helper
Kevin O'Connor
2020-10-30
1
-0
/
+1
*
buildcommands: Match DECL_X names to the actual C macro names
Kevin O'Connor
2019-08-22
1
-6
/
+7
*
command: Allow count parameter of DECL_ENUMERATION_RANGE() to be an expression
Kevin O'Connor
2019-08-22
1
-2
/
+2
*
ctr: Add support for multiple integers in DECL_CTR_INT
Kevin O'Connor
2019-08-22
1
-5
/
+5
*
msgproto: Convert static strings to a more generic enumeration system
Kevin O'Connor
2019-03-17
1
-0
/
+7
*
command: Support evaluating C expressions in DECL_CONSTANT()
Kevin O'Connor
2019-03-17
1
-11
/
+7
*
command: Always pass a string to the DECL_CONSTANT() macro
Kevin O'Connor
2019-03-17
1
-4
/
+4
*
command: Wait to send ack until after processing commands
Kevin O'Connor
2018-05-28
1
-0
/
+1
*
command: Add command_find_and_dispatch() helper
Kevin O'Connor
2018-05-28
1
-0
/
+2
*
command: Add a command_encode_and_frame() helper
Kevin O'Connor
2018-05-28
1
-1
/
+3
*
command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths
Kevin O'Connor
2018-05-28
1
-7
/
+8
*
command: Don't pass max_size to command_encodef()
Kevin O'Connor
2017-08-14
1
-2
/
+2
*
pru: Rework command processing so that most of it is done on pru0
Kevin O'Connor
2017-06-30
1
-0
/
+15
*
command: Move low-level sendf transmission into board code
Kevin O'Connor
2017-06-29
1
-9
/
+13
*
command: Move command_task() to board specific code
Kevin O'Connor
2017-06-29
1
-0
/
+2
*
command: Store the command parsing information directly in array
Kevin O'Connor
2017-05-26
1
-1
/
+1
*
build: Avoid linker magic in compile_time_request.c unique id generation
Kevin O'Connor
2017-05-26
1
-31
/
+20
*
command: Use "i" instead of "m" constraint in _DECL_REQUEST_ID
Kevin O'Connor
2017-05-15
1
-1
/
+1
*
build: Define DECL_CONSTANT mechanism for defining exported constants
Kevin O'Connor
2016-12-23
1
-0
/
+9
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+81