Firmware for the b-parasite board, but in Rust!

Fix CI

Changed files
-10
.tangled
workflows
-10
.tangled/workflows/test.yml
···
dependencies:
nixpkgs:
- rustup
-
- clang
-
- rust-bindgen-unwrapped
steps:
- name: Install Nightly
command: rustup toolchain install nightly
- name: Install toolchain
command: rustup +nightly target install thumbv7em-none-eabihf
-
- name: LLVM tools
-
command: rustup component add llvm-tools
-
- name: Install flip-link
-
command: cargo install --locked flip-link
- name: Format Check
command: cargo fmt --check
-
- name: Check Defmt Build
-
command: cargo build --release
-
- name: Check Plain Build
-
command: cargo build --release --no-default-features