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
/
src
/
command.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
command: Fix handling of buffer passing in args[] on 64bit mcu
Kevin O'Connor
2020-10-30
1
-0
/
+4
*
command: Add command_decode_ptr() helper
Kevin O'Connor
2020-10-30
1
-1
/
+13
*
command: Wait to send ack until after processing commands
Kevin O'Connor
2018-05-28
1
-2
/
+10
*
command: Add command_find_and_dispatch() helper
Kevin O'Connor
2018-05-28
1
-0
/
+11
*
command: Add a command_encode_and_frame() helper
Kevin O'Connor
2018-05-28
1
-0
/
+10
*
command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths
Kevin O'Connor
2018-05-28
1
-31
/
+30
*
linux: Initial support for running Klipper in a Linux real-time process
Kevin O'Connor
2017-09-20
1
-1
/
+0
*
command: Don't pass max_size to command_encodef()
Kevin O'Connor
2017-08-14
1
-5
/
+5
*
docs: Update Code_Overview.md with PRU and command_dispatch() changes
Kevin O'Connor
2017-08-11
1
-1
/
+1
*
sched: Introduce sched_wake_tasks() function to wake up tasks
Kevin O'Connor
2017-08-08
1
-1
/
+1
*
pru: Rework command processing so that most of it is done on pru0
Kevin O'Connor
2017-06-30
1
-16
/
+4
*
command: Directly call command_sendf() for ack/nak messages
Kevin O'Connor
2017-06-29
1
-2
/
+7
*
command: Move low-level sendf transmission into board code
Kevin O'Connor
2017-06-29
1
-11
/
+5
*
command: Move command_task() to board specific code
Kevin O'Connor
2017-06-29
1
-16
/
+2
*
command: Encode MESSAGE_MIN in command_parser->max_size
Kevin O'Connor
2017-06-29
1
-1
/
+1
*
command: Refactor message block generation
Kevin O'Connor
2017-06-29
1
-70
/
+84
*
command: Refactor the command reading task
Kevin O'Connor
2017-06-29
1
-34
/
+38
*
command: Store the command parsing information directly in array
Kevin O'Connor
2017-05-26
1
-8
/
+3
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
1
-2
/
+2
*
sched: Allow shutdown_reason to be uint8
Kevin O'Connor
2017-05-26
1
-1
/
+1
*
build: Avoid linker magic in compile_time_request.c unique id generation
Kevin O'Connor
2017-05-26
1
-7
/
+6
*
irq: Add an irq_poll() stub for board code
Kevin O'Connor
2017-05-15
1
-0
/
+2
*
build: Avoid using noinline in common code
Kevin O'Connor
2017-05-15
1
-1
/
+1
*
command: Only implement 16bit signed conversion on AVR
Kevin O'Connor
2017-05-15
1
-1
/
+1
*
command: Simplify sendf() switch
Kevin O'Connor
2017-03-26
1
-9
/
+10
*
command: Fix encoding of 16bit signed integers
Kevin O'Connor
2017-03-24
1
-7
/
+9
*
command: No need to disable irqs in sendf reentrant check
Kevin O'Connor
2017-01-14
1
-14
/
+14
*
command: Check for reentrant calls to sendf()
Kevin O'Connor
2017-01-13
1
-1
/
+14
*
generic: Create generic board infrastructure and move misc.h to it
Kevin O'Connor
2016-06-13
1
-18
/
+1
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+315