File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
examples/template_configuration
portable/ThirdParty/GCC/RP2040 Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 653653#define INCLUDE_uxTaskPriorityGet 1
654654#define INCLUDE_vTaskDelete 1
655655#define INCLUDE_vTaskSuspend 1
656- #define INCLUDE_vTaskDelayUntil 1
656+ #define INCLUDE_xTaskDelayUntil 1
657657#define INCLUDE_vTaskDelay 1
658658#define INCLUDE_xTaskGetSchedulerState 1
659659#define INCLUDE_xTaskGetCurrentTaskHandle 1
Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ if (NOT TARGET _FreeRTOS_kernel_inclusion_marker)
4545 set (FREERTOS_KERNEL_PATH ${FREERTOS_KERNEL_PATH} PARENT_SCOPE)
4646 set (PICO_CONFIG_HEADER_FILES ${PICO_CONFIG_HEADER_FILES} PARENT_SCOPE)
4747 set (PICO_SDK_POST_LIST_FILES ${PICO_SDK_POST_LIST_FILES} PARENT_SCOPE)
48+ set (PICO_SDK_VERSION_MAJOR ${PICO_SDK_VERSION_MAJOR} PARENT_SCOPE)
49+ set (PICO_SDK_VERSION_MINOR ${PICO_SDK_VERSION_MINOR} PARENT_SCOPE)
50+ set (PICO_SDK_VERSION_REVISION ${PICO_SDK_VERSION_REVISION} PARENT_SCOPE)
4851 endif ()
4952 endif ()
5053endif ()
You can’t perform that action at this time.
0 commit comments