diff options
| author | Zixun LI <[email protected]> | 2026-06-29 14:06:05 +0200 |
|---|---|---|
| committer | Zixun LI <[email protected]> | 2026-06-29 14:06:05 +0200 |
| commit | 14d7e457a784c618996fdeae1ea94c04396be2bf (patch) | |
| tree | e167e43d2a94381949be8f5877ce84b36052d3ee /examples/device | |
| parent | 40f4c12c6be504031d2e2808f191134739206b5e (diff) | |
Improve Espressif example build selection
Default Espressif builds to FreeRTOS, discover ESP-IDF examples from component metadata, and make skip filtering RTOS-aware.
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/board_test/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | examples/device/video_capture_2ch/skip.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/examples/device/board_test/CMakeLists.txt b/examples/device/board_test/CMakeLists.txt index f14d72c08..ff79f1419 100644 --- a/examples/device/board_test/CMakeLists.txt +++ b/examples/device/board_test/CMakeLists.txt @@ -34,6 +34,6 @@ target_include_directories(${EXE_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src ) -# Configure compilation flags and libraries for the example without RTOS. +# Configure compilation flags and libraries for the selected RTOS. # See the corresponding function in hw/bsp/FAMILY/family.cmake for details. family_configure_device_example(${EXE_NAME} ${RTOS}) diff --git a/examples/device/video_capture_2ch/skip.txt b/examples/device/video_capture_2ch/skip.txt index c37205b8c..107d19457 100644 --- a/examples/device/video_capture_2ch/skip.txt +++ b/examples/device/video_capture_2ch/skip.txt @@ -7,7 +7,6 @@ mcu:CH32V20X mcu:CH32V307 mcu:CH583 mcu:STM32L0 -family:espressif board:curiosity_nano board:kuiic board:frdm_k32l2b |
