OVMS3-idf/components/bootloader/subproject
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
..
main esp32: remove ROM functions redefined in IDF from LD script 2018-10-02 01:20:04 +00: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-11 09:44:12 +08:00
Makefile esp32: Adds Stack Smashing Protection Feature 2017-11-17 12:08:36 +03:00