aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/logextract.py
Commit message (Expand)AuthorAgeFilesLines
* Remove git based version handlingTomasz Kramkowski2025-08-151-8/+2
* Run black on all first party python codeTomasz Kramkowski2025-08-061-133/+240
* scripts: modernize logextract.py (with opens, generators)Maël Kerbiriou2023-07-161-35/+37
* scripts: logextract.py Python 3 compatibilityMaël Kerbiriou2023-07-161-10/+16
* logextract: Improve detection of clock and tmc uart parametersKevin O'Connor2022-09-201-4/+4
* logextract: Add support for reordering stepper queue messages by timestampKevin O'Connor2022-02-071-3/+41
* logextract: Add support for reordering trapq moves by timestampKevin O'Connor2022-02-061-2/+39
* logextract: Support reordering API Server messages by timestampKevin O'Connor2022-02-061-0/+21
* logextract: Breakup shutdown parsing into classesKevin O'Connor2022-02-061-151/+216
* logextract: Improve handling of TMC UART read/write register commandsKevin O'Connor2021-02-281-1/+3
* logextract: Add helper to decode tmcuart messagesKevin O'Connor2021-02-281-0/+104
* logextract: Update for absolutecoord -> absolute_coord changeKevin O'Connor2019-05-311-2/+2
* logextract: Add mcu annotation on send/receive shutdown reportsKevin O'Connor2019-03-311-5/+8
* logextract: Wrap code to 80 columnsKevin O'Connor2019-02-271-2/+4
* logextract: Make sure config files end with a newlineKevin O'Connor2018-10-241-1/+1
* logextract: Fix handling of clock reports at end of lineKevin O'Connor2018-10-081-1/+1
* logextract: Add support for extracting recent g-code from a shutdownKevin O'Connor2018-09-281-3/+47
* logextract: Detect clock field even if it is last field on lineKevin O'Connor2018-06-131-1/+1
* graphstats: Make check for stats prefixes more robustKevin O'Connor2018-05-231-1/+1
* 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
* 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
* logextract: Fix handling of messages with retransmitsKevin O'Connor2017-12-291-1/+2
* logextract: Update file commentKevin O'Connor2017-12-181-1/+1
* logextract: Rename extractconfig.py to logextract.py and add shutdown parsingKevin O'Connor2017-12-161-0/+259