Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-21command: Make command_add_frame() and command_encodef() staticKevin O'Connor
2020-10-30command: Add command_decode_ptr() helperKevin O'Connor
2019-08-22buildcommands: Match DECL_X names to the actual C macro namesKevin O'Connor
2019-08-22command: Allow count parameter of DECL_ENUMERATION_RANGE() to be an expressionKevin O'Connor
2019-08-22ctr: Add support for multiple integers in DECL_CTR_INTKevin O'Connor
2019-03-18msgproto: Convert static strings to a more generic enumeration systemKevin O'Connor
2019-03-18command: Support evaluating C expressions in DECL_CONSTANT()Kevin O'Connor
2019-03-18command: Always pass a string to the DECL_CONSTANT() macroKevin O'Connor
2018-05-28command: Wait to send ack until after processing commandsKevin O'Connor
2018-05-28command: Add command_find_and_dispatch() helperKevin O'Connor
2018-05-28command: Add a command_encode_and_frame() helperKevin O'Connor
2018-05-28command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengthsKevin O'Connor
2017-08-15command: Don't pass max_size to command_encodef()Kevin O'Connor
2017-07-01pru: Rework command processing so that most of it is done on pru0Kevin O'Connor
2017-06-29command: Move low-level sendf transmission into board codeKevin O'Connor
2017-06-29command: Move command_task() to board specific codeKevin O'Connor
2017-05-26command: Store the command parsing information directly in arrayKevin O'Connor
2017-05-26build: Avoid linker magic in compile_time_request.c unique id generationKevin O'Connor
2017-05-15command: Use "i" instead of "m" constraint in _DECL_REQUEST_IDKevin O'Connor
2016-12-24build: Define DECL_CONSTANT mechanism for defining exported constantsKevin O'Connor
2016-05-25Initial commit of source code.v0.2.0Kevin O'Connor