esp-idf/components/ieee802154
Darian Leung 287bdc5e61 fix(test_apps): Trim builds of component test apps
Some component test apps do not use the "set(COMPONENTS main)" command in their
project level "CMakeLists.txt", thus leading to their builds pulling in all
ESP-IDF components.

This commit trims the build of multiple component test apps:

- Add "set(COMPONENTS main ...)" to project level "CMakeLists.txt"
- Add missing "PRIV_REQUIRES" in some "main" component "CMakeLists.txt"

Also removed repeated configuraiton options in legacy_i2c_driver/sdkconfig.ci.defaults
as they are already specified in legacy_i2c_driver/sdkconfig.defaults
2023-09-18 17:16:37 +08:00
..
driver feat(esp_coex): add external coex slave support 2023-09-04 14:21:22 +08:00
include ieee802154: exclude sleep file when do not define CONFIG_FREERTOS_USE_TICKLESS_IDLE 2023-07-03 02:21:58 +00:00
lib@102b03c809 ieee802154: remove libieee802154.a for target esp32h4 2023-04-23 12:03:07 +00:00
private_include feat(esp_coex): add external coex slave support 2023-09-04 14:21:22 +08:00
test_apps/test_ieee802154 fix(test_apps): Trim builds of component test apps 2023-09-18 17:16:37 +08:00
.build-test-rules.yml IEEE802154: replace esp32h4 with esp32c6 for IEEE802.15.4 CI test 2023-02-28 15:04:04 +08:00
CMakeLists.txt ieee802154: add debug feature for driver 2023-07-13 17:31:11 +08:00
esp_ieee802154.c Merge branch 'support/ieee802154_test_based_on_opensource' into 'master' 2023-07-10 14:06:03 +08:00
Kconfig ieee802154: add debug feature for driver 2023-07-13 17:31:11 +08:00
linker.lf ieee802154: support driver opensrc 2023-04-25 11:48:13 +08:00