f1_dual_rev1: debug and no-bootloader build helper (#266)

Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
rusefillc 2023-06-15 05:03:05 -04:00 committed by GitHub
parent 8646d10067
commit b7004cd579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/bash
BOARD=f1_dual_rev1 \
USE_OPT="-Og -ggdb -fomit-frame-pointer -falign-functions=16 -fsingle-precision-constant" \
../build_f1_board.sh