Skip to content

multiplatform launcher for Arduino101 dfu-util flashing utility

License

Notifications You must be signed in to change notification settings

artynet/arduino101load

 
 

Repository files navigation

arduinoSTM32load

multiplatform launcher for ArduinoSTM32 dfu-util flashing utility

Compiling

  • Download go package from here or using your package manager
  • cd into the root folder of this project
  • execute
export GOPATH=$PWD
go get
go build

to produce a binary of arduinoSTM32load for your architecture.

To cross compile for different OS/architecture combinations, execute

GOOS=windows GOARCH=386 go build  #windows
GOOS=darwin GOARCH=amd64 go build #osx
GOOS=linux GOARCH=386 go build    #linux_x86
GOOS=linux GOARCH=amd64 go build  #linux_x86-64

About

multiplatform launcher for Arduino101 dfu-util flashing utility

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 57.3%
  • Shell 42.7%