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
/
scripts
/
buildcommands.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
buildcommands: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-6
/
+7
*
buildcommands: Don't attach hostname and build date to version on a clean build
Kevin O'Connor
2021-04-22
1
-6
/
+10
*
buildcommands: Call irq_poll() after last task function
Kevin O'Connor
2021-04-21
1
-1
/
+3
*
buildcommands: Extend number of available mcu messages from 96 to 128
Kevin O'Connor
2021-02-18
1
-12
/
+15
*
msgproto: Avoid peeking into the msgproto class members
Kevin O'Connor
2021-02-18
1
-18
/
+17
*
buildcommands: Match DECL_X names to the actual C macro names
Kevin O'Connor
2019-08-22
1
-5
/
+5
*
ctr: Encode negative integers in normal hex notation
Kevin O'Connor
2019-08-22
1
-14
/
+4
*
command: Allow count parameter of DECL_ENUMERATION_RANGE() to be an expression
Kevin O'Connor
2019-08-22
1
-6
/
+3
*
ctr: Encode integers in hex
Kevin O'Connor
2019-08-22
1
-2
/
+2
*
Makefile: Translate null characters to newline characters in ctr requests
Kevin O'Connor
2019-08-22
1
-1
/
+1
*
armcm_boot: Add generic code for early board init on armcm machines
Kevin O'Connor
2019-08-22
1
-0
/
+44
*
initial_pins: Add ability to configure output pins at mcu startup
Kevin O'Connor
2019-03-17
1
-3
/
+53
*
msgproto: Convert static strings to a more generic enumeration system
Kevin O'Connor
2019-03-17
1
-9
/
+29
*
command: Support evaluating C expressions in DECL_CONSTANT()
Kevin O'Connor
2019-03-17
1
-4
/
+21
*
buildcommands: Use dictionaries to describe commands, responses, and output
Kevin O'Connor
2019-03-17
1
-12
/
+16
*
buildcommands: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-1
/
+1
*
buildcommands: Make sure to not use 96 or more message ids
Kevin O'Connor
2018-11-18
1
-0
/
+3
*
buildcommands: Remove unnecessary spaces from data dictionary
Kevin O'Connor
2018-11-18
1
-1
/
+1
*
buildcommands: Detect duplicate strings when generating static string ids
Kevin O'Connor
2018-11-18
1
-1
/
+4
*
buildcommands: Move data dictionary generation to its own class
Kevin O'Connor
2018-11-18
1
-39
/
+47
*
buildcommands: Move version generation to its own class
Kevin O'Connor
2018-11-18
1
-18
/
+27
*
buildcommands: Move command/response code generation to its own class
Kevin O'Connor
2018-11-18
1
-142
/
+155
*
buildcommands: Move DECL_CONSTANT code to its own class
Kevin O'Connor
2018-11-18
1
-13
/
+27
*
buildcommands: Move DECL_STATIC_STR code to its own class
Kevin O'Connor
2018-11-18
1
-28
/
+41
*
buildcommands: Move DECL_CALLLIST code to its own class
Kevin O'Connor
2018-11-18
1
-26
/
+42
*
build: Use git describe --always
Kevin O'Connor
2018-02-26
1
-1
/
+1
*
build: Add gcc and binutils version to mcu data dictionary
Kevin O'Connor
2017-12-21
1
-6
/
+43
*
sched: Pass shutdown reason code via longjmp() parameter
Kevin O'Connor
2017-07-04
1
-2
/
+4
*
msgproto: Export static_strings from mcu to host as a dictionary
Kevin O'Connor
2017-07-02
1
-1
/
+2
*
command: Directly call command_sendf() for ack/nak messages
Kevin O'Connor
2017-06-29
1
-9
/
+1
*
command: Encode MESSAGE_MIN in command_parser->max_size
Kevin O'Connor
2017-06-29
1
-3
/
+5
*
build: Request python2 for all directly executed python binaries
Kevin O'Connor
2017-06-27
1
-1
/
+1
*
command: Store the command parsing information directly in array
Kevin O'Connor
2017-05-26
1
-12
/
+6
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
1
-2
/
+26
*
build: Avoid linker magic in compile_time_request.c unique id generation
Kevin O'Connor
2017-05-26
1
-19
/
+65
*
build: Add __visible to variables in compile_time_request.c
Kevin O'Connor
2017-05-15
1
-6
/
+8
*
build: Define DECL_CONSTANT mechanism for defining exported constants
Kevin O'Connor
2016-12-23
1
-28
/
+15
*
build: Support creating and storing the data dictionary on each build
Kevin O'Connor
2016-09-10
1
-3
/
+11
*
serialhdl: Calculate baudadjust from MCU's baud instead of host baud
Kevin O'Connor
2016-07-16
1
-1
/
+1
*
buildcommands: Fix max_size calculation
Kevin O'Connor
2016-06-05
1
-1
/
+1
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+313