aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* shaper_calibrate: Choose input shapers accounting smoothingDmitry Butyugin2020-12-221-15/+21
* scripts: Small improvements for input shaper and accelerometer scriptsDmitry Butyugin2020-12-192-27/+46
* ci-build: Report binary size during build testsKevin O'Connor2020-12-101-0/+1
* graphstats: Allow graphing of temperature_sensor logsKevin O'Connor2020-12-071-2/+2
* scripts: No need to include python-virtualenv in package dependenciesKevin O'Connor2020-11-231-1/+1
* scripts: Minor formatting change to ci-install.shKevin O'Connor2020-11-231-4/+5
* scripts: Remove no longer used kconfig codeKevin O'Connor2020-11-2343-26884/+0
* build-test: Move system package installation to ci-install.shKevin O'Connor2020-10-301-0/+11
* build-test: Remove references to "travis" in build testsKevin O'Connor2020-10-302-8/+8
* build-test: Build with normal Ubuntu arm-eabi compilerKevin O'Connor2020-10-302-23/+0
* github: Run continuous integration tests using "github actions"Kevin O'Connor2020-10-302-7/+5
* resonance_tester: Resonance testing and input shaper auto-calibration (#3381)Dmitry Butyugin2020-10-142-30/+360
* graphstats: Add support for graphing system loadKevin O'Connor2020-09-161-0/+46
* avrsim: Minor changes so avrsim can run on both Python2 and Python3Kevin O'Connor2020-09-161-5/+4
* avrsim: migrated to Python 3Dmitry Butyugin2020-09-131-9/+9
* graph_temp_sensor: Add support for graphing sensor resistanceKevin O'Connor2020-09-091-1/+27
* graph_accelerometer: Add tool to graph accelerometer resultsKevin O'Connor2020-09-051-0/+78
* travis-install: Minor change to virtualenv command-line argumentsKevin O'Connor2020-09-031-1/+1
* install-octopi: Use "virtualenv -p python2" to ensure python2 is selectedKevin O'Connor2020-09-035-5/+5
* update_chitu: Rename script and minor changesKevin O'Connor2020-08-301-19/+23
* config: Added TronXY X5SA support (#3265)Cabia Rangris2020-08-301-0/+130
* graph_temp_sensor: Add tool to graph ADC resolution of temperature sensorsKevin O'Connor2020-08-171-0/+142
* whconsole: Add utility for testing the "webhooks" interfaceKevin O'Connor2020-08-161-0/+89
* update_mks_robin: Remove unnecessary importsKevin O'Connor2020-07-241-1/+1
* scripts: scripts to simulate input_shaper response and toolhead movement (#3063)Dmitry Butyugin2020-07-192-0/+710