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)
|
stm32flash -g 0x8000000 -w $< $(STM32_PORT)
|
||||||
|
|
||||||
openocd:
|
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
|
.PHONY: run
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue