Initial commit

This commit is contained in:
2023-07-09 20:46:33 +02:00
commit 6e6be3959d
7 changed files with 85 additions and 0 deletions

9
.cargo/config.toml Normal file
View File

@ -0,0 +1,9 @@
[build]
target = 'xtensa-esp32-none-elf'
rustflags = [
'-C', 'link-arg=-Tlinkall.x',
'-C', 'link-arg=-nostartfiles',
]
[unstable]
build-std = ['core']