OVMS3-idf/components/bootloader
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
..
subproject esp32: remove ROM functions redefined in IDF from LD script 2019-01-23 16:26:14 +08:00
CMakeLists.txt cmake: Add component dependency support 2018-04-30 09:59:20 +10:00
component.mk build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
Kconfig.projbuild Secure Boot & Flash encryption: Support 3/4 Coding Scheme 2018-10-24 23:21:17 +00:00
Makefile.projbuild Secure Boot & Flash encryption: Support 3/4 Coding Scheme 2018-10-24 23:21:17 +00:00
project_include.cmake cmake: Fix issues when IDF_PATH is not set in environment 2018-06-18 14:48:03 +10:00