boards/cc1312-launchpad: correct config. for gdb_agent_server
This enables the usage of `monitor reset` command in gdb. Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
This commit is contained in:
parent
cc90a896c7
commit
8c68796ff8
@ -5,6 +5,7 @@ $ sepk
|
|||||||
pod_supply=1
|
pod_supply=1
|
||||||
pod_voltage_selection=1
|
pod_voltage_selection=1
|
||||||
pod_voltage=3.3
|
pod_voltage=3.3
|
||||||
|
pod_power_isolate=0
|
||||||
$ /
|
$ /
|
||||||
$ product
|
$ product
|
||||||
title="Texas Instruments XDS110 USB"
|
title="Texas Instruments XDS110 USB"
|
||||||
@ -14,7 +15,7 @@ $ /
|
|||||||
$ uscif
|
$ uscif
|
||||||
tdoedge=FALL
|
tdoedge=FALL
|
||||||
tclk_program=DEFAULT
|
tclk_program=DEFAULT
|
||||||
tclk_frequency=2.5MHz
|
tclk_frequency=5.5MHz
|
||||||
jtag_isolate=disable
|
jtag_isolate=disable
|
||||||
$ /
|
$ /
|
||||||
$ dot7
|
$ dot7
|
||||||
@ -29,10 +30,10 @@ $ swd
|
|||||||
swd_debug=disabled
|
swd_debug=disabled
|
||||||
swo_data=tdo_pin
|
swo_data=tdo_pin
|
||||||
$ /
|
$ /
|
||||||
@ icepick_c family=icepick_c irbits=6 drbits=1 subpaths=2
|
@ 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=0x0
|
& subpath_2 address=0 default=no custom=yes force=yes pseudo=no cancelreset=0x1
|
||||||
@ bypass_0 family=bypass irbits=4 drbits=1
|
@ 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
|
@ 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
|
& 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
|
@ 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…
x
Reference in New Issue
Block a user