of Rust templates and content from the embassy project and including my initial merging of the wifi_tcp_server, usb_serial, and blinky sample code.
6 lines
122 B
TOML
6 lines
122 B
TOML
[toolchain]
|
|
channel = "1.84"
|
|
components = [ "rust-src", "rustfmt", "llvm-tools" ]
|
|
targets = [
|
|
"thumbv6m-none-eabi",
|
|
]
|