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
/
sched.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
pru: Support config_reset command to manually reset mcu
Kevin O'Connor
2017-09-03
1
-0
/
+1
*
sched: Implement generic sleep mechanism based on tasks pending
Kevin O'Connor
2017-08-08
1
-0
/
+1
*
sched: Introduce sched_wake_tasks() function to wake up tasks
Kevin O'Connor
2017-08-08
1
-0
/
+1
*
sched: Don't count milliseconds in the periodic timer
Kevin O'Connor
2017-08-08
1
-1
/
+7
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
1
-14
/
+6
*
sched: Allow shutdown_reason to be uint8
Kevin O'Connor
2017-05-26
1
-5
/
+4
*
sched: Move timer dispatch loop to board code
Kevin O'Connor
2017-03-30
1
-1
/
+1
*
timer: Allow board code to define its own timer_is_before implementation
Kevin O'Connor
2017-03-26
1
-3
/
+0
*
sched: Rename sched_timer() to sched_add_timer()
Kevin O'Connor
2017-03-11
1
-2
/
+2
*
build: Update declfuncs.lds.S to only use progmem sections on AVR
Kevin O'Connor
2016-06-14
1
-1
/
+1
*
sched: Use 'unsigned int' instead of 'uint16_t' for shutdown reason
Kevin O'Connor
2016-06-14
1
-2
/
+2
*
sched: Use uint_fast8_t for return type of timers
Kevin O'Connor
2016-06-14
1
-1
/
+1
*
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
/
+51