esp-idf/components/freertos
Darian Leung c36e06c45c freertos: Add test app sdkconfig
This commit adds the sdkconfig files for the FreeRTOS test app. These
configurations were dervied from the various legacy unit test app's
config files that included the FreeRTOS component.

This commit tries to keep a 1 to 1 config parity with the legacy test app.
Meaning, if FreeRTOS test were run on a particular target with a particular
config, that config will be represented in one of the test app's
sdkconfig.ci.XXX files.

However, the following configurations were removed for FreeRTOS tests:

- The "freertos_flash" option was removed due to redudancy (already tested in
  freertos_options)
2022-10-23 20:02:14 +08:00
..
esp_additions feat(freertos): Added FreeRTOS POSIX/Linux Simulator 2022-09-27 16:23:54 +02:00
FreeRTOS-Kernel freertos: Enable configUSE_PORT_OPTIMISED_TASK_SELECTION for RISC-V targets 2022-10-17 16:47:21 +02:00
FreeRTOS-Kernel-SMP freertos: Refactor riscv port stack initialization code 2022-10-09 14:51:45 +08:00
test_apps freertos: Add test app sdkconfig 2022-10-23 20:02:14 +08:00
CMakeLists.txt refactor(freertos): streamlined freertos CMakeLists.txt 2022-10-20 16:43:24 +02:00
FreeRTOS-openocd.c freertos_additions: add debug params table for openocd 2022-03-11 11:33:08 +01:00
Kconfig freertos: Enable configUSE_PORT_OPTIMISED_TASK_SELECTION for RISC-V targets 2022-10-17 16:47:21 +02:00
linker_smp.lf freertos: Adds new APIs to set/get and restore base priority 2022-09-01 07:07:08 +00:00
linker.lf freertos: Move some port functions into flash by default 2022-09-19 23:35:25 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00