aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* extractconfig: Add helper script that extracts config files from a logKevin O'Connor2017-12-061-0/+56
* graphstats: Fix graphing scriptKevin O'Connor2017-10-291-4/+6
* pru: Force load the ADC module during PRU startupKevin O'Connor2017-10-181-0/+3
* pru: Update start script to always unbind the PRU before binding itKevin O'Connor2017-10-051-1/+4
* pru: Update installation and flash scriptsKevin O'Connor2017-09-204-29/+122
* graphstats: Increase maximum expected task durationKevin O'Connor2017-08-091-1/+2
* graphstats: Fix so that older files (predating mcu_awake) still workKevin O'Connor2017-07-211-1/+1
* graphstats: Support graphing "mcu_awake" statisticKevin O'Connor2017-07-191-2/+9
* pru: Add documentation and install scripts for running on the PRUKevin O'Connor2017-07-052-0/+101
* pru: Add support for "make flash" ruleKevin O'Connor2017-07-051-0/+30
* 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-275-5/+5
* checkstack: Continue to accumulate stack usage on misc instructionsKevin O'Connor2017-06-221-2/+2
* install-octopi: Add python-virtualdev to package listKevin O'Connor2017-06-151-1/+1
* command: Store the command parsing information directly in arrayKevin O'Connor2017-05-262-20/+23
* build: Use compile_time_request system for init, tasks, and shutdownKevin O'Connor2017-05-262-10/+27
* 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
* scripts: Add octopi installation scriptsKevin O'Connor2017-04-212-0/+156
* graphstats: The times are no longer in UTC timeKevin O'Connor2017-04-111-1/+1
* checkstack: Be more flexible in finding the timer irq functionKevin O'Connor2017-04-021-2/+2
* avrsim: Catch simulation errorsKevin O'Connor2017-03-261-0/+1
* checkstack: Updates for newer binutilsKevin O'Connor2017-03-261-0/+3
* avrsim: Support pacing the simulationKevin O'Connor2017-03-241-1/+32
* avrsim: Do IO directly from simulavr callbacksKevin O'Connor2017-03-241-45/+39
* toolhead: Rework lookahead flush to be more stable during high cpuKevin O'Connor2017-02-121-2/+2
* graphstats: Display host buffer stats in graphKevin O'Connor2017-02-021-2/+24
* build: Define DECL_CONSTANT mechanism for defining exported constantsKevin O'Connor2016-12-231-28/+15
* graphstats: Updates for recent stats changesKevin O'Connor2016-12-061-2/+7
* stepstats: Update stepstats script with change in dir_pin meaningKevin O'Connor2016-12-011-2/+2
* stepstats: Add debugging script to calculate stats on stepper movementKevin O'Connor2016-10-311-0/+39
* graphstats: Add new helper script that generates graphs of MCU loadKevin O'Connor2016-10-311-0/+85
* 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-253-0/+763
* build: Update kconfig to always emit symbols - even when false.Kevin O'Connor2014-08-231-1/+9
* build: Update kconfig to work outside of kbuild make system.Kevin O'Connor2014-08-231-7/+17
* build: Add kconfig menu system.Kevin O'Connor2014-08-2343-0/+26868