esp-idf/components/esp_mm
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
..
include feat(cache): added direction selection to esp_cache_msync API 2023-07-11 11:19:10 +08:00
port change(soc): added SOC_ prefix to mmu defs 2023-09-05 15:47:26 +08:00
test_apps fix(test_apps): Trim builds of component test apps 2023-09-18 17:16:37 +08:00
cache_esp32.c esp_mm: fix dependency to esp_psram 2023-02-28 10:42:22 +08:00
CMakeLists.txt esp_mm: cache_msync API 2023-02-28 10:42:22 +08:00
esp_cache.c fix(cache): added alignment check for M2C direction 2023-07-20 12:20:42 +08:00
esp_mmu_map.c feat(mmu): support mmu and flash mmap driver on p4 2023-08-15 10:17:03 +08:00
ext_mem_layout.h esp_mm: new virtual memory mapping apis via mmu 2023-02-07 20:23:52 +08:00
linker.lf esp_mm: fix dependency to esp_psram 2023-02-28 10:42:22 +08:00