OVMS3-idf/components/bootloader
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
..
subproject esp32: remove ROM functions redefined in IDF from LD script 2018-10-02 01:20:04 +00: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 Merge branch 'feature/signature_verify_updates' into 'master' 2018-09-04 18:56:47 +08:00
Makefile.projbuild Use check_python_dependencies everywhere as order-only-prerequisite 2018-09-03 11:42:10 +02:00
project_include.cmake cmake: Fix issues when IDF_PATH is not set in environment 2018-06-18 14:48:03 +10:00