BL_TARGET_FLASH can be specified on the command-line too, do not
redefine it unconditionally, but guard it with an ifdef. This should
eliminate the warnings seen during compilation, and as such, fixes#1.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Adapt code to UHK HW and FW (bl_main.c and shutdown_cleanup.c)
Change vector reset configuration (MK22F51212/src/startup/gcc/startup_MK22F51212.S)
Adapt peripheral configuration and start address of UHK (bootloader_config.h)
Adapt clock configuration to make it compatible with UHK.
Added binaries to test the bootloader.