esp-idf/components/bootloader
Omar Chebib 1e8b9f8b9c fix(bootloader): add legacy retained memory CRC calculation
* Closes https://github.com/espressif/esp-idf/issues/12849

In former versions of ESP-IDF, the user custom memory data in the retained memory
was taken into account during the CRC calculation. This was changed in a later
commit, the custom memory was ignored, therefore this can seen as a breaking change.
This commit gives the possibility to choose between the former (legacy) or
new way of calculating the CRC.
2024-03-11 11:03:06 +08:00
..
subproject feat(bootloader): Update micro-ecc version to v1.1 2023-09-22 10:50:00 +05:30
CMakeLists.txt esptool_py: Add esptool_py as a dependency for any component that uses it 2021-03-08 19:47:38 +11:00
Kconfig.projbuild fix(bootloader): add legacy retained memory CRC calculation 2024-03-11 11:03:06 +08:00
project_include.cmake build-system: replace ADDITIONAL_MAKE_CLEAN_FILES with ADDITIONAL_CLEAN_FILES 2023-05-10 09:56:15 +08:00
sdkconfig.rename doc(spi_flash): hide unsupported optional features 2024-03-03 23:11:43 +08:00