mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
sched: Introduce sched_wake_tasks() function to wake up tasks
Add function to indicate when tasks need to be run. This will allow the scheduler code to know if there are any tasks that need to be processed. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
e9d2ec7c41
commit
a9982beacf
10 changed files with 74 additions and 10 deletions
|
@ -3,7 +3,9 @@ This directory contains external library code.
|
|||
The pjrc_usb_serial directory contains code from:
|
||||
http://www.pjrc.com/teensy/usb_serial.html
|
||||
version 1.7 (extracted on 20160605). It has been modified to compile
|
||||
on recent versions of gcc. See usb_serial.patch for the modifications.
|
||||
on recent versions of gcc, to support asynchronous notification of
|
||||
incoming data, and to not use SOF interrupts. See usb_serial.patch for
|
||||
the modifications.
|
||||
|
||||
The cmsis-sam3x8e directory contains code from the Arduino project:
|
||||
https://www.arduino.cc/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue