1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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:
Jean Pierre Dudey 2020-02-04 07:13:20 -05:00
parent cc90a896c7
commit 8c68796ff8
No known key found for this signature in database
GPG Key ID: 631A70D74E41F1AD
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -1 +1 @@
target remote localhost:3333
target extended-remote :3333