A personal rust firmware for the Badger 2040 W
at main 4 lines 124 B view raw
1[toolchain] 2channel = "nightly" 3components = ["rust-src", "rustfmt", "llvm-tools", "miri"] 4targets = ["thumbv6m-none-eabi"]