OVMS3-idf/components
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
..
app_trace unit_tests/Update unit test timer divider 2017-10-30 19:42:16 +08:00
app_update ota_ops: Fix get_selected_boot_partition() in case there is no factory partition 2017-09-04 17:37:28 +10:00
aws_iot mbedtls: Rename net to net_sockets (in line with 2.4.0 API change) 2017-09-07 18:02:39 +10:00
bootloader bootloader: Only apply VDDSDIO 1.8V->1.9V if regulator is enabled 2017-11-27 10:33:41 +11:00
bootloader_support build system: Restore ifdef/ifndef in Makefiles, clean up examples build 2017-09-05 16:11:03 +10:00
bt component/bt: fix memory leak in SMP 2017-12-20 10:28:04 +08:00
coap Ensure that C++ and C compilers get the same preprocessor setup 2017-10-26 13:04:41 +02:00
console Fix compilation errors when using gcc-7.2.0 for the crosstool-ng toolchain 2017-12-27 16:54:13 +08:00
cxx Merge branch 'feature/cxx_exceptions_emg_pool' into 'master' 2017-11-23 13:02:49 +08:00
driver LEDC Driver: Added back original definitions of 'duty_resolution' and 'clock_divider'. This update is to provide backward compatibility with ESP-IDF 2.1. 2017-12-07 20:52:54 +08:00
esp32 time: rename time source option from FRC to "high-resolution timer" 2017-12-27 16:54:19 +08:00
esp_adc_cal feature(I2S-ADC): add ADC mode for I2S. 2017-09-14 13:24:08 +08:00
espcoredump bugfix: fixed path to esptool when there is no compiled python module for it 2017-03-21 13:30:38 +03:00
esptool_py Add --warn-undefined-variables to MAKEFLAGS 2017-09-05 16:10:46 +10:00
ethernet Merge branch 'feature/eth_set_mac_addr_for_3.0' into 'release/v3.0' 2017-12-20 13:31:22 +08:00
expat Build system: Raise warning level 2016-11-16 15:57:34 +11:00
fatfs vfs/fatfs: use structures with bit fields for FAT date/time 2017-12-27 16:54:19 +08:00
freertos docs: add FreeRTOS API docs 2017-12-27 16:54:14 +08:00
heap heap_trace: fix bug in realloc for copying trace record 2017-12-27 16:54:15 +08:00
idf_test Merge branch 'feature/bot' into 'master' 2017-11-21 18:43:56 +08:00
jsmn Add jsmn JSON parser component 2017-03-07 10:18:47 +11:00
json Update cJSON to 1.6.0 2017-12-27 16:54:13 +08:00
libsodium unit tests: fix warnings, build with -Werror 2017-10-19 21:35:23 +08:00
log return old handler from esp_log_set_vprintf() 2017-11-22 11:01:43 +08:00
lwip when netconn created directly,netconn_delete() will not call netconn_free(), 2017-12-07 20:51:37 +08:00
mbedtls Add #include guards and __cplusplus guards to esp_debug.h 2017-12-27 16:54:16 +08:00
mdns Fix compilation errors when using gcc-7.2.0 for the crosstool-ng toolchain 2017-12-27 16:54:13 +08:00
micro-ecc micro-ecc: Add submodule dependency 2016-11-17 09:18:51 +11:00
newlib time: rename time source option from FRC to "high-resolution timer" 2017-12-27 16:54:19 +08:00
nghttp Ensure that C++ and C compilers get the same preprocessor setup 2017-10-26 13:04:41 +02:00
nvs_flash Fix compilation errors when using gcc-7.2.0 for the crosstool-ng toolchain 2017-12-27 16:54:13 +08:00
openssl openssl: add feature check for MBEDTLS_SSL_ALPN 2017-12-27 16:54:16 +08:00
partition_table build system: fix warning about undefined variable 'quote' 2017-10-19 21:35:23 +08:00
pthread pthread: Use spinlock not semaphore mutex to protect TLS key list 2017-12-01 14:28:07 +11:00
sdmmc sdmmc: allow command timeouts to be configured 2017-10-13 08:16:07 +08:00
soc LEDC Driver: Added back original definitions of 'duty_resolution' and 'clock_divider'. This update is to provide backward compatibility with ESP-IDF 2.1. 2017-12-07 20:52:54 +08:00
spi_flash spi_flash: Add option to log warnings if (spuriously) writing zero bits to ones 2017-12-27 16:54:12 +08:00
spiffs spiffs: make OBJ_META_LEN configurable, make mtime support optional 2017-12-27 16:54:18 +08:00
tcpip_adapter fix the dhcps default behaviour chenged by dns 2017-11-28 16:39:00 +08:00
ulp Bugfix I_DELAY macro 2017-12-27 16:54:16 +08:00
vfs add missing ioctl declaration 2017-10-23 19:47:33 +08:00
wear_levelling unit test: adapt tests to single core configuration 2017-10-19 21:35:21 +08:00
wpa_supplicant Add the fast crypto function in supplicant 2017-08-09 21:36:13 +08:00
xtensa-debug-module esp32: Apptrace API enhancement 2017-07-24 19:57:44 +03:00