mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-10 18:06:29 +00:00
fix(esp_flash): fixed issue of escaping boundary check
Also patched corresponding ROM functions
This commit is contained in:
@@ -318,8 +318,8 @@ PROVIDE( esp_flash_get_protectable_regions = 0x40001110 );
|
||||
PROVIDE( esp_flash_get_protected_region = 0x4000111c );
|
||||
PROVIDE( esp_flash_set_protected_region = 0x40001128 );
|
||||
PROVIDE( esp_flash_read = 0x40001134 );
|
||||
PROVIDE( esp_flash_write = 0x40001140 );
|
||||
PROVIDE( esp_flash_write_encrypted = 0x4000114c );
|
||||
PROVIDE( rom_esp_flash_write = 0x40001140 );
|
||||
PROVIDE( rom_esp_flash_write_encrypted = 0x4000114c );
|
||||
PROVIDE( esp_flash_read_encrypted = 0x40001158 );
|
||||
PROVIDE( esp_flash_get_io_mode = 0x40001164 );
|
||||
PROVIDE( esp_flash_set_io_mode = 0x40001170 );
|
||||
|
||||
Reference in New Issue
Block a user