stm32f1: enable telnet
This commit is contained in:
parent
71fce4254d
commit
94de01c874
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ flash: $(BUILD)/tbm.bin
|
|||
stm32flash -g 0x8000000 -w $< $(STM32_PORT)
|
||||
|
||||
openocd:
|
||||
openocd -f /usr/share/openocd/scripts/interface/jlink.cfg -c 'transport select swd' -f /usr/share/openocd/scripts/target/stm32f1x.cfg -c 'gdb_port 4242'
|
||||
openocd -f /usr/share/openocd/scripts/interface/jlink.cfg -c 'transport select swd' -f /usr/share/openocd/scripts/target/stm32f1x.cfg -c 'gdb_port 4242' -c 'telnet_port 4444'
|
||||
|
||||
.PHONY: run
|
||||
|
|
Loading…
Add table
Reference in a new issue