Compare commits

..

2 commits

Author SHA1 Message Date
78f14787b9 Update Rust crate embassy-rp to 0.2.0
Some checks failed
Check Build / Test build (push) Has been cancelled
2024-08-06 07:02:14 +02:00
b13d0b0709 Add target
Some checks failed
Check Build / Test build (push) Failing after 11m47s
2024-08-06 06:59:59 +02:00

View file

@ -13,9 +13,9 @@ jobs:
- name: Build - debug
run: |
cargo build
cargo build --target thumbv6m-none-eabi
- name: Build - release
run: |
cargo build --release
cargo build --target thumbv6m-none-eabi --release