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
*
buildcommands: Match DECL_X names to the actual C macro names
Kevin O'Connor
2019-08-22
1
-5
/
+5
*
ctr: Encode negative integers in normal hex notation
Kevin O'Connor
2019-08-22
1
-14
/
+4
*
command: Allow count parameter of DECL_ENUMERATION_RANGE() to be an expression
Kevin O'Connor
2019-08-22
1
-6
/
+3
*
ctr: Encode integers in hex
Kevin O'Connor
2019-08-22
1
-2
/
+2
*
Makefile: Translate null characters to newline characters in ctr requests
Kevin O'Connor
2019-08-22
1
-1
/
+1
*
armcm_boot: Add generic code for early board init on armcm machines
Kevin O'Connor
2019-08-22
1
-0
/
+44
*
stm32f4: Add support for USB on stm32f103
Kevin O'Connor
2019-08-05
1
-1
/
+13
*
check_whitespace: Warn on trailing tabs in Makefiles
Kevin O'Connor
2019-07-21
1
-1
/
+1
*
scripts: Minor improvement to feedback from travis-install.sh
Kevin O'Connor
2019-07-10
1
-2
/
+3
*
check_whitespace: Add script to run whitespace checks
Kevin O'Connor
2019-06-23
2
-7
/
+16
*
scripts: Update klippy-requirements.txt (#1744)
Alan Lord
2019-06-21
1
-1
/
+1
*
graphstats: Add support for interactive graphs
Kevin O'Connor
2019-06-19
1
-22
/
+36
*
logextract: Update for absolutecoord -> absolute_coord change
Kevin O'Connor
2019-05-31
1
-2
/
+2
*
scripts: Use /tmp/klippy.log in install-ubuntu-18.04.sh
Kevin O'Connor
2019-05-20
1
-2
/
+1
*
klippy-requirements: Update Jinja2 version
Kevin O'Connor
2019-04-14
1
-1
/
+1
*
gcode_macro: Evaluate macros using Jinja2 template engine
Kevin O'Connor
2019-04-04
1
-0
/
+1
*
scripts: Update klippy-requirements.txt to latest version of packages
Kevin O'Connor
2019-04-04
1
-3
/
+3
*
scripts: Add a new klippy-requirements.txt file for virtualenv installs
Kevin O'Connor
2019-04-01
5
-4
/
+11
*
logextract: Add mcu annotation on send/receive shutdown reports
Kevin O'Connor
2019-03-31
1
-5
/
+8
*
flash_usb: Improve USB reconnect timing
Kevin O'Connor
2019-03-17
1
-6
/
+30
*
initial_pins: Add ability to configure output pins at mcu startup
Kevin O'Connor
2019-03-17
1
-3
/
+53
*
msgproto: Convert static strings to a more generic enumeration system
Kevin O'Connor
2019-03-17
1
-9
/
+29
*
command: Support evaluating C expressions in DECL_CONSTANT()
Kevin O'Connor
2019-03-17
1
-4
/
+21
*
buildcommands: Use dictionaries to describe commands, responses, and output
Kevin O'Connor
2019-03-17
1
-12
/
+16
*
flash_usb: Run dfu-util via sudo
Kevin O'Connor
2019-03-11
1
-6
/
+10
*
flash_usb: Try to make the bossac atsam reboot logic more stable
Kevin O'Connor
2019-03-10
1
-5
/
+15
*
flash_usb: Add a helper script for flashing Klipper over USB
Kevin O'Connor
2019-03-08
2
-1
/
+186
*
check_whitespace: Enforce an 80 column limit on source code
Kevin O'Connor
2019-02-27
1
-0
/
+4
*
logextract: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+4
*
checkstack: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-1
/
+1
*
avrsim: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
buildcommands: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-1
/
+1
*
kconfig: Remove Save and Load buttons from "make menuconfig"
Kevin O'Connor
2019-02-15
1
-4
/
+2
*
graphstats: Add option to graph temperatures from log
Kevin O'Connor
2019-01-13
1
-3
/
+44
*
scripts: Add BASH uninstall Script for RasPi
AxMod3DPrint
2019-01-10
1
-0
/
+23
*
Ubuntu 18.04 install script
Nathan
2019-01-10
1
-0
/
+104
*
scripts: Add a test case for Ubuntu 18.04 compiler error
Kevin O'Connor
2018-12-22
1
-0
/
+18
*
graphstats: Change stats filter to use print_time instead of bytes_write=0
Kevin O'Connor
2018-11-26
1
-1
/
+1
*
buildcommands: Make sure to not use 96 or more message ids
Kevin O'Connor
2018-11-18
1
-0
/
+3
*
buildcommands: Remove unnecessary spaces from data dictionary
Kevin O'Connor
2018-11-18
1
-1
/
+1
*
buildcommands: Detect duplicate strings when generating static string ids
Kevin O'Connor
2018-11-18
1
-1
/
+4
*
buildcommands: Move data dictionary generation to its own class
Kevin O'Connor
2018-11-18
1
-39
/
+47
*
buildcommands: Move version generation to its own class
Kevin O'Connor
2018-11-18
1
-18
/
+27
*
buildcommands: Move command/response code generation to its own class
Kevin O'Connor
2018-11-18
1
-142
/
+155
*
buildcommands: Move DECL_CONSTANT code to its own class
Kevin O'Connor
2018-11-18
1
-13
/
+27
*
buildcommands: Move DECL_STATIC_STR code to its own class
Kevin O'Connor
2018-11-18
1
-28
/
+41
*
buildcommands: Move DECL_CALLLIST code to its own class
Kevin O'Connor
2018-11-18
1
-26
/
+42
*
util: Fix versioning when gitdir is absent (#809)
lf
2018-10-27
1
-0
/
+31
*
logextract: Make sure config files end with a newline
Kevin O'Connor
2018-10-24
1
-1
/
+1
*
logextract: Fix handling of clock reports at end of line
Kevin O'Connor
2018-10-08
1
-1
/
+1
[next]