mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #13278 from jeandudey/2020_02_04-better-debugging
boards/cc1312-launchpad: correct config. for gdb_agent_server
This commit is contained in:
commit
d7ec96a91c
@ -5,6 +5,7 @@ $ sepk
|
||||
pod_supply=1
|
||||
pod_voltage_selection=1
|
||||
pod_voltage=3.3
|
||||
pod_power_isolate=0
|
||||
$ /
|
||||
$ product
|
||||
title="Texas Instruments XDS110 USB"
|
||||
@ -14,7 +15,7 @@ $ /
|
||||
$ uscif
|
||||
tdoedge=FALL
|
||||
tclk_program=DEFAULT
|
||||
tclk_frequency=2.5MHz
|
||||
tclk_frequency=5.5MHz
|
||||
jtag_isolate=disable
|
||||
$ /
|
||||
$ dot7
|
||||
@ -29,10 +30,10 @@ $ swd
|
||||
swd_debug=disabled
|
||||
swo_data=tdo_pin
|
||||
$ /
|
||||
@ icepick_c family=icepick_c irbits=6 drbits=1 subpaths=2
|
||||
& subpath_2 address=0 default=no custom=yes force=yes pseudo=no cancelreset=0x0
|
||||
@ icepick_c family=icepick_c irbits=6 drbits=1 subpaths=2 systemresetsupported=1
|
||||
& subpath_2 address=0 default=no custom=yes force=yes pseudo=no cancelreset=0x1
|
||||
@ bypass_0 family=bypass irbits=4 drbits=1
|
||||
& subpath_0 address=16 default=no custom=yes force=yes pseudo=no cancelreset=0x0
|
||||
& subpath_0 address=16 default=no custom=yes force=yes pseudo=no cancelreset=0x1
|
||||
@ cs_dap_0 family=cs_dap irbits=4 drbits=1 subpaths=1 identify=0x4BA00477 revision=Legacy systemresetwhileconnected=1
|
||||
& subpath_1 type=debug address=0 default=no custom=yes force=yes pseudo=no
|
||||
@ cortex_m4_0 family=cortex_mxx irbits=0 drbits=0 identify=0x02000000 traceid=0x0
|
||||
|
@ -1 +1 @@
|
||||
target remote localhost:3333
|
||||
target extended-remote :3333
|
||||
|
Loading…
Reference in New Issue
Block a user