mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-23 11:09:28 -05:00
Demo/RISC-V_RV32_QEMU_VIRT_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
56cdd1ad12
commit
9add6bdf98
1 changed files with 4 additions and 0 deletions
|
|
@ -121,4 +121,8 @@ machine on which the test is developed). */
|
|||
#define bktPRIMARY_PRIORITY ( configMAX_PRIORITIES - 4 )
|
||||
#define bktSECONDARY_PRIORITY ( configMAX_PRIORITIES - 5 )
|
||||
|
||||
#ifdef PICOLIBC_TLS
|
||||
#define configUSE_PICOLIBC_TLS 1
|
||||
#endif
|
||||
|
||||
#endif /* FREERTOS_CONFIG_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue