mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
650c64a840
While reading the key from the register, the register are read by 8 bit access which results in reading wrong data. Reading from the peripheral should be 32 bit aligned. The commit updates the code to read the secure boot key from the register using 32 bit access. Closes https://github.com/espressif/esp-idf/issues/12851 |
||
---|---|---|
.. | ||
include | ||
test | ||
CMakeLists.txt | ||
component.mk | ||
esp_app_desc.c | ||
esp_ota_ops.c | ||
Kconfig.projbuild | ||
Makefile.projbuild | ||
otatool.py |