aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* spi_flash: Add stm32g0b0xx to board_defs.py (#6646)bryan0652024-07-181-0/+6
* graph_mesh: script for mesh visualization and analysisEric Callahan2024-06-191-0/+533
* ci-install: update gnu-pru to version 2024.05Eric Callahan2024-06-111-1/+1
* command: Support 2-byte message idsKevin O'Connor2024-06-101-41/+57
* motan: Fix logic error resulting in incorrect stepper phase graphingKevin O'Connor2024-06-051-1/+1
* pru: BeagleBone Firmware upgrade to Debian 11.7 Bullseye (#6577)Oleg Gavavka2024-04-271-2/+9
* motan: Add support for graphing ldc1612 coil frequenciesKevin O'Connor2024-04-092-2/+69
* scripts: Mark install-ubuntu-22.04 as executable (#6505)Mathias Pihl2024-04-021-0/+0
* motan: Support recording lis2dw and mpu9250 sensors from data_logger.pyKevin O'Connor2024-03-201-8/+7
* scripts: use greenlet version depending on python versionMarkus Küffner2024-03-191-1/+2
* buildcommands: Add Klipper app name and license to mcu data dictionaryKevin O'Connor2024-03-131-1/+3
* scripts: Added shaper tuning parameters to calibrate_shaper scriptDmitry Butyugin2024-02-161-8/+85
* spi_flash: Update board_defs.py (#6318)locki-cz2023-08-151-0/+1
* scripts: Added stm32f070 to mcus supported by flash_usb.pyChris Lombardi2023-08-131-2/+2
* scripts: Support both H743 and H723 BTT SKR3 boards sdflashDonna Whisnant2023-08-111-1/+8
* 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
* motan: Added smoothing motan data analyzerDmitry Butyugin2023-07-161-0/+38
* motan: Added pointwise 2-norm motan data analyzerDmitry Butyugin2023-07-161-0/+53
* spi_flash: New Board Definition for BTT SKRat V1.0 (#6249)Dennis Kühn2023-06-291-1/+7
* parsecandump: New utility to parse Klipper messages in a candump captureKevin O'Connor2023-05-301-0/+125
* stm32f7: add support for stm32f7 and remram boardFrederic Morin2023-05-071-0/+1
* util: report git version info as a dictEric Callahan2023-05-041-1/+1
* klippy: Report repo version as "dirty" if there are untracked python filesKevin O'Connor2023-05-021-1/+1
* scripts: Fix flash linux when OUT argument provided (#6133)visilya2023-04-071-1/+8
* scripts: add install script for Ubuntu 22.04 Jammy (#6112)Jess2023-03-271-0/+102
* scripts: Update flash-linux.sh to restart new systemd service (#6049)JamesH19782023-02-231-0/+5
* scripts: Fixed potential undefined var error in graph_accelerometer.pyDmitry Butyugin2023-02-231-2/+4
* scripts: Support multiple inputs in graph_accelerometer.py raw modeDmitry Butyugin2023-02-231-16/+21
* scripts: Support resonances files in graph_accelerometer.pyDmitry Butyugin2023-02-231-4/+15
* ar100: Support for ar100 (#6054)Elias Bakken2023-02-203-0/+117
* stm32: Add sdio supportH. Gregor Molter2023-02-201-6/+416
* scripts: update_chitu.py python env version (#6055)JamesH19782023-02-131-1/+1
* workflows: Convert to Ubuntu 20.04 for build testKevin O'Connor2023-02-091-3/+3
* klippy-requirements: Update to greenlet v2.0.2Kevin O'Connor2023-02-091-1/+1
* scripts: update_mks_robin.py python env version (#6043)JamesH19782023-02-091-1/+1
* scripts: Update update_mks_robin.py for Python3 (#5985)3D Print PT2023-01-171-1/+1
* scripts: add systemd klipper-mcu.service exampleStefan Dej2023-01-171-0/+21
* scripts: remove initd klipper-mcu-start.shStefan Dej2023-01-171-78/+0
* spi_flash: Add SKR2 F429 chip variant to spi_flash (#5956)JamesH19782023-01-041-1/+2
* board_defs: Add Fysetc Cheetah V2 to spi_flash (#5952)JamesH19782022-12-311-0/+7
* scripts: support CanBoot on RP2040 in flash_usb.pyChris Lee2022-12-191-1/+5
* stm32g4: implement build,usb,can,i2c,spi,serial,adc.Matt Baker2022-12-021-1/+1
* spi_flash: Update to fix SKR-3 config (#5827)JamesH19782022-10-131-2/+3
* atsamd: Add Kconfig definitions for same51j19 and same54p20 chipsKevin O'Connor2022-10-131-4/+5
* spi_flash: Add SKR2, SKR3 and Creality 4.2.2/7 to spi_flash (#5807)JamesH19782022-10-051-2/+15
* logextract: Improve detection of clock and tmc uart parametersKevin O'Connor2022-09-201-4/+4
* stm32l4: add stm32l412 support with adc,i2c,spi,usbMatt Baker2022-09-151-1/+2
* scripts: Support BigTreeTech Octopus boards in flash-sdcard.Donna Whisnant2022-09-111-0/+29
* scripts: Support SDIO in flash-sdcard using split verification stepDonna Whisnant2022-09-112-10/+48