Commit Graph
51 Commits
Author SHA1 Message Date
László Monda a98fe422bc Add Travis badge. 2017-06-25 20:29:43 +02:00
László Monda f2992bba67 Add .travis.yml 2017-06-25 20:27:15 +02:00
Erich Styger 322888b129 fix for changed VID/PID
VID/PID have been changed, see https://github.com/UltimateHackingKeyboard/bootloader/commit/883dc28dcae2735bab68d24bae4970a08f26426f
2017-06-24 19:04:59 +02:00
László Monda a59a25129c Merge pull request #7 from ErichStyger/master
updated project: enabled parallel build and fixed refresh policy
2017-06-22 21:22:33 +02:00
Erich Styger 122a236852 updated project: enabled parallel build and fixed refresh policy 2017-06-19 17:16:44 +02:00
László Monda b843973184 Make the Mac blhost binary executable. 2017-06-17 02:10:20 +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 22c1f2db5b Print binary sizes. 2017-05-01 21:28:47 +02:00
László Monda 7931021378 Unlock MCU. 2017-04-25 20:47:09 +02:00
László Monda cb1806b75e Delete PEMicro and OpenOCD build configurations which have never been supported. 2017-04-23 04:15:00 +02:00
László Monda d51bae111a Run the release or debug build configuration for the relevant debug configurations respectively. 2017-04-22 23:34:44 +02:00
László Monda 1a7ff76366 Change target device names from MK22FN512xxx12 to "MK22FN512xxx12 (allow security)" 2017-04-22 23:30:23 +02:00
László Monda 5848e04b29 Add readme. 2017-04-22 23:22:01 +02:00
László Monda 501e33c83d Add MCU eraser scripts. 2017-04-22 23:19:21 +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
László Monda 74a37a8d9e Make tools executable. 2017-03-07 00:14:15 +01:00
László Monda 80f6e61a47 Update README.md 2017-02-19 21:44:50 +01:00
László Monda 4b46c70f2c Update README.md 2017-02-19 21:41:40 +01: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 2e55cd6257 Add files via upload 2017-02-05 12:44:24 +01:00
santiagogf89 d67d8948f6 Add files via upload 2017-02-05 12:42:17 +01:00
santiagogf89 ae8d58e438 Update README.md 2017-02-05 12:41:47 +01:00
László Monda 5241efd708 As the first step, the flash should be erased instead of resetting the MCU. 2017-01-20 00:14:10 +01:00
László Monda 40636da067 Update README.md 2016-12-07 18:27:33 +01:00
László Monda 2c6094e758 Merge pull request #2 from algernon/h/BL_TARGET_FLASH-fix
bootloader_config.h: Don't redefine BL_TARGET_FLASH
2016-12-07 17:39:12 +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 90d284fffd Remove global gitignore. 2016-11-20 21:01:42 +01:00
László Monda e18ba0529e Add local gitignore. 2016-11-20 21:00:56 +01:00
László Monda b1e7c67fdd Ignore *.launch files because KDS always changes some bullshit within them. 2016-11-20 20:51:12 +01:00
László Monda 4bee591aaa Update README.md 2016-11-20 20:35:41 +01:00
László Monda e8e872a934 Update README.md 2016-11-20 20:29:38 +01:00
László Monda 4006c46397 Update README.md 2016-11-20 20:25:39 +01:00
László Monda 0d5c0ac7b0 Update README.md 2016-11-20 20:19:46 +01:00
László Monda bb4d075297 Update README.md 2016-11-20 20:00:21 +01:00
László Monda 339741a7d0 Update README.md 2016-11-20 19:56:30 +01:00
László Monda 3867063bdc Update README.md 2016-11-20 19:28:43 +01:00
László Monda c1d10855cc Update README.md 2016-11-20 18:30:07 +01:00
László Monda 7562104804 Update README.md 2016-11-20 18:13:52 +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 5db779c5b2 Readme updated 2016-11-14 00:11:48 +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 774402c497 Binaries updated to make the blink easier. before-por 2016-11-13 23:18:31 +01:00
santiagogf89@gmail.com dcba170a22 Adding Always On LED binary for testing purposes. 2016-11-13 22:19:23 +01:00
santiagogf89@gmail.com 08484d56c9 Specify which project inside targets has to be used. 2016-11-13 21:26:30 +01:00
santiagogf89@gmail.com eec8bedb6b Fix the Readme.md 2016-11-13 19:19:59 +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 f3dfaa4bb7 Update README.md 2016-09-26 00:34:53 +02:00
László Monda 6570f68d65 Add readme. 2016-08-10 01:48:40 +02:00