Commit Graph

75 Commits

Author SHA1 Message Date
László Monda
e099e224ce Merge pull request #14 from UltimateHackingKeyboard/santiagogf89-patch-1
Sign CLA
2019-06-24 19:26:04 +02:00
Santiago
467f622cae Sign CLA
I have read the Agreement, and fully agree to it by signing it with my GitHub username.
2019-06-24 17:59:40 +02:00
Erich Styger
7d1e016005 signed CLA 2019-06-11 12:44:39 +02:00
László Monda
a23f12c6bb Merge pull request #13 from UltimateHackingKeyboard/sign-cla
Sign CLA
2019-06-08 01:26:39 +02:00
László Monda
3760185227 Sign CLA. 2019-06-08 01:25:54 +02:00
László Monda
2c4922a8f7 Update CLA. 2019-06-08 01:25:20 +02:00
László Monda
5108c5bab4 Add CLA and contributing instructions. 2019-06-08 01:24:51 +02:00
László Monda
85892581f7 In order to avoid blhost segfaults, statically link it, and set its architecture to x86-64 so that it won't contain special instructions.
This change was made by @iprok. See https://github.com/UltimateHackingKeyboard/agent/issues/681#issuecomment-403057795
2018-07-08 18:21:43 +02:00
László Monda
924f0eb186 Bump version to 1.0.1 and add changelog. v1.0.1 2018-01-25 23:41:33 +01:00
László Monda
c09030233e Copy Brewfile and gcc-arm-embedded.rb from the firmware repo in the hope of making the Mac build work. 2018-01-23 06:29:11 +01:00
László Monda
d58e192cfb Reconstruct .travis.yml based on the .travis.yml of the firmware repo in the hope to make the build work. 2018-01-22 14:28:23 +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
7d1ccdaa05 Add release script. v1.0.0 2017-11-18 18:41:24 +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
467acc54d1 Delete the release build and rename the release-srec build to release. 2017-11-18 17:45:27 +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
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
Erich Styger
cbc16f4c24 reverting removal of release launch configuration. 1.0.0 2017-07-05 18:00:04 +02:00
Erich Styger
d35bac90eb removing unused and not needed launch configuration 2017-07-05 07:06:30 +02:00
Erich Styger
e14cb3b593 ignoring log and host specific ini file 2017-07-05 07:06:02 +02:00
Erich Styger
3dae65b3a6 fixed typo 2017-07-04 14:33:11 +02:00
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 883dc28dca
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