esp-idf/components/newlib
Renz Bagaporo 346cf4430d esp_system: introduce system time functions
- Introduce system time function and concept of system time provider.
esp_timer is system time provider when present.
- Set the reference point for system time, g_startup_time.
- Use the system time functions in newlib instead of calling esp_timer
functions directly
2020-08-10 15:12:38 +08:00
..
platform_include newlib: separate low-level code in time.c implementation 2020-08-10 15:11:37 +08:00
port esp_system: introduce system time functions 2020-08-10 15:12:38 +08:00
priv_include newlib: separate low-level code in time.c implementation 2020-08-10 15:11:37 +08:00
test newlib: separate low-level code in time.c implementation 2020-08-10 15:11:37 +08:00
.gitignore
.gitmodules
CMakeLists.txt esp_system: introduce system time functions 2020-08-10 15:12:38 +08:00
COPYING.NEWLIB
Kconfig
Makefile.old
abort.c
component.mk newlib: separate low-level code in time.c implementation 2020-08-10 15:11:37 +08:00
esp32-spiram-rom-functions-c.lf
heap.c
locks.c
newlib.lf
poll.c
pthread.c
random.c
reent_init.c
syscall_table.c
syscalls.c
termios.c
time.c esp_system: introduce system time functions 2020-08-10 15:12:38 +08:00