Files
JoyD/ESP32/my_usb_project/cargo.bat

5 lines
125 B
Batchfile

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