platformio / platform-atmelsam

Atmel SAM: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelsam
Apache License 2.0
79 stars 105 forks source link

Support DFU as valid upload tool for SAM #126

Open konistehrad opened 3 years ago

konistehrad commented 3 years ago

Good evening! I've recently been doing a ton of experimentation with this excellent 1K SAMD21 DFU bootloader, and while it's treating me quite well it's been difficult to integrate with the AtmelSAM platform, as it lacks references to tool-dfuutil in both package.json and package.py. Not sure if this is the correct spot to request this kind of support, but it would definitely be helpful for me!

Thanks in advance, and excellent work on the project!