Commit Graph

15 Commits

Author SHA1 Message Date
Piotr Esden-Tempski 31adb2f94d misc: Cleanup include guards.
Using underscore prefixes is not allowed for include guards as all
defines starting with underscore are reserved. At the same time made
file ends and spacing and style of include guards consistent in all
headers.

The new style of include guards also includes the directory of the
include file relative to `src` directory to prevent potential future
issues where we might end up with a name clash across directories.
2022-08-23 15:06:21 -04:00
dragonmux 9a0bbd3b37 upgrade: Added a deprecation notice in favour of bmputil 2022-08-08 22:27:44 -07:00
Piotr Esden-Tempski 9b5b6fab5b upgrade: Changed copyright to BMD and allowed more vendor strings. 2022-05-30 14:30:06 -07:00
Uwe Bonnes 80a9fd51ca Clarify STM32F103x8 Flashsize handling.
Should finally fix #471.
2019-09-01 12:11:51 +02:00
Uwe Bonnes 6323409fec upgrade: Honnor the PROBE_HOST make argument. 2019-07-19 18:42:06 +02:00
Uwe Bonnes 8f6b266c54 Upgrade: Download needs to set the address. 2019-07-19 10:51:02 +02:00
Jeremy Elson 1c5ee1f11f Add blackmagic.bin as dependency of bindata.o so that running make
in upgrade will correctly rebuild the upgrade tool if the main binary
has changed.
2019-07-19 10:51:02 +02:00
Gareth McMullin f9d484d506 upgrade: Build with -mno-ms-bitfields to fix struct packing on Windows. 2015-03-10 21:58:37 -07:00
Gareth McMullin 3a746d199f upgrade: Rename target to blackmagic_upgrade and add a rule for .exe file. 2015-03-08 19:39:42 -07:00
Gareth McMullin 0e99f6f11c upgrade: Ignore product strings, these changed over time. 2015-03-08 19:38:59 -07:00
Gareth McMullin a0f44e01cc uprade: Fix warning on pointer sign. 2015-03-08 19:38:33 -07:00
Gareth McMullin fce43bcd98 Fixed upgrade tool to build against current libusb-win32. 2013-08-19 12:26:05 +12:00
Gareth McMullin 7be4866239 Corrected upgrade tool to use our new usb ids. 2012-07-27 21:59:03 +12:00
Gareth McMullin 87c14c294b Fixed some issues in Windows DFU uploader. 2012-03-18 15:15:00 +13:00
Gareth McMullin f2f5fd2fa1 Added unfinished, untested upgrade tool. 2012-01-18 20:46:35 +13:00