1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-01-13 01:30:10 +00:00

20 lines
362 B
INI

# Change the default telnet port...
telnet_port 4444
# GDB connects here
gdb_port 3333
# GDB can also flash my flash!
gdb_memory_map enable
gdb_flash_program enable
# Wiggler interface
interface parport
parport_port 0
parport_cable wiggler_ntrst_inverted
jtag_speed 0
set CPUTAPID 0x3BA00477
set BSTAPID 0x16410041
source [find target/stm32F10xxx.cfg]