Files
OpenSK/bootloader/rust-toolchain
kaczmarczyck f25cdd6acc Tock V2 port - rebased and updated (#620)
* Changes from #580

* fixes USB cancel panic

* style fixes

* Update src/env/tock/storage.rs

Co-authored-by: Zach Halvorsen <zhalvorsen@google.com>

---------

Co-authored-by: Zach Halvorsen <zhalvorsen@google.com>
2023-05-05 09:55:16 +02:00

5 lines
112 B
Plaintext

[toolchain]
channel = "nightly-2023-02-01"
components = ["clippy", "rustfmt"]
targets = ["thumbv7em-none-eabi"]