feat: init esp32 project

This commit is contained in:
Jet Pham 2025-10-01 12:41:49 -07:00
parent 3f542d8db0
commit a69b064f39
No known key found for this signature in database
15 changed files with 1804 additions and 10 deletions

4
rust-toolchain.toml Normal file
View file

@ -0,0 +1,4 @@
[toolchain]
channel = "nightly"
components = ["rust-src"]
targets = ["riscv32imac-unknown-none-elf"]