OVMS3-idf/components/bootloader
Renz Christian Bagaporo 88eaa34075 cmake: fix custom bootloader issue
Issue is that when users creates a custom bootloader from
$IDF_PATH/components/bootloader. Parent project build uses the copy but
bootloader subproject build uses the original still. The issue is solved
by passing the custom bootloader as extra component directory so
bootloader build knows to use the new copy (itself) in the build.
2019-06-04 23:04:47 +08:00
..
subproject bootloader: verify that loaded image does not overlap bootloader code 2018-10-26 12:44:10 +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-16 16:24:10 +11:00
Makefile.projbuild Secure Boot & Flash encryption: Support 3/4 Coding Scheme 2018-10-16 16:24:10 +11:00
project_include.cmake cmake: fix custom bootloader issue 2019-06-04 23:04:47 +08:00