We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f1f83 commit 9211cb6Copy full SHA for 9211cb6
2 files changed
freertos/CMakeLists.txt
@@ -5,4 +5,4 @@ endif()
5
6
include(FreeRTOS_Kernel_import.cmake)
7
8
-add_subdirectory(hello_freertos)
+add_subdirectory_exclude_platforms(hello_freertos host)
low_power/CMakeLists.txt
@@ -1,5 +1,3 @@
1
-add_subdirectory(low_power_sleep)
2
-add_subdirectory(low_power_dormant)
3
-if (NOT PICO_RP2040)
4
- add_subdirectory(low_power_pstate)
-endif()
+add_subdirectory_exclude_platforms(low_power_sleep host)
+add_subdirectory_exclude_platforms(low_power_dormant host)
+add_subdirectory_exclude_platforms(low_power_pstate host rp2040)
0 commit comments