mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 12:24:07 -04:00
Rename CORTEX_M)_Infineion_Boot_Kits_IAR_Keil to CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC as it now contains projects for all three compilers.
This commit is contained in:
parent
245ff12be8
commit
33bd63e287
39 changed files with 2 additions and 108 deletions
|
@ -115,20 +115,6 @@ We use --gc-sections when linking, so there is no harm is setting all of these t
|
|||
#define BLOCKQ_1 1
|
||||
|
||||
|
||||
|
||||
|
||||
/* A task is created to test the behaviour of the interrupt controller during
|
||||
context switches. This macro is just used to set a variable to true each time
|
||||
the test task is switched out - the task itself needs to know when this happens
|
||||
in order to complete its tests. This macro will slow down the context switch
|
||||
and can normally be removed (just delete the whole macro, although doing so will
|
||||
cause the test task to indicate an error). */
|
||||
extern void *xICTestTask;
|
||||
extern volatile unsigned long ulTaskSwitchedOut;
|
||||
#define traceTASK_SWITCHED_OUT() if( pxCurrentTCB == xICTestTask ) ulTaskSwitchedOut = pdTRUE
|
||||
|
||||
|
||||
|
||||
#endif /* FREERTOS_CONFIG_H */
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue