aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.h
Commit message (Expand)AuthorAgeFilesLines
* command: Make command_add_frame() and command_encodef() staticKevin O'Connor2021-10-211-3/+0
* command: Add command_decode_ptr() helperKevin O'Connor2020-10-301-0/+1
* buildcommands: Match DECL_X names to the actual C macro namesKevin O'Connor2019-08-221-6/+7
* command: Allow count parameter of DECL_ENUMERATION_RANGE() to be an expressionKevin O'Connor2019-08-221-2/+2
* ctr: Add support for multiple integers in DECL_CTR_INTKevin O'Connor2019-08-221-5/+5
* msgproto: Convert static strings to a more generic enumeration systemKevin O'Connor2019-03-171-0/+7
* command: Support evaluating C expressions in DECL_CONSTANT()Kevin O'Connor2019-03-171-11/+7
* command: Always pass a string to the DECL_CONSTANT() macroKevin O'Connor2019-03-171-4/+4
* command: Wait to send ack until after processing commandsKevin O'Connor2018-05-281-0/+1
* command: Add command_find_and_dispatch() helperKevin O'Connor2018-05-281-0/+2
* command: Add a command_encode_and_frame() helperKevin O'Connor2018-05-281-1/+3
* command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengthsKevin O'Connor2018-05-281-7/+8
* command: Don't pass max_size to command_encodef()Kevin O'Connor2017-08-141-2/+2
* pru: Rework command processing so that most of it is done on pru0Kevin O'Connor2017-06-301-0/+15
* command: Move low-level sendf transmission into board codeKevin O'Connor2017-06-291-9/+13
* command: Move command_task() to board specific codeKevin O'Connor2017-06-291-0/+2
* command: Store the command parsing information directly in arrayKevin O'Connor2017-05-261-1/+1
* build: Avoid linker magic in compile_time_request.c unique id generationKevin O'Connor2017-05-261-31/+20
* command: Use "i" instead of "m" constraint in _DECL_REQUEST_IDKevin O'Connor2017-05-151-1/+1
* build: Define DECL_CONSTANT mechanism for defining exported constantsKevin O'Connor2016-12-231-0/+9
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+81