CommunityGD32Cores / ArduinoCore-GD32

Arduino core for GD32 devices, community developed, based on original GigaDevice's core
Other
86 stars 33 forks source link

An initial implementation of upload to a DFU-compatible bootloader #28

Closed obra closed 3 years ago

obra commented 3 years ago

I've tested this locally with a WeAct Studio Blue Pill+ flashed with a locally built copy of the STM32Duino bootloader.

I'm able to flash a blink sketch onto the device.

maxgerhardt commented 3 years ago

Merging, is also that what is being done in

https://github.com/CommunityGD32Cores/GD32Core-New/blob/cf14550115b89d95c43781924ad60c3e5441f99b/tools/platformio/platformio-build.py#L124-L130

So the Arduino IDE & PIO both can do DFU now :)