mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
ESP_FAULT_ASSERT(C) was silently deleted by the optimizer when C is a cached flag/status already proven by a preceding `if (!C) return/goto`: the compiler folds C to a constant and drops all three checks, removing the fault-injection protection with no warning.
276 B
276 B
| 1 | # Name, Type, SubType, Offset, Size, Flags |
|---|---|
| 2 | # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap |
| 3 | nvs, data, nvs, , 0x6000, |
| 4 | factory, 0, 0, , 1M |
| 5 | flash_test, data, fat, , 528K |