1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #18829 from jmgraeffe/esp32-bootloader-automatic-xtal-frequency

cpu/esp32: set bootloader XTAL frequency configuration to automatic
This commit is contained in:
Gunar Schorcht 2022-11-01 19:27:22 +01:00 committed by GitHub
commit e802203b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ extern "C" {
#endif
#define CONFIG_ESP32_DEBUG_OCDAWARE 1
#define CONFIG_ESP32_XTAL_FREQ 40
#define CONFIG_ESP32_XTAL_FREQ 0
#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x1000
#define CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4 1