aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/msgproto.py
Commit message (Expand)AuthorAgeFilesLines
* 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