esp-idf/components/newlib/test
Marius Vikhammer d2872095f9 soc: moved kconfig options out of the target component.
Moved the following kconfig options out of the target component:
 * CONFIG_ESP*_DEFAULT_CPU_FREQ* -> esp_system
 * ESP*_REV_MIN -> esp_hw_support
 * ESP*_TIME_SYSCALL -> newlib
 * ESP*_RTC_* -> esp_hw_support

Where applicable these target specific konfig names were merged into
a single common config, e.g;
CONFIG_ESP*_DEFAULT_CPU_FREQ -> CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ
2022-04-21 12:09:43 +08:00
..
CMakeLists.txt esp32: cleanup build script 2021-07-16 20:14:27 +08:00
test_atomic.c esp_common: move tests 2021-02-24 12:16:37 +08:00
test_locks.c newlib: add _RETARGETABLE_LOCKING support 2020-12-29 16:18:04 +01:00
test_newlib.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
test_setjmp.c freertos: save/restore PS and EPC1 around window spilling 2019-12-27 11:27:01 +01:00
test_shared_stack_printf.c esp_hw_support: create esp_cpu 2021-02-26 13:34:29 +08:00
test_time.c soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00