Files
esp-idf/components/esp_coex
Marius Vikhammer ea84e9118d fix(esp_coex): move coex init from esp_system to esp_coex component
CMakev2's DEFERRED mode for idf_component_optional_requires only links
optional components already present in the dependency graph. This caused
esp_coex headers to be unavailable when building minimal examples on
targets with both WiFi and IEEE802154 (e.g. esp32c5, esp32c6).

Moving init_coexist to esp_coex removes the cross-component dependency
and ensures the init function is only compiled when esp_coex itself is
part of the build. A linker hook is added to guarantee the object file
is not silently discarded by the linker.

Made-with: Cursor
2026-03-20 08:16:46 +01:00
..
2024-09-10 10:40:15 +08:00
2024-09-10 10:40:15 +08:00
2024-09-10 10:40:15 +08:00
2024-09-10 10:40:15 +08:00
2024-10-08 15:43:45 +08:00
2023-11-21 18:00:25 +08:00