I2C detection works well

This commit is contained in:
Priec
2026-01-08 20:55:28 +01:00
parent 70c37c344b
commit d8b4352a0f
16 changed files with 2388 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor --chip esp32"
[env]
ESP_LOG="info"
[build]
rustflags = [
"-C", "link-arg=-nostartfiles",
"-C", "link-arg=-Tdefmt.x",
"-Z", "stack-protector=all",
]
target = "xtensa-esp32-none-elf"
[unstable]
build-std = ["alloc", "core"]