88eaa34075
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. |
||
---|---|---|
.. | ||
subproject | ||
CMakeLists.txt | ||
component.mk | ||
Kconfig.projbuild | ||
Makefile.projbuild | ||
project_include.cmake |