Skip to content

Commit

Permalink
espressif: fix missing macro for esp32s3 XMC flash support
Browse files Browse the repository at this point in the history
Add CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT macro to esp32s3
sdkconfig.h

Signed-off-by: Almir Okato <[email protected]>
  • Loading branch information
almir-okato committed Dec 19, 2024
1 parent f5454f1 commit aeabf61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boot/espressif/hal/include/esp32s3/sdkconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
#define CONFIG_EFUSE_VIRTUAL_OFFSET 0x250000
#define CONFIG_EFUSE_VIRTUAL_SIZE 0x2000
#define CONFIG_EFUSE_MAX_BLK_LEN 256
#define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 1

0 comments on commit aeabf61

Please sign in to comment.