aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/msgproto.py
Commit message (Expand)AuthorAgeFilesLines
* buildcommands: Extend number of available mcu messages from 96 to 128Kevin O'Connor2021-02-181-5/+8
* msgproto: Avoid peeking into the msgproto class membersKevin O'Connor2021-02-181-28/+42
* msgproto: Improve Python3 compatibilityKevin O'Connor2020-06-151-2/+2
* msgproto: unresolved symbol fixedPetri Honkala2019-11-151-1/+1
* bus: Support bus enumerations and add support for reserved pinsKevin O'Connor2019-04-041-0/+4
* msgproto: Propagate original error message in create_command()Kevin O'Connor2019-03-281-0/+4
* msgproto: Convert static strings to a more generic enumeration systemKevin O'Connor2019-03-171-28/+79
* buildcommands: Use dictionaries to describe commands, responses, and outputKevin O'Connor2019-03-171-9/+12
* msgproto: Wrap code to 80 columnsKevin O'Connor2019-02-271-1/+1
* msgproto: Add support for a get_constant_int() methodKevin O'Connor2018-05-281-10/+10
* msgproto: Support sending empty strings from create_message()Kevin O'Connor2018-05-071-1/+3
* serialhdl: Add a wrapper around the results of lookup_command()Kevin O'Connor2018-02-271-1/+1
* msgproto: Support default values in get_constant() callsKevin O'Connor2018-01-291-5/+9
* build: Add gcc and binutils version to mcu data dictionaryKevin O'Connor2017-12-211-1/+2
* klippy: Avoid using '%' syntax when calling logging moduleKevin O'Connor2017-09-271-1/+1
* console: Add LIST command that shows available commands and variablesKevin O'Connor2017-08-081-0/+2
* msgproto: Catch exceptions during identify data parsingKevin O'Connor2017-07-041-12/+18
* msgproto: Export static_strings from mcu to host as a dictionaryKevin O'Connor2017-07-021-3/+4
* klippy: Remove some obscure python2 dependenciesKevin O'Connor2017-06-101-1/+1
* msgproto: Wrap strings passed via output() in repr()Kevin O'Connor2017-05-021-0/+2
* msgproto: Rework dump() so it also works with paramsKevin O'Connor2017-04-251-21/+24
* mcu: Support reset commandKevin O'Connor2017-04-131-0/+1
* klippy: Warn the user on common errors due to old firmwareKevin O'Connor2017-01-101-0/+12
* klippy: No need to define __str__ and __init__ methods on exception classesKevin O'Connor2016-11-291-4/+1
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+313