esp-idf/components/esp32
Angus Gratton ede477ea65 paritition_table: Verify the partition table md5sum when loading the app
Additionally, always enable the partition MD5 check if flash encryption is on in
Release mode. This ensures the partition table ciphertext has not been modified
(CVE-2021-27926).

The exception is pre-V3.1 ESP-IDF bootloaders and partition tables, which
don't have support for the MD5 entry.
2021-05-18 01:32:59 +00:00
..
include Can't use spiram.h functions when building with cpp. 2021-05-05 15:23:35 +02:00
ld freertos: fix TLS run-time address calculation 2021-04-21 13:45:21 +02:00
test gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00
CMakeLists.txt esp32: move system libs 2021-03-31 19:17:33 +08:00
Kconfig paritition_table: Verify the partition table md5sum when loading the app 2021-05-18 01:32:59 +00:00
Makefile.projbuild
cache_sram_mmu.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
component.mk esp32: move system libs 2021-03-31 19:17:33 +08:00
dport_access.c freertos: Increase minimum task stack size when stack smashing checker is enabled 2021-03-04 17:44:36 +11:00
esp_himem.c core system: Fix warnings in compilation when assertions are disabled 2021-03-03 10:26:57 +11:00
project_include.cmake esp32: move toolchain check 2021-03-31 19:17:33 +08:00
sdkconfig.rename esp32: move mac target specific configs 2021-03-31 19:17:33 +08:00
spiram.c spiram: Add soc macro for SPIRAM address space size, use it where applicable 2020-09-21 11:43:55 +10:00
spiram_psram.c esp32/psram: ESP32-PICO-V3 does not have PSRAM and does not support external PSRAM 2021-05-04 10:49:25 +08:00
spiram_psram.h