mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 20:33:49 -04:00
Update demos to use timers for the check functionality, and the flash timers. Floating point and Ethernet is not yet included.
This commit is contained in:
parent
785621ff22
commit
eb38217496
9 changed files with 342 additions and 293 deletions
|
@ -92,6 +92,7 @@
|
|||
|
||||
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 7 )
|
||||
#define configMAX_CO_ROUTINE_PRIORITIES ( 2 )
|
||||
|
||||
/* Software timer definitions. */
|
||||
#define configUSE_TIMERS 1
|
||||
#define configTIMER_TASK_PRIORITY ( 3 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue