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

Add llvm tools

Changed files
+2 -1
.tangled
workflows
+2 -1
.tangled/workflows/test.yml
··· 7 7 dependencies: 8 8 nixpkgs: 9 9 - rustup 10 - - clang 11 10 12 11 steps: 13 12 - name: Install Nightly 14 13 command: rustup toolchain install nightly 15 14 - name: Install toolchain 16 15 command: rustup +nightly target install thumbv7em-none-eabihf 16 + - name: LLVM tools 17 + command: rustup component add llvm-tools 17 18 - name: Install flip-link 18 19 command: cargo install --locked flip-link 19 20 - name: Format Check