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