esp-idf/components/freertos
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
..
config feat(freertos): Added a Kconfig option for FreeRTOS Timer Service task name 2023-09-08 16:39:15 +02:00
esp_additions refactor(freertos/idf): Move task creation "PinnedToCore" API to addition headers 2023-09-05 16:20:59 +08:00
FreeRTOS-Kernel Merge branch 'bugfix/esp32p4_usage_clic_int_thresh_reg' into 'master' 2023-09-08 22:43:22 +08:00
FreeRTOS-Kernel-SMP fix(freertos): Use INTERRUPT_CURRENT_CORE_INT_THRESH_REG for esp32p4 2023-09-07 15:25:35 +08:00
FreeRTOS-Kernel-V10.5.1 fix(freertos): Removed croutine.h from v10.5.1 2023-07-19 23:09:19 +03:00
test_apps fix(test_apps): Trim builds of component test apps 2023-09-18 17:16:37 +08:00
app_startup.c feat(freertos): Added changes for multi-core RISC-V port for FreeRTOS 2023-08-22 15:35:15 +08:00
CMakeLists.txt refactor(freertos/idf): Move compatibility functions 2023-09-05 16:20:59 +08:00
heap_idf.c freertos(IDF): Refactor port heap functions 2023-03-06 16:00:29 +08:00
Kconfig feat(freertos): Added a Kconfig option for FreeRTOS Timer Service task name 2023-09-08 16:39:15 +02:00
linker_common.lf refactor(freertos/idf): Move task creation "PinnedToCore" API to addition headers 2023-09-05 16:20:59 +08:00
linker_smp.lf change(freertos): Deprecate usage of vPortCleanUpTCB() by applications 2023-08-23 17:50:08 +08:00
linker.lf refactor(freertos/idf): Move task creation "PinnedToCore" API to addition headers 2023-09-05 16:20:59 +08:00
port_common.c freertos(IDF): Refactor port heap functions 2023-03-06 16:00:29 +08:00
port_systick.c feat(esp_timer): Support systimer for ESP32P4 2023-09-13 19:13:38 +08:00
port_systick.h freertos: Move port_systick to common directory 2023-04-28 23:03:00 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00