aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* build: Use git describe --alwaysKevin O'Connor2018-02-261-1/+1
* test: Add travis_fold markers to build outputKevin O'Connor2018-02-261-0/+4
* test: Update travis build to include a basic klippy host testKevin O'Connor2018-02-262-0/+73
* graphstats: Support selecting an mcu to graph from the command-lineKevin O'Connor2018-02-191-13/+19
* graphstats: Set size on frequency graphKevin O'Connor2018-02-181-0/+1
* avrsim: Rework pacing mechanismKevin O'Connor2018-02-051-13/+11
* graphstats: Fix multi-mcu parsing with reordered statsKevin O'Connor2018-02-031-1/+7
* graphstats: Fix for print_stall detectionKevin O'Connor2018-01-281-5/+5
* logextract: Fix error in config file name printKevin O'Connor2018-01-281-1/+1
* logextract: Better handle the case of a missing config sectionKevin O'Connor2018-01-211-4/+6
* graphstats: Use alpha transparency when plotting the statsKevin O'Connor2018-01-141-9/+7
* graphstats: Fix filtering of normal buffer_time runoff statsKevin O'Connor2018-01-141-19/+25
* logextract: Fix parsing of "is_shutdown" messagesKevin O'Connor2018-01-121-1/+1
* logextract: Add support for extracting shutdown info on multiple mcusKevin O'Connor2018-01-021-38/+70
* graphstats: Add support for generating a graph of mcu frequencyKevin O'Connor2017-12-301-4/+53
* graphstats: Use a smaller font in the graph legendKevin O'Connor2017-12-301-2/+4
* graphstats: Fix case where an Xwindows display may not be availableKevin O'Connor2017-12-301-5/+6
* logextract: Fix handling of messages with retransmitsKevin O'Connor2017-12-291-1/+2
* build: Add gcc and binutils version to mcu data dictionaryKevin O'Connor2017-12-211-6/+43
* logextract: Update file commentKevin O'Connor2017-12-181-1/+1
* logextract: Rename extractconfig.py to logextract.py and add shutdown parsingKevin O'Connor2017-12-162-56/+259
* 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