esp-idf/components
Ivan Grokhotkov f11ad0c904 soc/rtc: fix spurious warnings about XTAL frequency on startup
1. Make sure that 8MD256 clock used to estimate XTAL frequency is enabled
   before trying to use rtc_clk_cal_ratio.
   This fixes "Bogus XTAL frequency: 0 MHz" warnings after software reset.

2. Don't call rtc_clk_xtal_freq_estimate if XTAL frequency is already
   known. This reduces startup time after deep sleep or software reset.

3. Compare known XTAL frequency and estimated one before printing a
   warning. This fixes "Possibly invalid CONFIG_ESP32_XTAL_FREQ setting
   (40MHz). Detected 40 MHz." warnings.
2017-10-26 19:53:53 +08:00
..
app_trace sysview: always use TG as timestamp source 2017-10-18 14:19:20 +08:00
app_update
aws_iot
bootloader
bootloader_support
bt component/bt: Fix scan problem of bonded device using public address 2017-10-25 11:52:03 +08:00
coap
console
cxx cxx: Add KConfig option for C++ exceptions, disable by default 2017-10-17 15:29:25 +08:00
driver Merge branch 'bugfix/i2c_hw_fsm_recover' into 'master' 2017-10-23 10:16:02 +08:00
esp32 Merge branch 'bugfix/optmize_ipv6_event' into 'master' 2017-10-23 17:00:10 +08:00
esp_adc_cal
espcoredump
esptool_py
ethernet ethernet: lock APB frequency while ethernet is enabled 2017-10-18 14:37:22 +08:00
expat
fatfs unit test: adapt tests to single core configuration 2017-10-19 21:35:21 +08:00
freertos Merge branch 'feature/dfs' into 'master' 2017-10-22 12:34:11 +08:00
heap Merge branch 'feature/unit-test-configs' into 'master' 2017-10-20 14:03:53 +08:00
idf_test
jsmn
json
libsodium unit tests: fix warnings, build with -Werror 2017-10-19 21:35:23 +08:00
log
lwip Merge branch 'bugfix/tcpip_stack_overflow_logging_printf' into 'master' 2017-10-26 15:09:22 +08:00
mbedtls
mdns
micro-ecc
newlib Merge branch 'bugfix/select_fdset' into 'master' 2017-10-23 10:55:33 +08:00
nghttp
nvs_flash
openssl
partition_table build system: fix warning about undefined variable 'quote' 2017-10-19 21:35:23 +08:00
pthread pthreads local storage: add test for unique keys 2017-10-17 15:29:25 +08:00
sdmmc
soc soc/rtc: fix spurious warnings about XTAL frequency on startup 2017-10-26 19:53:53 +08:00
spi_flash spi_flash: fix build error with profiling enabled 2017-10-22 12:57:56 +08:00
spiffs unit test: adapt tests to single core configuration 2017-10-19 21:35:21 +08:00
tcpip_adapter bugfix: add netif info in event message when got ipv6 address 2017-10-23 13:50:43 +08:00
ulp
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
xtensa-debug-module