mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
rom, spi_flash: add a patch for esp_flash_erase_region for C3, S3, H2
This commit is contained in:
@@ -334,7 +334,7 @@ PROVIDE( esp_flash_chip_driver_initialized = 0x400010bc );
|
||||
PROVIDE( esp_flash_read_id = 0x400010c8 );
|
||||
PROVIDE( esp_flash_get_size = 0x400010d4 );
|
||||
PROVIDE( esp_flash_erase_chip = 0x400010e0 );
|
||||
PROVIDE( esp_flash_erase_region = 0x400010ec );
|
||||
PROVIDE( rom_esp_flash_erase_region = 0x400010ec );
|
||||
PROVIDE( esp_flash_get_chip_write_protect = 0x400010f8 );
|
||||
PROVIDE( esp_flash_set_chip_write_protect = 0x40001104 );
|
||||
PROVIDE( esp_flash_get_protectable_regions = 0x40001110 );
|
||||
|
Reference in New Issue
Block a user