feat: refactor sgclaw around zeroclaw compat runtime
This commit is contained in:
13
third_party/zeroclaw/firmware/esp32-ui/.cargo/config.toml
vendored
Normal file
13
third_party/zeroclaw/firmware/esp32-ui/.cargo/config.toml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
[build]
|
||||
target = "riscv32imc-esp-espidf"
|
||||
|
||||
[target.riscv32imc-esp-espidf]
|
||||
linker = "ldproxy"
|
||||
rustflags = [
|
||||
"--cfg", 'espidf_time64',
|
||||
"-C", "default-linker-libraries",
|
||||
]
|
||||
|
||||
[unstable]
|
||||
build-std = ["std", "panic_abort"]
|
||||
build-std-features = ["panic_immediate_abort"]
|
||||
Reference in New Issue
Block a user