Files
JoyD/ESP32/my_usb_project/build_rust.bat
2026-03-31 15:50:35 +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 ..