mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-28 16:46:31 +03:00
The baremetal RTOS stub gating tested the invisible-bool CONFIG_FREERTOS_PORT, which can be set even when freertos is outside the build closure (e.g. the G0 test app). Query __COMPONENT_REQUIRES_COMMON directly — it is the surface those apps use to declare their closure.