Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ and vTaskGetRunTimeStats() functions, which format run-time data \
into human readable text." ON)
set(freertos_num_thread_local_storage_pointers 0x0 CACHE STRING "Sets the number \
of pointers each task has to store thread local values.")
set(freertos_use_task_fpu_support 0x1 CACHE STRING "Set to 1 to create tasks \
set(freertos_use_task_fpu_support 0x2 CACHE STRING "Set to 1 to create tasks \
without FPU context, set to 2 to have tasks with FPU context by default.")
set_property(CACHE freertos_use_task_fpu_support PROPERTY STRINGS 0x0 0x1 0x2)
set(freertos_generate_runtime_stats 0x0 CACHE STRING "Set to 1 generate \
Expand Down