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

cpu/esp32: set bootloader XTAL frequency configuration to automatic

This commit is contained in:
Jon-Mailes Graeffe 2022-11-01 03:22:38 +01:00
parent 240ccedeea
commit b0686ce4dd

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