OVMS3-idf/components/bootloader
Renz Christian Bagaporo 927007fdd2 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-17 15:17:32 +08:00
..
subproject components: update with build system changes 2019-05-13 19:59:17 +08:00
CMakeLists.txt components: update with build system changes 2019-05-13 19:59:17 +08:00
component.mk build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
flash_bootloader_args.in cmake: Allow components to present their own images to flash 2019-03-18 03:45:22 +08:00
Kconfig.projbuild bootloader: use mbedTLS for secure boot verification in firmware 2019-04-01 15:46:52 +05:30
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-05-17 15:17:32 +08:00