esp-idf/components/newlib/test
Guillaume Souchere ec34a0f5f5 newlib: Update the esp32c2 config default to avoid RTC related test to not run on esp32c2
Set CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT to enable to force CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER to disable
and hence prevent the following tests from being executed:

- Timestamp after abort is correct in case RTC & High-res timer have + big error
- Timestamp after restart is correct in case RTC & High-res timer have + big error
- Timestamp after restart is correct in case RTC & High-res timer have - big error
2023-01-03 08:33:38 +01:00
..
CMakeLists.txt Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:54:45 +01:00
test_atomic.c hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
test_locks.c components: Change copyright in components files 2022-06-17 16:59:56 +02:00
test_newlib.c ci: Disable all currently failed target tests for esp32c6 2022-11-28 12:09:08 +08:00
test_setjmp.c components: Change copyright in components files 2022-06-17 16:59:56 +02:00
test_shared_stack_printf.c components: Change copyright in components files 2022-06-17 16:59:56 +02:00
test_time.c newlib: Update the esp32c2 config default to avoid RTC related test to not run on esp32c2 2023-01-03 08:33:38 +01:00