aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/buildcommands.py
Commit message (Expand)AuthorAgeFilesLines
* buildcommands: Detect duplicate strings when generating static string idsKevin O'Connor2018-11-181-1/+4
* buildcommands: Move data dictionary generation to its own classKevin O'Connor2018-11-181-39/+47
* buildcommands: Move version generation to its own classKevin O'Connor2018-11-181-18/+27
* buildcommands: Move command/response code generation to its own classKevin O'Connor2018-11-181-142/+155
* buildcommands: Move DECL_CONSTANT code to its own classKevin O'Connor2018-11-181-13/+27
* buildcommands: Move DECL_STATIC_STR code to its own classKevin O'Connor2018-11-181-28/+41
* buildcommands: Move DECL_CALLLIST code to its own classKevin O'Connor2018-11-181-26/+42
* build: Use git describe --alwaysKevin O'Connor2018-02-261-1/+1
* build: Add gcc and binutils version to mcu data dictionaryKevin O'Connor2017-12-211-6/+43
* sched: Pass shutdown reason code via longjmp() parameterKevin O'Connor2017-07-041-2/+4
* msgproto: Export static_strings from mcu to host as a dictionaryKevin O'Connor2017-07-021-1/+2
* command: Directly call command_sendf() for ack/nak messagesKevin O'Connor2017-06-291-9/+1
* command: Encode MESSAGE_MIN in command_parser->max_sizeKevin O'Connor2017-06-291-3/+5
* build: Request python2 for all directly executed python binariesKevin O'Connor2017-06-271-1/+1
* command: Store the command parsing information directly in arrayKevin O'Connor2017-05-261-12/+6
* build: Use compile_time_request system for init, tasks, and shutdownKevin O'Connor2017-05-261-2/+26
* build: Avoid linker magic in compile_time_request.c unique id generationKevin O'Connor2017-05-261-19/+65
* build: Add __visible to variables in compile_time_request.cKevin O'Connor2017-05-151-6/+8
* build: Define DECL_CONSTANT mechanism for defining exported constantsKevin O'Connor2016-12-231-28/+15
* build: Support creating and storing the data dictionary on each buildKevin O'Connor2016-09-101-3/+11
* serialhdl: Calculate baudadjust from MCU's baud instead of host baudKevin O'Connor2016-07-161-1/+1
* buildcommands: Fix max_size calculationKevin O'Connor2016-06-051-1/+1
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+313