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
/
klippy
/
console.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
console: No need to import pins module
Kevin O'Connor
2023-01-07
1
-7
/
+2
*
console: Add support for DUMP and FILEDUMP commands
Kevin O'Connor
2022-07-29
1
-1
/
+52
*
console: Remove support for PINS command
Kevin O'Connor
2021-11-02
1
-4
/
+1
*
console: Use regular str() types for commands on Python2
Kevin O'Connor
2021-10-31
1
-1
/
+1
*
console: Fix Python2 compatibility
Kevin O'Connor
2021-10-08
1
-1
/
+1
*
console: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-1
/
+1
*
console: Add support for connecting via CAN bus
Kevin O'Connor
2021-03-13
1
-3
/
+13
*
console: Add option to enable debug output mode
Kevin O'Connor
2021-03-02
1
-1
/
+7
*
console: Make baud an optional parameter
Kevin O'Connor
2021-03-02
1
-3
/
+10
*
serialhdl: Update callers to decide serial fd type
Kevin O'Connor
2021-03-02
1
-5
/
+9
*
buildcommands: Extend number of available mcu messages from 96 to 128
Kevin O'Connor
2021-02-18
1
-1
/
+1
*
msgproto: Avoid peeking into the msgproto class members
Kevin O'Connor
2021-02-18
1
-7
/
+9
*
console: Update for PinResolver changes
Kevin O'Connor
2019-08-19
1
-1
/
+1
*
pins: Move reserved pin handling into PinResolver class
Kevin O'Connor
2019-08-19
1
-10
/
+8
*
serialhdl: Add a get_msgparser() method
Kevin O'Connor
2019-06-21
1
-4
/
+4
*
serialhdl: Rename register_callback() to register_response()
Kevin O'Connor
2019-06-21
1
-2
/
+2
*
bus: Support bus enumerations and add support for reserved pins
Kevin O'Connor
2019-04-04
1
-1
/
+1
*
console: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
console: Try to improve the description of the SUPPRESS command
Kevin O'Connor
2018-11-16
1
-1
/
+1
*
console: Use reactor register_callback() mechanism
Kevin O'Connor
2018-09-02
1
-2
/
+1
*
console: Report timestamp on each read message
Kevin O'Connor
2018-05-21
1
-1
/
+8
*
console: Fix handling of bad commands
Kevin O'Connor
2018-05-08
1
-1
/
+0
*
klippy: Automatically clear rollover_info on each restart
Kevin O'Connor
2018-04-03
1
-2
/
+8
*
serialhdl: Add a wrapper around the results of lookup_command()
Kevin O'Connor
2018-02-27
1
-17
/
+15
*
pins: Check if the same pin is referenced via different aliases
Kevin O'Connor
2018-01-10
1
-5
/
+4
*
clocksync: Move clock synchronization code into new file
Kevin O'Connor
2017-09-19
1
-5
/
+8
*
pins: Don't pass mcu_freq to update_command()
Kevin O'Connor
2017-09-13
1
-2
/
+1
*
console: Add support for SUPPRESS command
Kevin O'Connor
2017-09-07
1
-2
/
+15
*
console: Add support for a FLOOD command
Kevin O'Connor
2017-09-07
1
-2
/
+23
*
console: Add support for a STATS command
Kevin O'Connor
2017-08-08
1
-1
/
+4
*
console: Add LIST command that shows available commands and variables
Kevin O'Connor
2017-08-08
1
-2
/
+16
*
console: Add a HELP command
Kevin O'Connor
2017-08-08
1
-4
/
+26
*
build: Request python2 for all directly executed python binaries
Kevin O'Connor
2017-06-27
1
-1
/
+1
*
console: Support new artificial DELAY command
Kevin O'Connor
2017-06-22
1
-1
/
+15
*
klippy: Use newer "except XYZError as e" python syntax
Kevin O'Connor
2017-06-10
1
-1
/
+1
*
msgproto: Rework dump() so it also works with params
Kevin O'Connor
2017-04-25
1
-0
/
+3
*
console: Automatically convert float values to int during evaluation
Kevin O'Connor
2017-04-25
1
-8
/
+8
*
console: Use stdout.write() instead of print
Kevin O'Connor
2017-04-25
1
-5
/
+8
*
mcu: Support config mechanism for translating seconds to clock ticks
Kevin O'Connor
2017-03-13
1
-5
/
+6
*
pins: Simplify pin map alias setup
Kevin O'Connor
2017-03-13
1
-8
/
+4
*
build: Define DECL_CONSTANT mechanism for defining exported constants
Kevin O'Connor
2016-12-23
1
-1
/
+1
*
serialhdl: Make SerialReader.connect() blocking
Kevin O'Connor
2016-11-29
1
-2
/
+6
*
console: Update the debugging console to support setting local varables
Kevin O'Connor
2016-06-13
1
-2
/
+12
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+102