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
/
basecmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
basecmd: Update stats timing check to support 32bit duration
Kevin O'Connor
2025-04-28
1
-1
/
+8
*
mcu: Make a minor change to the protocol to require mcu update
Kevin O'Connor
2021-11-06
1
-2
/
+2
*
stepper: Use a reusable interface to the "move queue"
Kevin O'Connor
2020-12-04
1
-12
/
+55
*
basecmd: Change "move queue empty" error to "move queue overflow"
Kevin O'Connor
2020-12-04
1
-1
/
+1
*
basecmd: No need for finalize_config command to send "config" response
Kevin O'Connor
2020-02-20
1
-2
/
+1
*
spicmds: Rework spi config commands
Kevin O'Connor
2019-08-06
1
-1
/
+1
*
command: Always pass a string to the DECL_CONSTANT() macro
Kevin O'Connor
2019-03-17
1
-1
/
+1
*
basecmd: Rename get_status to get_clock
Kevin O'Connor
2018-05-29
1
-3
/
+3
*
mcu: Do not automatically restart MCU with new config if it is shutdown
Kevin O'Connor
2018-05-29
1
-2
/
+2
*
mcu: Provide some further help on common MCU shutdown errors
Kevin O'Connor
2017-09-05
1
-1
/
+1
*
pru: Support config_reset command to manually reset mcu
Kevin O'Connor
2017-09-03
1
-0
/
+19
*
sched: Implement generic sleep mechanism based on tasks pending
Kevin O'Connor
2017-08-08
1
-18
/
+6
*
basecmd: Move low-level alloc code into basecmd.c
Kevin O'Connor
2017-07-20
1
-5
/
+45
*
irq: Support sleeping when mcu is idle
Kevin O'Connor
2017-07-17
1
-4
/
+14
*
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
-0
/
+1
*
debugcmds: Move debugging commands from basecmd.c to new file
Kevin O'Connor
2017-05-15
1
-90
/
+0
*
basecmd: Avoid calling malloc() from main code
Kevin O'Connor
2017-05-11
1
-23
/
+7
*
basecmd: Add debugging commands for testing communication
Kevin O'Connor
2017-04-23
1
-0
/
+15
*
timer: Allow board code to define its own timer_is_before implementation
Kevin O'Connor
2017-03-26
1
-4
/
+4
*
sched: Rename sched_timer() to sched_add_timer()
Kevin O'Connor
2017-03-11
1
-1
/
+1
*
basecmd: Remove unimplemented command_reset()
Kevin O'Connor
2017-03-09
1
-7
/
+0
*
basecmd: Use oid_ prefix for the oid manipulation functions
Kevin O'Connor
2017-03-09
1
-11
/
+11
*
basecmd: Generalize the "move queue" runtime storage
Kevin O'Connor
2017-03-08
1
-25
/
+66
*
serialhdl: Load the mcu's 64bit clock at start of connection
Kevin O'Connor
2017-03-03
1
-4
/
+16
*
sched: Minor change - remove unneeded header files
Kevin O'Connor
2017-01-14
1
-1
/
+1
*
basecmd: Improve accuracy of stats "sumsq" variable
Kevin O'Connor
2017-01-09
1
-2
/
+13
*
sched: Use uint_fast8_t for return type of timers
Kevin O'Connor
2016-06-14
1
-1
/
+1
*
irq: Allow boards to define the return type of irq_save()
Kevin O'Connor
2016-06-13
1
-3
/
+3
*
sched: Change sched_from_ms() to sched_from_us()
Kevin O'Connor
2016-06-02
1
-1
/
+1
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+301