aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* motan: Add an analyzer to integrate accelerometer inputKevin O'Connor2021-10-161-1/+60
* motan: Add support for graphing stepper motor phase and microstep positionKevin O'Connor2021-10-161-0/+98
* motan: Show data filename in graph titleKevin O'Connor2021-10-161-3/+3
* configfile: Use Python2's ConfigParser when running on Python2Kevin O'Connor2021-10-091-1/+0
* spi_flash: Improve Python3 compatibilityKevin O'Connor2021-10-071-5/+6
* scripts: Use backport of a recent Python3 configparser on Python2Kevin O'Connor2021-10-041-0/+1
* klippy: Add a build import test toolKevin O'Connor2021-10-041-0/+8
* scripts: Update klippy build tests to verify on both Python2 and Python3Kevin O'Connor2021-10-042-5/+20
* buildcommands: Convert to Python3 string encodingKevin O'Connor2021-10-011-6/+7
* test_klippy: Convert to Python3 string encodingKevin O'Connor2021-10-011-3/+3
* klippy-requirements: Update dependencies to support Python 3.9+Kevin O'Connor2021-10-011-2/+2
* motan: Improve handling of errors during data subscriptionsKevin O'Connor2021-09-261-0/+4
* avrsim: Change default speed to 16Mhz and default baud to 250KKevin O'Connor2021-09-161-2/+2
* update_chitu: generating update uuid based on file hash (#4663)Vladimir Serov2021-09-151-2/+4
* motan: Add support for dumping and analyzing adxl345 dataKevin O'Connor2021-08-302-0/+51
* motan: Add corexy forward kinematics analyzerKevin O'Connor2021-08-301-0/+28
* motan: Add support for graphing arbitrary get_status fieldsKevin O'Connor2021-08-301-6/+67
* motan: Pass dataset parameters in parenthesisKevin O'Connor2021-08-303-68/+95
* motan_graph: Fix legend when using matplotlib twinxKevin O'Connor2021-08-241-2/+7
* data_logger: Flush the initial index file when all queries completeKevin O'Connor2021-08-241-40/+37
* readlog: Support queue_step smoothingKevin O'Connor2021-08-221-11/+39
* motan_graph: Initial support for graphing data logKevin O'Connor2021-08-223-0/+650
* data_logger: Add tool for bulk logging of data via the API serverKevin O'Connor2021-08-221-0/+192
* flash-linux: Fix spelling error in messageKevin O'Connor2021-08-171-1/+1
* scripts: Update graphing scripts to work with either python2 or python3Kevin O'Connor2021-08-024-8/+8
* check_whitespace: Also check txt, css, html, yaml, and yml files for errorsKevin O'Connor2021-07-271-1/+4
* spi_flash: Support firmware dictionary validationJustin Schuh2021-07-202-13/+52
* spi_flash: Make SD updates more tolerant of flaky boardsJustin Schuh2021-07-201-22/+53
* stm32: Add support for STM32F072 (used in the TurboCAN board) (#4412)henrikssn2021-06-271-0/+1
* spi_flash: Add board definitions for Fysetc S6 and SpiderWilhelm Schuster2021-05-031-0/+9
* graphstats: Support graphing multiple heatersKevin O'Connor2021-04-291-22/+28
* buildcommands: Don't attach hostname and build date to version on a clean buildKevin O'Connor2021-04-221-6/+10
* buildcommands: Call irq_poll() after last task functionKevin O'Connor2021-04-211-1/+3
* resonance_tester: Fixed multi-point resonance testingDmitry Butyugin2021-04-072-4/+4
* klippy-requirements: Update Jinja2 to 2.11.3Kevin O'Connor2021-03-251-1/+1
* graph_accelerometer: Support axis-level comparison of adxl345 dataDmitry Butyugin2021-03-201-3/+4
* calibrate_shaper: Use fixed 5 Hz steps for minor ticks in the chartsDmitry Butyugin2021-03-201-3/+1
* shaper_calibrate: Estimate max_accel to avoid excessive smoothingDmitry Butyugin2021-03-201-2/+3
* canbus_query: Add tool to query CANBUS uuidKevin O'Connor2021-03-131-0/+53
* serialhdl: Add support for communicating over a CAN busKevin O'Connor2021-03-131-0/+1
* serialhdl: Update callers to decide serial fd typeKevin O'Connor2021-03-021-2/+4
* 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
* scripts: Fix typo in install-centos.shKevin O'Connor2021-02-201-1/+1
* buildcommands: Extend number of available mcu messages from 96 to 128Kevin O'Connor2021-02-181-12/+15
* msgproto: Avoid peeking into the msgproto class membersKevin O'Connor2021-02-181-18/+17
* chelper: Fix check for failed code buildKevin O'Connor2021-02-071-1/+1
* scripts: add flash-sdcard.sh helper scriptArksine2021-02-051-0/+69
* spi_flash: support for firmware upgrades via SD CardArksine2021-02-055-0/+1574
* scripts: Remove python-virtualenv from install scripts on debian type distrosKevin O'Connor2021-01-243-3/+3