Checking in initial baseline for project based on a combo

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.
This commit is contained in:
Yvan 2025-03-13 13:28:48 +00:00
parent 47320978b3
commit dd75b23619
15 changed files with 2159 additions and 2 deletions

6
rust-toolchain.toml Normal file
View file

@ -0,0 +1,6 @@
[toolchain]
channel = "1.84"
components = [ "rust-src", "rustfmt", "llvm-tools" ]
targets = [
"thumbv6m-none-eabi",
]