index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi_flash: Update to fix SKR-3 config (#5827)
JamesH1978
2022-10-13
1
-2
/
+3
*
atsamd: Add Kconfig definitions for same51j19 and same54p20 chips
Kevin O'Connor
2022-10-13
1
-4
/
+5
*
spi_flash: Add SKR2, SKR3 and Creality 4.2.2/7 to spi_flash (#5807)
JamesH1978
2022-10-05
1
-2
/
+15
*
logextract: Improve detection of clock and tmc uart parameters
Kevin O'Connor
2022-09-20
1
-4
/
+4
*
stm32l4: add stm32l412 support with adc,i2c,spi,usb
Matt Baker
2022-09-15
1
-1
/
+2
*
scripts: Support BigTreeTech Octopus boards in flash-sdcard.
Donna Whisnant
2022-09-11
1
-0
/
+29
*
scripts: Support SDIO in flash-sdcard using split verification step
Donna Whisnant
2022-09-11
2
-10
/
+48
*
motan: Improve reading of initial step position data
Kevin O'Connor
2022-09-05
1
-0
/
+4
*
dump_mcu: helper for mcu flash backups
Eric Callahan
2022-09-01
1
-0
/
+203
*
scripts: Update install-debian.sh (#5704)
chestwood96
2022-08-24
1
-1
/
+1
*
graphstats: Normalize mcu frequency to microseconds when graphing multiple mcus
Kevin O'Connor
2022-07-29
1
-9
/
+43
*
spi_flash: Add board definition for Mellow FLY Gemini V2 (#5651)
s6t
2022-07-20
1
-0
/
+5
*
stm32: stm32g0/h7 usb_dfu_bootloader support (#5596)
BIGTREETECH
2022-06-30
1
-1
/
+2
*
spi_flash: add mks_monster8,robin_v3 (#5568)
Andreas Fröhlke
2022-06-18
1
-1
/
+8
*
flash_usb: Use hexid "2e8a:0003" for rp2040 already in bootloader mode
Kevin O'Connor
2022-06-16
1
-3
/
+5
*
flash_usb: update shebang to python3
Eric Callahan
2022-06-10
1
-1
/
+1
*
flash_usb: add canboot support
Eric Callahan
2022-06-10
1
-2
/
+48
*
flash_usb: Rework flash_rp2040 code to be similar to other boards
Kevin O'Connor
2022-06-01
1
-26
/
+29
*
scripts: identify application in canbus_query
Eric Callahan
2022-05-10
1
-1
/
+12
*
graphstats: Improve labels on twinx() graphs
Kevin O'Connor
2022-05-06
1
-2
/
+6
*
graphstats: Fix system graph title
Kevin O'Connor
2022-05-06
1
-1
/
+1
*
spi_flash: reduce speed to 400K
Eric Callahan
2022-04-25
1
-1
/
+1
*
spi_flash: validate mcu configuration
Eric Callahan
2022-04-25
1
-5
/
+21
*
motan: Fix typo in error report
Kevin O'Connor
2022-04-23
1
-1
/
+1
*
spi_flash: support spi protocol changes
Eric Callahan
2022-04-22
1
-8
/
+22
*
motan: Add support for analyzing "angle" sensor data
Kevin O'Connor
2022-03-29
2
-0
/
+65
*
atsam: Add support for SAM E70
Alex Maclean
2022-03-26
1
-1
/
+1
*
scripts: Migrate `check_whitespace.py` to python3
Miklós Tusz
2022-03-14
1
-4
/
+4
*
klippy-requirements: Pin markupsafe==1.1.1 to fix python3 (#5286)
Frank Tackitt
2022-02-21
1
-0
/
+1
*
logextract: Add support for reordering stepper queue messages by timestamp
Kevin O'Connor
2022-02-07
1
-3
/
+41
*
logextract: Add support for reordering trapq moves by timestamp
Kevin O'Connor
2022-02-06
1
-2
/
+39
*
logextract: Support reordering API Server messages by timestamp
Kevin O'Connor
2022-02-06
1
-0
/
+21
*
logextract: Breakup shutdown parsing into classes
Kevin O'Connor
2022-02-06
1
-151
/
+216
*
flash_usb: use sudo for rp2040 flashing
Lasse Dalegaard
2022-01-31
1
-3
/
+5
*
spi_flash: Add btt-skr-bx-se to the board types (#4951)
adelyser
2022-01-29
1
-0
/
+5
*
rp2040: add make flash support
Lasse Dalegaard
2022-01-06
1
-1
/
+43
*
scripts: Migrated shaper calibration scripts to Python3
Dmitry Butyugin
2021-12-30
2
-2
/
+2
*
spi_flash: Add btt-skr-mini-e3-v3 board definition
Kevin O'Connor
2021-12-23
1
-0
/
+6
*
motan: Fix comment copy-and-paste error in readlog.py
Kevin O'Connor
2021-12-01
1
-1
/
+1
*
spi_flash: Better fallback on MCU protocol change
Justin Schuh
2021-11-09
1
-3
/
+15
*
spi_flash: Fix MCU handshake protocol
Justin Schuh
2021-11-08
1
-1
/
+1
*
buildcommands: Use regular str() types for input on Python2
Kevin O'Connor
2021-10-31
1
-1
/
+1
*
input_shaper: Define input shapers in a single place in Python code
Dmitry Butyugin
2021-10-26
2
-11
/
+11
*
motan: Minor change to corexy analyzer label
Kevin O'Connor
2021-10-16
1
-1
/
+1
*
motan: Add an analyzer to integrate accelerometer input
Kevin O'Connor
2021-10-16
1
-1
/
+60
*
motan: Add support for graphing stepper motor phase and microstep position
Kevin O'Connor
2021-10-16
1
-0
/
+98
*
motan: Show data filename in graph title
Kevin O'Connor
2021-10-16
1
-3
/
+3
*
configfile: Use Python2's ConfigParser when running on Python2
Kevin O'Connor
2021-10-09
1
-1
/
+0
*
spi_flash: Improve Python3 compatibility
Kevin O'Connor
2021-10-07
1
-5
/
+6
*
scripts: Use backport of a recent Python3 configparser on Python2
Kevin O'Connor
2021-10-04
1
-0
/
+1
[next]