@@ -61,6 +61,7 contains( TEMPLATE, app ) { | |||
|
61 | 61 | dfu.commands = cd $$DESTDIR && dfu-util d 0483:df11 -c 1 -i 0 -a 0 -s 0x08000000 -D $(QMAKE_TARGET).bin 0x08000000 |
|
62 | 62 | gdb-server.target = gdb-server |
|
63 | 63 | gdb-server.commands = st-util -p 3333 & |
|
64 | gdb-server.depends = stflash | |
|
64 | 65 | nemiver.target = nemiver |
|
65 | 66 | nemiver.commands = cd $$DESTDIR && nemiver --remote=localhost:3333 --gdb-binary=`which arm-none-eabi-gdb` $(QMAKE_TARGET) |
|
66 | 67 | nemiver.depends = gdb-server |
General Comments 0
You need to be logged in to leave comments.
Login now