You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
338 B
Batchfile

2 years ago
cd ../rt
cargo clean
cd ../app
cargo clean
@REM cargo build --release
cargo objcopy --bin app --target armv7a-none-eabi --release -- -O binary app.bin
@REM cargo objcopy --bin app --target thumbv7em-none-eabihf --release -- -O binary app.bin
@REM arm-none-eabi-objdump b:\RUST\AWDev\embed\app\target\armv7a-none-eabi\release\app binary -d