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
/
msgproto.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
mcu: Move lookup_command_tag() to CommandWrapper class
Kevin O'Connor
2023-02-22
1
-0
/
+7
*
parsedump: Support running on both python2 and python3
Kevin O'Connor
2022-12-07
1
-10
/
+8
*
spi_flash: Make SD updates more tolerant of flaky boards
Justin Schuh
2021-07-20
1
-0
/
+2
*
mcu: Raise config_error (not protocol error) on pin enumeration errors
Kevin O'Connor
2021-06-09
1
-8
/
+16
*
serialhdl: Support prepending a warn_prefix to error and log messages
Kevin O'Connor
2021-06-09
1
-15
/
+18
*
buildcommands: Extend number of available mcu messages from 96 to 128
Kevin O'Connor
2021-02-18
1
-5
/
+8
*
msgproto: Avoid peeking into the msgproto class members
Kevin O'Connor
2021-02-18
1
-28
/
+42
*
msgproto: Improve Python3 compatibility
Kevin O'Connor
2020-06-15
1
-2
/
+2
*
msgproto: unresolved symbol fixed
Petri Honkala
2019-11-15
1
-1
/
+1
*
bus: Support bus enumerations and add support for reserved pins
Kevin O'Connor
2019-04-04
1
-0
/
+4
*
msgproto: Propagate original error message in create_command()
Kevin O'Connor
2019-03-28
1
-0
/
+4
*
msgproto: Convert static strings to a more generic enumeration system
Kevin O'Connor
2019-03-17
1
-28
/
+79
*
buildcommands: Use dictionaries to describe commands, responses, and output
Kevin O'Connor
2019-03-17
1
-9
/
+12
*
msgproto: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-1
/
+1
*
msgproto: Add support for a get_constant_int() method
Kevin O'Connor
2018-05-28
1
-10
/
+10
*
msgproto: Support sending empty strings from create_message()
Kevin O'Connor
2018-05-07
1
-1
/
+3
*
serialhdl: Add a wrapper around the results of lookup_command()
Kevin O'Connor
2018-02-27
1
-1
/
+1
*
msgproto: Support default values in get_constant() calls
Kevin O'Connor
2018-01-29
1
-5
/
+9
*
build: Add gcc and binutils version to mcu data dictionary
Kevin O'Connor
2017-12-21
1
-1
/
+2
*
klippy: Avoid using '%' syntax when calling logging module
Kevin O'Connor
2017-09-27
1
-1
/
+1
*
console: Add LIST command that shows available commands and variables
Kevin O'Connor
2017-08-08
1
-0
/
+2
*
msgproto: Catch exceptions during identify data parsing
Kevin O'Connor
2017-07-04
1
-12
/
+18
*
msgproto: Export static_strings from mcu to host as a dictionary
Kevin O'Connor
2017-07-02
1
-3
/
+4
*
klippy: Remove some obscure python2 dependencies
Kevin O'Connor
2017-06-10
1
-1
/
+1
*
msgproto: Wrap strings passed via output() in repr()
Kevin O'Connor
2017-05-02
1
-0
/
+2
*
msgproto: Rework dump() so it also works with params
Kevin O'Connor
2017-04-25
1
-21
/
+24
*
mcu: Support reset command
Kevin O'Connor
2017-04-13
1
-0
/
+1
*
klippy: Warn the user on common errors due to old firmware
Kevin O'Connor
2017-01-10
1
-0
/
+12
*
klippy: No need to define __str__ and __init__ methods on exception classes
Kevin O'Connor
2016-11-29
1
-4
/
+1
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+313