https://github.com/riscv-mcu/gd32-dfu-utils
Dfu-utils GD32 fork.
https://github.com/riscv-mcu/gd32-dfu-utils
Last synced: 1 day ago
JSON representation
Dfu-utils GD32 fork.
- Host: GitHub
- URL: https://github.com/riscv-mcu/gd32-dfu-utils
- Owner: riscv-mcu
- License: gpl-2.0
- Created: 2019-09-03T11:03:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T14:24:39.000Z (about 5 years ago)
- Last Synced: 2025-06-15T07:02:25.932Z (1 day ago)
- Language: C
- Size: 502 KB
- Stars: 41
- Watchers: 4
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Dfu-util - Device Firmware Upgrade Utilities
Dfu-util is the host side implementation of the DFU 1.0 [1] and DFU 1.1 [2]
specification of the USB forum.DFU is intended to download and upload firmware to devices connected over
USB. It ranges from small devices like micro-controller boards up to mobile
phones. With dfu-util you are able to download firmware to your device or
upload firmware from it.dfu-util has been tested with Openmoko Neo1973 and Freerunner and many
other devices.[1] DFU 1.0 spec: http://www.usb.org/developers/devclass_docs/usbdfu10.pdf
[2] DFU 1.1 spec: http://www.usb.org/developers/devclass_docs/DFU_1.1.pdfThe official website is:
http://dfu-util.sourceforge.net
See the INSTALL file for build instructions.