esp-idf/components/bootloader
Renz Christian Bagaporo 5760e37dcc 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-05-27 18:45:28 +08:00
..
subproject
CMakeLists.txt
Kconfig.projbuild
Makefile.projbuild
component.mk
project_include.cmake cmake: fix custom bootloader issue 2019-05-27 18:45:28 +08:00