aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* buildcommands: Match DECL_X names to the actual C macro namesKevin O'Connor2019-08-221-5/+5
* ctr: Encode negative integers in normal hex notationKevin O'Connor2019-08-221-14/+4
* command: Allow count parameter of DECL_ENUMERATION_RANGE() to be an expressionKevin O'Connor2019-08-221-6/+3
* ctr: Encode integers in hexKevin O'Connor2019-08-221-2/+2
* Makefile: Translate null characters to newline characters in ctr requestsKevin O'Connor2019-08-221-1/+1
* armcm_boot: Add generic code for early board init on armcm machinesKevin O'Connor2019-08-221-0/+44
* stm32f4: Add support for USB on stm32f103Kevin O'Connor2019-08-051-1/+13
* check_whitespace: Warn on trailing tabs in MakefilesKevin O'Connor2019-07-211-1/+1
* scripts: Minor improvement to feedback from travis-install.shKevin O'Connor2019-07-101-2/+3
* check_whitespace: Add script to run whitespace checksKevin O'Connor2019-06-232-7/+16
* scripts: Update klippy-requirements.txt (#1744)Alan Lord2019-06-211-1/+1
* graphstats: Add support for interactive graphsKevin O'Connor2019-06-191-22/+36
* logextract: Update for absolutecoord -> absolute_coord changeKevin O'Connor2019-05-311-2/+2
* scripts: Use /tmp/klippy.log in install-ubuntu-18.04.shKevin O'Connor2019-05-201-2/+1
* klippy-requirements: Update Jinja2 versionKevin O'Connor2019-04-141-1/+1
* gcode_macro: Evaluate macros using Jinja2 template engineKevin O'Connor2019-04-041-0/+1
* scripts: Update klippy-requirements.txt to latest version of packagesKevin O'Connor2019-04-041-3/+3
* scripts: Add a new klippy-requirements.txt file for virtualenv installsKevin O'Connor2019-04-015-4/+11
* logextract: Add mcu annotation on send/receive shutdown reportsKevin O'Connor2019-03-311-5/+8
* flash_usb: Improve USB reconnect timingKevin O'Connor2019-03-171-6/+30
* initial_pins: Add ability to configure output pins at mcu startupKevin O'Connor2019-03-171-3/+53
* msgproto: Convert static strings to a more generic enumeration systemKevin O'Connor2019-03-171-9/+29
* command: Support evaluating C expressions in DECL_CONSTANT()Kevin O'Connor2019-03-171-4/+21
* buildcommands: Use dictionaries to describe commands, responses, and outputKevin O'Connor2019-03-171-12/+16
* flash_usb: Run dfu-util via sudoKevin O'Connor2019-03-111-6/+10
* flash_usb: Try to make the bossac atsam reboot logic more stableKevin O'Connor2019-03-101-5/+15
* flash_usb: Add a helper script for flashing Klipper over USBKevin O'Connor2019-03-082-1/+186
* check_whitespace: Enforce an 80 column limit on source codeKevin O'Connor2019-02-271-0/+4
* logextract: Wrap code to 80 columnsKevin O'Connor2019-02-271-2/+4
* checkstack: Wrap code to 80 columnsKevin O'Connor2019-02-271-1/+1
* avrsim: Wrap code to 80 columnsKevin O'Connor2019-02-271-2/+2
* buildcommands: Wrap code to 80 columnsKevin O'Connor2019-02-271-1/+1
* kconfig: Remove Save and Load buttons from "make menuconfig"Kevin O'Connor2019-02-151-4/+2
* graphstats: Add option to graph temperatures from logKevin O'Connor2019-01-131-3/+44
* scripts: Add BASH uninstall Script for RasPiAxMod3DPrint2019-01-101-0/+23
* Ubuntu 18.04 install scriptNathan2019-01-101-0/+104
* scripts: Add a test case for Ubuntu 18.04 compiler errorKevin O'Connor2018-12-221-0/+18
* graphstats: Change stats filter to use print_time instead of bytes_write=0Kevin O'Connor2018-11-261-1/+1
* buildcommands: Make sure to not use 96 or more message idsKevin O'Connor2018-11-181-0/+3
* buildcommands: Remove unnecessary spaces from data dictionaryKevin O'Connor2018-11-181-1/+1
* buildcommands: Detect duplicate strings when generating static string idsKevin O'Connor2018-11-181-1/+4
* buildcommands: Move data dictionary generation to its own classKevin O'Connor2018-11-181-39/+47
* buildcommands: Move version generation to its own classKevin O'Connor2018-11-181-18/+27
* buildcommands: Move command/response code generation to its own classKevin O'Connor2018-11-181-142/+155
* buildcommands: Move DECL_CONSTANT code to its own classKevin O'Connor2018-11-181-13/+27
* buildcommands: Move DECL_STATIC_STR code to its own classKevin O'Connor2018-11-181-28/+41
* buildcommands: Move DECL_CALLLIST code to its own classKevin O'Connor2018-11-181-26/+42
* util: Fix versioning when gitdir is absent (#809)lf2018-10-271-0/+31
* logextract: Make sure config files end with a newlineKevin O'Connor2018-10-241-1/+1
* logextract: Fix handling of clock reports at end of lineKevin O'Connor2018-10-081-1/+1