An open API service indexing awesome lists of open source software.

https://github.com/qmk/qmk_flashutils

QMK flashing utility builds
https://github.com/qmk/qmk_flashutils

Last synced: 5 months ago
JSON representation

QMK flashing utility builds

Awesome Lists containing this project

README

          

# QMK Flashing Utilities

Builds of firmware flashing utilities primarily for QMK Firmware use.

Currently provides:

* `avrdude`
* `bootloadHID`
* `dfu-programmer`
* `dfu-util`
* `hid_bootloader_cli`
* `mdloader`
* `teensy_loader_cli`
* `wb32-dfu-updater_cli`

...for the OS/architectures:

* Linux x86_64
* Linux aarch64 (arm64)
* Linux riscv64
* macOS aarch64 (arm64)
* macOS x86_64
* Windows x86_64

Builds require the toolchains provided by the container `ghcr.io/tzarc/qmk_toolchains:builder`; this repo must be mounted on `/t` inside the container -- the user/group permissions inside the container will be updated to match during execution.

Corresponding builds are done on GitHub actions.