OVMS3-idf/components/bootloader
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
..
src bootloader: workaround for clock switching bug in ESP32 rev. 0 2017-06-15 18:15:35 +08:00
Kconfig.projbuild flash encryption/secure boot: Restructure documentation 2017-02-15 09:42:46 +11:00
Makefile.projbuild make: don’t override TEST_COMPONENTS 2017-03-09 19:43:39 +08:00