OVMS3-idf/components/newlib
Ivan Grokhotkov e8fbd6e288 time: rename time source option from FRC to "high-resolution timer"
libc time function now rely on esp_timer_get_time as the source of
high-resolution time, rather than FRC1 timer. Internally, on the ESP32
esp_timer implementation uses FRC2 timer.

- Change help text and labels in Kconfig to use "high-resolution timer"
  instead of FRC1. Keep existing Kconfig option name to be backwards
  compatible.
- Change references to "FRC1" in the source code to "FRC".
2017-12-27 16:54:19 +08:00
..
include newlib: Disable sys/types.h implementations of FD_SET, etc. 2017-10-20 18:11:32 +08:00
lib newlib: Add strptime(), qsort_r(), nanf() to libc & libc_nano 2017-11-16 17:35:18 +11:00
platform_include newlib: rename esp_setup_time_syscalls to esp_set_time_from_rtc 2017-09-01 10:36:14 +08:00
test unit test: adapt tests to single core configuration 2017-10-19 21:35:21 +08:00
.gitignore Initial public version 2016-08-17 23:08:22 +08:00
.gitmodules Initial public version 2016-08-17 23:08:22 +08:00
component.mk build system: Restore ifdef/ifndef in Makefiles, clean up examples build 2017-09-05 16:11:03 +10:00
COPYING.NEWLIB Initial public version 2016-08-17 23:08:22 +08:00
locks.c newlib locks: Fix _lock_init() & _lock_init_recursive() failing to initialise a lock 2017-06-30 08:54:56 +10:00
Makefile.old Initial public version 2016-08-17 23:08:22 +08:00
reent_init.c vfs: code review fixes 2016-10-27 17:21:17 +08:00
syscall_table.c heap: Refactor heap regions/capabilities out of FreeRTOS 2017-07-10 17:46:03 +08:00
syscalls.c Add option to allocate external RAM using heap_alloc_caps 2017-09-14 10:47:44 +08:00
time.c time: rename time source option from FRC to "high-resolution timer" 2017-12-27 16:54:19 +08:00