aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* motan: Improve reading of initial step position dataKevin O'Connor2022-09-051-0/+4
* dump_mcu: helper for mcu flash backupsEric Callahan2022-09-011-0/+203
* scripts: Update install-debian.sh (#5704)chestwood962022-08-241-1/+1
* graphstats: Normalize mcu frequency to microseconds when graphing multiple mcusKevin O'Connor2022-07-291-9/+43
* spi_flash: Add board definition for Mellow FLY Gemini V2 (#5651)s6t2022-07-201-0/+5
* stm32: stm32g0/h7 usb_dfu_bootloader support (#5596)BIGTREETECH2022-06-301-1/+2
* spi_flash: add mks_monster8,robin_v3 (#5568)Andreas Fröhlke2022-06-181-1/+8
* flash_usb: Use hexid "2e8a:0003" for rp2040 already in bootloader modeKevin O'Connor2022-06-161-3/+5
* flash_usb: update shebang to python3Eric Callahan2022-06-101-1/+1
* flash_usb: add canboot supportEric Callahan2022-06-101-2/+48
* flash_usb: Rework flash_rp2040 code to be similar to other boardsKevin O'Connor2022-06-011-26/+29
* scripts: identify application in canbus_queryEric Callahan2022-05-101-1/+12
* graphstats: Improve labels on twinx() graphsKevin O'Connor2022-05-061-2/+6
* graphstats: Fix system graph titleKevin O'Connor2022-05-061-1/+1
* spi_flash: reduce speed to 400KEric Callahan2022-04-251-1/+1
* spi_flash: validate mcu configurationEric Callahan2022-04-251-5/+21
* motan: Fix typo in error reportKevin O'Connor2022-04-231-1/+1
* spi_flash: support spi protocol changesEric Callahan2022-04-221-8/+22
* motan: Add support for analyzing "angle" sensor dataKevin O'Connor2022-03-292-0/+65
* atsam: Add support for SAM E70Alex Maclean2022-03-261-1/+1
* scripts: Migrate `check_whitespace.py` to python3Miklós Tusz2022-03-141-4/+4
* klippy-requirements: Pin markupsafe==1.1.1 to fix python3 (#5286)Frank Tackitt2022-02-211-0/+1
* 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
* flash_usb: use sudo for rp2040 flashingLasse Dalegaard2022-01-311-3/+5
* spi_flash: Add btt-skr-bx-se to the board types (#4951)adelyser2022-01-291-0/+5
* rp2040: add make flash supportLasse Dalegaard2022-01-061-1/+43
* scripts: Migrated shaper calibration scripts to Python3Dmitry Butyugin2021-12-302-2/+2
* spi_flash: Add btt-skr-mini-e3-v3 board definitionKevin O'Connor2021-12-231-0/+6
* motan: Fix comment copy-and-paste error in readlog.pyKevin O'Connor2021-12-011-1/+1
* spi_flash: Better fallback on MCU protocol changeJustin Schuh2021-11-091-3/+15
* spi_flash: Fix MCU handshake protocolJustin Schuh2021-11-081-1/+1
* buildcommands: Use regular str() types for input on Python2Kevin O'Connor2021-10-311-1/+1
* input_shaper: Define input shapers in a single place in Python codeDmitry Butyugin2021-10-262-11/+11
* motan: Minor change to corexy analyzer labelKevin O'Connor2021-10-161-1/+1
* 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