aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/console.py
Commit message (Expand)AuthorAgeFilesLines
* buildcommands: Extend number of available mcu messages from 96 to 128Kevin O'Connor2021-02-181-1/+1
* msgproto: Avoid peeking into the msgproto class membersKevin O'Connor2021-02-181-7/+9
* console: Update for PinResolver changesKevin O'Connor2019-08-191-1/+1
* pins: Move reserved pin handling into PinResolver classKevin O'Connor2019-08-191-10/+8
* serialhdl: Add a get_msgparser() methodKevin O'Connor2019-06-211-4/+4
* serialhdl: Rename register_callback() to register_response()Kevin O'Connor2019-06-211-2/+2
* bus: Support bus enumerations and add support for reserved pinsKevin O'Connor2019-04-041-1/+1
* console: Wrap code to 80 columnsKevin O'Connor2019-02-271-2/+2
* console: Try to improve the description of the SUPPRESS commandKevin O'Connor2018-11-161-1/+1
* console: Use reactor register_callback() mechanismKevin O'Connor2018-09-021-2/+1
* console: Report timestamp on each read messageKevin O'Connor2018-05-211-1/+8
* console: Fix handling of bad commandsKevin O'Connor2018-05-081-1/+0
* klippy: Automatically clear rollover_info on each restartKevin O'Connor2018-04-031-2/+8
* serialhdl: Add a wrapper around the results of lookup_command()Kevin O'Connor2018-02-271-17/+15
* pins: Check if the same pin is referenced via different aliasesKevin O'Connor2018-01-101-5/+4
* clocksync: Move clock synchronization code into new fileKevin O'Connor2017-09-191-5/+8
* pins: Don't pass mcu_freq to update_command()Kevin O'Connor2017-09-131-2/+1
* console: Add support for SUPPRESS commandKevin O'Connor2017-09-071-2/+15
* console: Add support for a FLOOD commandKevin O'Connor2017-09-071-2/+23
* console: Add support for a STATS commandKevin O'Connor2017-08-081-1/+4
* console: Add LIST command that shows available commands and variablesKevin O'Connor2017-08-081-2/+16
* console: Add a HELP commandKevin O'Connor2017-08-081-4/+26
* build: Request python2 for all directly executed python binariesKevin O'Connor2017-06-271-1/+1
* console: Support new artificial DELAY commandKevin O'Connor2017-06-221-1/+15
* klippy: Use newer "except XYZError as e" python syntaxKevin O'Connor2017-06-101-1/+1
* msgproto: Rework dump() so it also works with paramsKevin O'Connor2017-04-251-0/+3
* console: Automatically convert float values to int during evaluationKevin O'Connor2017-04-251-8/+8
* console: Use stdout.write() instead of printKevin O'Connor2017-04-251-5/+8
* mcu: Support config mechanism for translating seconds to clock ticksKevin O'Connor2017-03-131-5/+6
* pins: Simplify pin map alias setupKevin O'Connor2017-03-131-8/+4
* build: Define DECL_CONSTANT mechanism for defining exported constantsKevin O'Connor2016-12-231-1/+1
* serialhdl: Make SerialReader.connect() blockingKevin O'Connor2016-11-291-2/+6
* console: Update the debugging console to support setting local varablesKevin O'Connor2016-06-131-2/+12
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+102