Merge branch 'bugfix/esp_flash_escape_checking_v5.5' into 'release/v5.5'

fix(esp_flash): fixed issue of escaping boundary check (v5.5)

See merge request espressif/esp-idf!40117
This commit is contained in:
Jiang Jiang Jian
2025-07-22 17:16:49 +08:00
19 changed files with 214 additions and 53 deletions
@@ -40,3 +40,4 @@ Bugfixes Introduced in ESP-IDF but Not in Chip-ROM
:esp32s3: - Fixed issue that only 16 MB virtual address ranges can be mapped to read-only data on flash.
:esp32c3: - Fixed issue that only 128 KB virtual address ranges can be mapped to instructions on flash.
:esp32c2: - Fixed issue that only at most 128 KB virtual address ranges can be mapped to instructions on flash.
- Fixed issue that address range may escape from checking for erasing and writing function when their sum overflows 32-bit boundary.