OVMS3-idf/components/bootloader/subproject/main
Ivan Grokhotkov 9240bbb708 esp32: remove ROM functions redefined in IDF from LD script
In some cases, linker could choose to use ROM functions instead of the
ones defined in IDF.
For functions used in ROM stub table, this would lead to infinite
recursion when the corresponding function was called from ROM.
For crypto functions, some of these were modified in IDF, and
incompatible with ROM counterparts.
2018-10-02 01:20:04 +00:00
..
bootloader_start.c bootloader: Ensure bootloader never returns to caller 2018-07-19 16:24:11 +10:00
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
component.mk Add initial SPI RAM support. This adds support for an ESP-PSRAM32 chip connected to the default flash pins and GPIO 16 and 17. The RAM is mapped to address 0x3F800000, but otherwise ignored by esp-idf as of yet. 2017-09-04 12:05:49 +08:00
esp32.bootloader.ld bootloader: Fix crash enabling flash encryption 2018-09-26 18:26:06 +10:00
esp32.bootloader.rom.ld esp32: remove ROM functions redefined in IDF from LD script 2018-10-02 01:20:04 +00:00
Makefile.projbuild Revert "bootloader: Add option to build with Link Time Optimisation enabled" 2017-07-24 05:14:31 +08:00