esp-idf/components/esp_hw_support/test_apps/dma/main
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
..
CMakeLists.txt fix(test_apps): Trim builds of component test apps 2023-09-18 17:16:37 +08:00
idf_component.yml dma: use ccomp_timer component for testing performance metric 2023-05-04 14:09:36 +08:00
test_app_main.c gdma: migrate ut to pytest 2022-09-22 10:44:57 +08:00
test_async_memcpy.c fix(async_memcpy): destination alignment check against cache line size 2023-08-15 17:40:17 +08:00
test_gdma.c feat(gdma): support hardware crc calculation 2023-08-31 02:11:47 +00:00