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
*
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
MikloĢ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
*
klippy: Add a build import test tool
Kevin O'Connor
2021-10-04
1
-0
/
+8
*
scripts: Update klippy build tests to verify on both Python2 and Python3
Kevin O'Connor
2021-10-04
2
-5
/
+20
*
buildcommands: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-6
/
+7
*
test_klippy: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-3
/
+3
*
klippy-requirements: Update dependencies to support Python 3.9+
Kevin O'Connor
2021-10-01
1
-2
/
+2
*
motan: Improve handling of errors during data subscriptions
Kevin O'Connor
2021-09-26
1
-0
/
+4
*
avrsim: Change default speed to 16Mhz and default baud to 250K
Kevin O'Connor
2021-09-16
1
-2
/
+2
*
update_chitu: generating update uuid based on file hash (#4663)
Vladimir Serov
2021-09-15
1
-2
/
+4
*
motan: Add support for dumping and analyzing adxl345 data
Kevin O'Connor
2021-08-30
2
-0
/
+51
*
motan: Add corexy forward kinematics analyzer
Kevin O'Connor
2021-08-30
1
-0
/
+28
*
motan: Add support for graphing arbitrary get_status fields
Kevin O'Connor
2021-08-30
1
-6
/
+67
*
motan: Pass dataset parameters in parenthesis
Kevin O'Connor
2021-08-30
3
-68
/
+95
*
motan_graph: Fix legend when using matplotlib twinx
Kevin O'Connor
2021-08-24
1
-2
/
+7
*
data_logger: Flush the initial index file when all queries complete
Kevin O'Connor
2021-08-24
1
-40
/
+37
*
readlog: Support queue_step smoothing
Kevin O'Connor
2021-08-22
1
-11
/
+39
*
motan_graph: Initial support for graphing data log
Kevin O'Connor
2021-08-22
3
-0
/
+650
*
data_logger: Add tool for bulk logging of data via the API server
Kevin O'Connor
2021-08-22
1
-0
/
+192
[next]