Go to file
Josh Stewart 11f1aa7342 Fix duplication in the ports select list when you hit refresh 2019-01-03 14:17:33 +11:00
assets First full end to end completed version 2019-01-02 16:18:31 +11:00
bin Include the avrdude binaries for linux and win 2019-01-02 11:31:28 +11:00
.gitattributes Initial commit 2018-12-31 13:25:55 +11:00
.gitignore Updates for win packaging 2019-01-03 01:05:30 +11:00
LICENSE Initial commit 2018-12-31 13:25:55 +11:00
README.md Update README.md 2019-01-02 19:03:26 +11:00
index.html Only allow the Install button to be pressed if there's a port selected 2019-01-03 13:44:06 +11:00
main.js Add a basic terminal showing the output of avrdude if it fails 2019-01-03 13:44:21 +11:00
npm-debug.log Initial commit of some absolute hot garbage template stuff 2018-12-31 17:17:58 +11:00
package-lock.json Make the avrdude binaries accessible after packaging 2019-01-03 10:50:05 +11:00
package.json Bump to v0.0.2 2019-01-03 11:16:48 +11:00
renderer.js Fix duplication in the ports select list when you hit refresh 2019-01-03 14:17:33 +11:00

README.md

SpeedyLoader

SpeedyLoader is a universal (Cross platform) firmware loader for Speeduino devices. It avoids the need for any compiling and allows the user to select a firmware version and then automatically downloads a pre-compiled version.

Currently in early development. Binaries will be made available when ready

Install from Source

Pre-Requisites

Installation steps

$ git clone https://github.com/noisymime/SpeedyLoader.git
$ cd SpeedyLoader
$
$ npm install electron-rebuild -g
$ npm install
$ npm start