mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Minor updates to demo projects to ensure correct building with V8 rc1.
This commit is contained in:
parent
2b6eb1c5ab
commit
e4965ca03c
5 changed files with 34 additions and 26 deletions
|
@ -106,6 +106,11 @@ extern uint32_t SystemCoreClock;
|
|||
#define configUSE_APPLICATION_TASK_TAG 0
|
||||
#define configUSE_COUNTING_SEMAPHORES 1
|
||||
|
||||
/* The full demo always has tasks to run so the tick will never be turned off.
|
||||
The blinky demo will use the default tickless idle implementation to turn the
|
||||
tick off. */
|
||||
#define configUSE_TICKLESS_IDLE 1
|
||||
|
||||
/* Run time stats gathering definitions. */
|
||||
void vConfigureTimerForRunTimeStats( void );
|
||||
uint32_t ulGetRunTimeCounterValue( void );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue