Go to file
dependabot[bot] 4cab8e3c61
Bump semver from 7.3.8 to 7.5.2
Bumps [semver](https://github.com/npm/node-semver) from 7.3.8 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.3.8...v7.5.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-14 09:26:47 +00:00
.github Create FUNDING.yml 2020-08-27 08:26:31 +10:00
assets Integrate sponsor bar more cleanly 2023-01-15 14:59:59 +01:00
bin Initial Teensy upload work 2020-10-21 13:05:17 +11:00
.gitattributes Initial commit 2018-12-31 13:25:55 +11:00
.gitignore remove some crap 2021-11-13 11:12:36 +00:00
LICENSE Initial commit 2018-12-31 13:25:55 +11:00
README.md Update README.md 2020-10-22 16:01:22 +11:00
azure-pipelines.yml Re-add azure-pipelines yaml 2019-07-09 15:40:54 +10:00
index.html Merge branch 'master' into update-packages 2023-03-10 16:15:10 +11:00
main.js Use platform specific delimiter to make it work on Windows. Move showItemInFolder to main to bring file explorer to foreground on Windows. 2023-01-15 14:35:06 +01:00
package-lock.json Bump semver from 7.3.8 to 7.5.2 2023-07-14 09:26:47 +00:00
package.json Bump semver from 7.3.8 to 7.5.2 2023-07-14 09:26:47 +00:00
renderer.js Integrate sponsor bar more cleanly 2023-01-15 14:59:59 +01: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.

Running from binary

Linux

The AppImage pack requires the following packages be installed:

  • libusb-1.0-0:i386
  • libusb-0.1-4:i386

On Ubuntu, you can install these with: sudo apt install libusb-1.0-0 libusb-0.1-4:i386

You also need to make sure you have permission to access the serial port. If you get a permission denied error, run:

sudo usermod -a -G dialout <username here>

And then logout and back in

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