esp-idf/components/esp_system
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
..
include esp_system: introduce system time functions 2020-08-10 15:12:38 +08:00
port esp_system: introduce system time functions 2020-08-10 15:12:38 +08:00
CMakeLists.txt esp_system: introduce system time functions 2020-08-10 15:12:38 +08:00
component.mk esp_system: restore deleted no stack check flag 2020-07-22 11:57:18 +08:00
Kconfig esp_system: add CONFIG_ESP_SYSTEM_RTC_EXT_CRYS 2020-07-20 11:15:24 +08:00
linker.lf esp32, esp32s2: update console initialization 2020-06-26 15:38:49 +02:00
panic.c coredump: Fixes ESP-specific panic reasons handling 2020-07-27 21:38:33 +03:00
sdkconfig.rename esp_system: add CONFIG_ESP_SYSTEM_RTC_EXT_CRYS 2020-07-20 11:15:24 +08:00
startup.c esp_system: introduce system time functions 2020-08-10 15:12:38 +08:00
system_api.c coredump: Fixes ESP-specific panic reasons handling 2020-07-27 21:38:33 +03:00
system_time.c esp_system: introduce system time functions 2020-08-10 15:12:38 +08:00