Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arduino/dfu-utils-cross
scripts to compile (and cross-compile from a Linux machine) dfu-utils package for Linux (x86_64, x86, arm), OSX and Windows.
https://github.com/arduino/dfu-utils-cross
Last synced: about 1 month ago
JSON representation
scripts to compile (and cross-compile from a Linux machine) dfu-utils package for Linux (x86_64, x86, arm), OSX and Windows.
- Host: GitHub
- URL: https://github.com/arduino/dfu-utils-cross
- Owner: arduino
- Created: 2016-01-26T10:43:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T10:18:25.000Z (over 1 year ago)
- Last Synced: 2024-09-29T08:52:37.146Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 12.9 MB
- Stars: 22
- Watchers: 16
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dfu-utils-cross
This repo contains the scripts to compile (and cross-compile from a Linux machine) `dfu-utils` package for Linux (x86_64, x86, arm), OSX and Windows.
For doing so it also compiles `libusb` statically so the resulting binary has zero external dependencies.
Prerequisites:
[osxcross](https://github.com/tpoechtrager/osxcross)
mingw32-w64Some patches were added to target a bunch of problems with [Arduino101](https://www.arduino.cc/en/Main/ArduinoBoard101) upload procedure
# License
The bash scripts are GPLv2 licensed. Every other software used by these bash scripts has its own license. Consult them to know the terms.