OVMS3-idf/components/bootloader/subproject
Ivan Grokhotkov 50d4ffd22e 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.
2019-01-23 16:26:14 +08:00
..
main esp32: remove ROM functions redefined in IDF from LD script 2019-01-23 16:26:14 +08:00
.gitignore build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
CMakeLists.txt cmake: make main a component again 2018-09-13 11:13:27 +08:00
Makefile esp32: Adds Stack Smashing Protection Feature 2017-11-17 12:08:36 +03:00