Files
esp-idf/components/esp_coex
Guillaume Souchere a9bffc5581 fix(esp_coex): add missing esp_phy dependency for libcoexist.a symbols
libcoexist.a directly references phy_coex_force_rx_ant and
phy_coex_dismiss_rx_ant from libphy.a (esp_phy component) but never
declared this dependency. It only worked because esp_common privately
linked esp_wifi (which transitively brings esp_phy) with
LINK_INTERFACE_MULTIPLICITY 4, causing libphy.a to repeat in the link
line. An upcoming esp_common change removes that mechanism, exposing
this missing dependency.
2026-05-21 11:02:47 +02: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
2023-11-21 18:00:25 +08:00