mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-29 13:45:45 +00:00
fix(esp_flash): fixed issue of escaping boundary check
Also patched corresponding ROM functions
This commit is contained in:
@@ -51,15 +51,15 @@ esp_flash_chip_driver_initialized = 0x40000240;
|
||||
esp_flash_read_id = 0x40000244;
|
||||
esp_flash_get_size = 0x40000248;
|
||||
esp_flash_erase_chip = 0x4000024c;
|
||||
esp_flash_erase_region = 0x40000250;
|
||||
rom_esp_flash_erase_region = 0x40000250;
|
||||
esp_flash_get_chip_write_protect = 0x40000254;
|
||||
esp_flash_set_chip_write_protect = 0x40000258;
|
||||
esp_flash_get_protectable_regions = 0x4000025c;
|
||||
esp_flash_get_protected_region = 0x40000260;
|
||||
esp_flash_set_protected_region = 0x40000264;
|
||||
esp_flash_read = 0x40000268;
|
||||
esp_flash_write = 0x4000026c;
|
||||
esp_flash_write_encrypted = 0x40000270;
|
||||
rom_esp_flash_write = 0x4000026c;
|
||||
rom_esp_flash_write_encrypted = 0x40000270;
|
||||
esp_flash_read_encrypted = 0x40000274;
|
||||
esp_flash_get_io_mode = 0x40000278;
|
||||
esp_flash_set_io_mode = 0x4000027c;
|
||||
|
Reference in New Issue
Block a user