mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-01 06:27:29 +00:00
fix(esp_flash): fixed issue of escaping boundary check
Also patched corresponding ROM functions
This commit is contained in:
@@ -267,8 +267,8 @@ PROVIDE( esp_flash_get_protectable_regions = 0x40000318 );
|
||||
PROVIDE( esp_flash_get_protected_region = 0x4000031c );
|
||||
PROVIDE( esp_flash_set_protected_region = 0x40000320 );
|
||||
PROVIDE( esp_flash_read = 0x40000324 );
|
||||
PROVIDE( esp_flash_write = 0x40000328 );
|
||||
PROVIDE( esp_flash_write_encrypted = 0x4000032c );
|
||||
PROVIDE( rom_esp_flash_write = 0x40000328 );
|
||||
PROVIDE( rom_esp_flash_write_encrypted = 0x4000032c );
|
||||
PROVIDE( esp_flash_read_encrypted = 0x40000330 );
|
||||
PROVIDE( esp_flash_get_io_mode = 0x40000334 );
|
||||
PROVIDE( esp_flash_set_io_mode = 0x40000338 );
|
||||
|
Reference in New Issue
Block a user