esp-idf/components
Ivan Grokhotkov 75658ee29b bootloader: workaround for clock switching bug in ESP32 rev. 0
In ESP32 rev. 0, switching between 240MHz and 80MHz (even via an
intermediate frequency of 40MHz) may cause the chip to lock up.
The bootloader used to enable 80MHz CPU clock at startup, which could
cause lock up after software reset. With this change, if 240MHz CPU
clock is enabled in menuconfig, bootloader will also use 240MHz to avoid
lock-up.
2017-06-15 18:15:35 +08:00
..
app_update
aws_iot
bootloader bootloader: workaround for clock switching bug in ESP32 rev. 0 2017-06-15 18:15:35 +08:00
bootloader_support
bt Merge branch 'bugfix/btdm_cherry_pick_hit_limit_github_#12259' into 'master' 2017-06-15 15:14:10 +08:00
coap
cxx
driver Merge branch 'bugfix/i2c_delete_interrupt_race' into 'master' 2017-06-14 17:47:22 +08:00
esp32 fix the bug that wifi assert at ieee80211_output.c line 733 2017-06-14 21:20:28 +08:00
espcoredump
esptool_py
ethernet docs: Generate Doxygen directives for API documentation 2017-05-19 18:26:02 +02:00
expat
fatfs add C++ include guards to header files which are missing them 2017-05-31 17:20:17 +08:00
freertos Merge branch 'feature/freertos_get_priority' into 'master' 2017-06-14 08:31:00 +08:00
idf_test test: add NVS compatible test case and CI job 2017-06-04 10:29:15 +08:00
jsmn
json
libsodium Add libsodium v1.0.12 2017-06-14 15:51:08 +10:00
log component/bt: Fix bug while writing slave's service change characteristic 2017-06-14 13:12:38 +08:00
lwip Merge branch 'bugfix/make_srcdirs_order' into 'master' 2017-06-06 14:37:21 +08:00
mbedtls
mdns
micro-ecc
newlib
nghttp
nvs_flash nvs: check value size before writing, document limitations 2017-05-31 12:59:24 +08:00
openssl
partition_table
sdmmc
soc add C++ include guards to header files which are missing them 2017-05-31 17:20:17 +08:00
spi_flash
tcpip_adapter
ulp
vfs docs: Generate Doxygen directives for API documentation 2017-05-19 18:26:02 +02:00
wear_levelling
wpa_supplicant
xtensa-debug-module