basic project setup

This commit is contained in:
Clara Dautermann 2025-07-02 16:43:01 +02:00
parent 5507d11fe8
commit dac87a1696
Signed by: clara
GPG key ID: 223391B52FAD4463
10 changed files with 1887 additions and 10 deletions

View file

@ -0,0 +1,14 @@
[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor --chip esp32"
[env]
[build]
rustflags = [
"-C", "link-arg=-nostartfiles",
]
target = "xtensa-esp32-none-elf"
[unstable]
build-std = ["alloc", "core"]