mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-05-12 11:42:57 -04:00
Demo/CORTEX_M3_MPS2_QEMU_GCC: Enable picolibc TLS when needed
When building with Picolibc that has TLS support, enable the relevant FreeRTOS code. Signed-off-by: Keith Packard <keithpac@amazon.com>
This commit is contained in:
parent
0a1db4b00c
commit
0ecd0f5188
1 changed files with 4 additions and 0 deletions
|
|
@ -44,6 +44,10 @@ extern void vAssertCalled( void );
|
|||
#define configASSERT( x ) if( ( x ) == 0 ) vAssertCalled()
|
||||
#define configQUEUE_REGISTRY_SIZE 20
|
||||
|
||||
#ifdef PICOLIBC_TLS
|
||||
#define configUSE_PICOLIBC_TLS 1
|
||||
#endif
|
||||
|
||||
#define configUSE_PREEMPTION 1
|
||||
#define configUSE_TIME_SLICING 0
|
||||
#define configUSE_PORT_OPTIMISED_TASK_SELECTION 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue