esp-idf/components
Konstantin Kondrashov ac3508615a soc/clk: Fix range CONFIG_ESP32_RTC_CLK_CAL_CYCLES
Fixed the error division on zero.
Also fixed range CONFIG_ESP32_RTC_CLK_CAL_CYCLES in Kconfig.
Fixed a overflow error by TIMG in the function rtc_clk_cal_internal. This error was due to a limit in values TIMG_RTC_CALI_MAX=0x7FFF (to write the slowclk_cycles) and TIMG_RTC_CALI_VALUE=0x1FFFFFF (to read xtal_cycles). Added assert finctions.

Closes https://github.com/espressif/esp-idf/issues/2147
2018-07-10 11:56:12 +05:00
..
app_trace host_file_io: Fixes uninitialized 'offset' and 'whence' fseek args 2018-07-03 19:34:13 +03:00
app_update
aws_iot
bootloader bootloader: move iram_seg 1k up to have better looking idf_monitor output 2018-07-04 12:33:11 +08:00
bootloader_support spi_flash: fix errors for GCC 8 support 2018-07-02 09:05:00 +00:00
bt component/bt: bugfix of invalid SCO handle in HCI number_of_completed_packets event 2018-07-05 12:00:41 +08:00
coap
console
cxx
driver CAN Driver 2018-07-04 14:01:57 +08:00
esp-tls
esp32 soc/clk: Fix range CONFIG_ESP32_RTC_CLK_CAL_CYCLES 2018-07-10 11:56:12 +05:00
esp_adc_cal
esp_http_client
espcoredump
esptool_py
ethernet
expat
fatfs fatfs: fix errors for GCC 8 support and some indentation 2018-07-02 09:05:00 +00:00
freertos
heap
idf_test
jsmn
json
libsodium
log
lwip Merge branch 'bugfix/disable_lwip_trust_ip_by_default' into 'master' 2018-07-09 10:03:30 +08:00
mbedtls
mdns
micro-ecc
newlib Merge branch 'feature/clock_gettime' into 'master' 2018-07-04 18:09:04 +08:00
nghttp
nvs_flash nvs_partition_generator: Add support for base64 representation of Binary data 2018-07-02 15:40:21 +05:30
openssl
partition_table
pthread
sdmmc
smartconfig_ack smartconfig_ack.c : Fixed the declaration of remote_ip in sc_ack_send_task() 2018-07-03 16:28:24 +05:30
soc soc/clk: Fix range CONFIG_ESP32_RTC_CLK_CAL_CYCLES 2018-07-10 11:56:12 +05:00
spi_flash Merge branch 'bugfix/spi_flash_deadlock' into 'master' 2018-07-02 18:39:16 +08:00
spiffs
tcpip_adapter
ulp
vfs
wear_levelling
wpa_supplicant wpa_supplicant: fix errors for GCC 8 support 2018-07-02 09:05:00 +00:00
xtensa-debug-module