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
b754ecbe68
Replicate the wormhole in the bootloader and make it jump to the application if it's open and the enumeration mode is anything but EnumerationMode_Bootloader.
2017-10-13 21:39:17 +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
d1c006e21a
Change vendor name to Ultimate Gadget Laboratories.
2017-04-22 01:20:02 +02:00
santiagogf89
d9a26f48dc
Update property.c
...
Hardcode the clock and peripheral configuration of the bootloader, to avoid a corrupted user image to break the bootloader in the field.
2017-02-11 19:08:26 +01:00
santiagogf89@gmail.com
2a9aa96470
Add reset check for the bootloader. If a Power on Reset happens, the BL will jump to the application directly. If Reset pin is put to GND or SW reset happens, the bootloader will use the timeout function
2016-11-14 00:06:43 +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