esp-idf/components/bootloader/subproject
Angus Gratton abdb657926 bootloader esp32s2: Increase bootloader DRAM & IRAM allowance
Bootloader DRAM now ends at 0x3FFEAB00 which is the start of ROM
static RAM (reclaimable after app is running).

IRAM loader segment increased by 8KB.

Available total static RAM for the app is now reduced by 16KB.
2020-07-27 00:01:10 +00:00
..
components/micro-ecc secure boot: Fix anti-fault value if hash is shorter than curve 2020-03-11 17:17:20 +11:00
main bootloader esp32s2: Increase bootloader DRAM & IRAM allowance 2020-07-27 00:01:10 +00:00
.gitignore build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
CMakeLists.txt Secure boot v2 support for ESP32-S2 2020-07-27 00:01:10 +00:00
Makefile esp_rom: extract common uart apis into esp_rom_uart.h 2020-07-17 16:00:59 +08:00