esp-idf/components/esp_phy
Frantisek Hrbata fbe8bf89ee fix: properly resolve component dependencies
There is currently a bug in the __build_resolve_and_add_req function in
tools/cmake/build.cmake where the check for registered component
requirements is incorrectly applied to the component itself rather than
its dependencies. This issue likely originated from a typo, using
component_target instead of _component_target. To prevent further
confusion, _component_target has been renamed to _req_target.

Fixing this revealed multiple incorrect dependencies for the Linux
target, which have now been resolved by explicitly specifying the
dependencies for the Linux target.

Closes https://github.com/espressif/esp-idf/issues/13447

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-05-30 22:01:55 +08:00
..
esp32 fix(esp_phy): header file produces non-zero object 2024-04-02 12:14:17 +08:00
esp32c2 fix(esp_phy): header file produces non-zero object 2024-04-02 12:14:17 +08:00
esp32c3 fix(esp_phy): header file produces non-zero object 2024-04-02 12:14:17 +08:00
esp32c5 fix(esp_phy): header file produces non-zero object 2024-04-02 12:14:17 +08:00
esp32c6 fix(esp_phy): header file produces non-zero object 2024-04-02 12:14:17 +08:00
esp32c61/include feat(esp32c61): introduce target esp32c61 2024-03-01 21:12:25 +08:00
esp32h2/include ble: support esp32h2 modem clock selection 2023-07-03 16:05:42 +08:00
esp32h4/include esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
esp32s2 fix(esp_phy): header file produces non-zero object 2024-04-02 12:14:17 +08:00
esp32s3 fix(esp_phy): header file produces non-zero object 2024-04-02 12:14:17 +08:00
include feat(phy): support async update phy antenna config 2024-04-01 14:59:57 +08:00
lib@792ba5917e update c3 s3 c6 libphy fix coex reset and bug 2024-05-08 20:23:55 +08:00
src Merge branch 'fix/add_phy_private_dslp_callback' into 'master' 2024-04-02 19:37:39 +08:00
test fix(wifi): Fix bug using CONFIG_WIFI_ENABLED macro 2023-10-30 14:24:31 +08:00
CMakeLists.txt fix: properly resolve component dependencies 2024-05-30 22:01:55 +08:00
Kconfig change(esp_phy): Add SOC_PHY_SUPPORTED to control phy mode 2024-04-01 11:36:55 +08:00
linker.lf fix(lf): fix orphaned .phyiram sections 2023-10-02 08:37:57 +02:00
sdkconfig.rename light sleep: replace new kconfig option of mac bb power down & phy reduce tx power 2021-11-12 17:46:18 +08:00