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.
7 lines
216 B
Bash
7 lines
216 B
Bash
3 years ago
|
elf="./build/motor_controller.elf"
|
||
|
|
||
|
alias pregen="make clean; rdos2unix"
|
||
|
alias ppush="make -j20; arm-none-eabi-gdb ${elf} -x generic_push.gdb"
|
||
|
alias pdebug="make -j20; arm-none-eabi-gdb ${elf} -x generic_debug.gdb"
|
||
|
|