keyboard firmware except crab https://lain.faith/s/onyx
Go to file
xenia 2a825fa5a8
Bikeshed makefile, replace template readme
2020-01-25 20:38:24 -05:00
.cargo used quickstart 2020-01-25 15:49:11 -05:00
.vscode used quickstart 2020-01-25 15:49:11 -05:00
examples blink example 2020-01-25 17:53:06 -05:00
src working flash 2020-01-25 19:14:40 -05:00
.cargo-ok used quickstart 2020-01-25 15:49:11 -05:00
.gitignore used quickstart 2020-01-25 15:49:11 -05:00
Cargo.lock blink example 2020-01-25 17:53:06 -05:00
Cargo.toml blink example 2020-01-25 17:53:06 -05:00
LICENSE Initial commit 2020-01-24 14:17:03 -05:00
Makefile Bikeshed makefile, replace template readme 2020-01-25 20:38:24 -05:00
README.md Bikeshed makefile, replace template readme 2020-01-25 20:38:24 -05:00
build.rs used quickstart 2020-01-25 15:49:11 -05:00
memory.x working flash 2020-01-25 19:14:40 -05:00
openocd.cfg used quickstart 2020-01-25 15:49:11 -05:00
openocd.gdb used quickstart 2020-01-25 15:49:11 -05:00

README.md

Onyx Keyboard Firmware

This section intentionally left blank

Setup

# Install toolchains
trizen -S arm-none-eabi-binutils bossa
rustup target add thumbv6m-none-eabi

# Build
make

# Upload to metro m0 board
make upload