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:
Richard Barry 2012-03-17 15:02:32 +00:00
parent 785621ff22
commit eb38217496
9 changed files with 342 additions and 293 deletions

View file

@ -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 )