feat: refactor sgclaw around zeroclaw compat runtime
This commit is contained in:
11
third_party/zeroclaw/firmware/esp32/.cargo/config.toml
vendored
Normal file
11
third_party/zeroclaw/firmware/esp32/.cargo/config.toml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
[build]
|
||||
target = "riscv32imc-esp-espidf"
|
||||
|
||||
[target.riscv32imc-esp-espidf]
|
||||
linker = "ldproxy"
|
||||
runner = "espflash flash --monitor"
|
||||
# ESP-IDF 5.x uses 64-bit time_t
|
||||
rustflags = ["-C", "default-linker-libraries", "--cfg", "espidf_time64"]
|
||||
|
||||
[unstable]
|
||||
build-std = ["std", "panic_abort"]
|
||||
Reference in New Issue
Block a user