Commit Graph

14 Commits

Author SHA1 Message Date
László Monda
924f0eb186 Bump version to 1.0.1 and add changelog. 2018-01-25 23:41:33 +01:00
László Monda
8a67901ae9 Disable NMI pin. This time really. Also set LPBOOT to 1. Fixes firmware#27. 2018-01-22 04:51:02 +01:00
László Monda
82675c6f59 Put a comma after "kTarget_Version_Bugfix = 0" to make it easier to parse by external scripts. 2017-11-18 17:47:40 +01:00
László Monda
eb38271bd8 Make the debug build work by putting BL_MIN_PERIPHERAL_DETECT_TIMEOUT outside of #if DEBUG. 2017-11-18 17:31:47 +01:00
László Monda
3fcbe24143 Unset the EZPORT_DIS and NMI_DIS bits of the FOPT register. Fixes #27. 2017-10-25 17:20:39 +02:00
László Monda
40cbba1da1 Make Wormhole.timeoutMs uint32_t instead of uint16_t. Respect Wormhole.timeoutMs and timeout accordingly. Force the minimum timeout to 1000 ms. 2017-10-16 23:21:34 +02:00
László Monda
ec456b9582 Make is_boot_pin_asserted() always return false. No need to ever check the boot pin because the bootloader is to be triggered by other means. 2017-10-16 18:04:34 +02:00
László Monda
883dc28dca Change VID and PID to 0x15a2 and 0x6120 respectively. 2017-05-24 02:02:43 +02:00
László Monda
d27be47fc7 Restore flash protection bytes set by Santiago. 2017-04-22 20:29:14 +02:00
László Monda
d1c006e21a Change vendor name to Ultimate Gadget Laboratories. 2017-04-22 01:20:02 +02:00
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
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