]> granicus.if.org Git - esp-idf/commit
time: rename time source option from FRC to "high-resolution timer"
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 8 Dec 2017 08:14:20 +0000 (16:14 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 27 Dec 2017 08:54:19 +0000 (16:54 +0800)
commite8fbd6e288519821c53187b2f4a7eb8430574ca9
tree382c519c2fd45d83d551a1851906c1289dc660e0
parent50b710d2675ba88355b4d0787f4e35223faad781
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".
components/esp32/Kconfig
components/newlib/time.c