mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-09 09:43:25 +00:00
MMU: Add configurable mmu page size support on ESP32C2
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#define CONFIG_ESPTOOLPY_FLASHSIZE "8MB"
|
||||
//currently use the legacy implementation, since the stubs for new HAL are not done yet
|
||||
#define CONFIG_SPI_FLASH_USE_LEGACY_IMPL 1
|
||||
#define CONFIG_MMU_PAGE_SIZE 0X10000 // 64KB
|
||||
|
||||
#undef _Static_assert
|
||||
#define _Static_assert(cond, message)
|
||||
|
||||
Reference in New Issue
Block a user