Files
JoyD/ESP32/my_usb_project/cargo.bat
2026-04-01 13:57:22 +08:00

5 lines
101 B
Batchfile

@echo off
cd rust_app
cargo +esp build --target xtensa-esp32s3-none-elf -Zbuild-std=core,alloc
cd ..