Commit Graph

7 Commits

Author SHA1 Message Date
santiagogf89
2e55cd6257 Add files via upload 2017-02-05 12:44:24 +01:00
Gergely Nagy
b3ab9c84ec bootloader_config.h: Don't redefine BL_TARGET_FLASH
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>
2016-12-05 16:40:54 +01:00
László Monda
fbe5a96f0e Restore the old .project and *.launch files which did work unlike the current ones. Change Release and Debug directory names to release and debug by hand. 2016-11-20 23:21:42 +01:00
László Monda
e18ba0529e Add local gitignore. 2016-11-20 21:00:56 +01:00
László Monda
6f4a177b83 Fix the capitalization of configuration directories to reflect build directories: Debug -> debug, Release -> release 2016-11-20 01:16:42 +01:00
santiagogf89@gmail.com
91996c28fc Update README.md
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.
2016-11-13 19:17:01 +01:00
László Monda
e6c1fce5b4 Add KBOOT. 2016-08-10 01:45:15 +02:00