Skip to content

Commit 975fe95

Browse files
committedOct 8, 2023
docs: update builtin targets and commands, XDS110 note
1 parent cb97846 commit 975fe95

File tree

3 files changed

+103
-1
lines changed

3 files changed

+103
-1
lines changed
 

‎docs/builtin-targets.md

+81-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,36 @@ title: Built-in targets
66

77
<tr><th>Target Type Name</th><th>Vendor</th><th>Name</th></tr>
88

9+
<tr><td><code>air001</code></td>
10+
<td>AirM2M</td>
11+
<td>Air001</td>
12+
</tr>
13+
14+
<tr><td><code>air32f103xb</code></td>
15+
<td>AirM2M</td>
16+
<td>Air32F103xB</td>
17+
</tr>
18+
19+
<tr><td><code>air32f103xc</code></td>
20+
<td>AirM2M</td>
21+
<td>Air32F103xC</td>
22+
</tr>
23+
24+
<tr><td><code>air32f103xe</code></td>
25+
<td>AirM2M</td>
26+
<td>Air32F103xE</td>
27+
</tr>
28+
29+
<tr><td><code>air32f103xg</code></td>
30+
<td>AirM2M</td>
31+
<td>Air32F103xG</td>
32+
</tr>
33+
34+
<tr><td><code>air32f103xp</code></td>
35+
<td>AirM2M</td>
36+
<td>Air32F103xP</td>
37+
</tr>
38+
939
<tr><td><code>cc3220sf</code></td>
1040
<td>Texas Instruments</td>
1141
<td>CC3220SF</td>
@@ -126,6 +156,16 @@ title: Built-in targets
126156
<td>CY8C6xxA</td>
127157
</tr>
128158

159+
<tr><td><code>hc32a460xe</code></td>
160+
<td>HDSC</td>
161+
<td>HC32F460xE</td>
162+
</tr>
163+
164+
<tr><td><code>hc32a4a0xi</code></td>
165+
<td>HDSC</td>
166+
<td>HC32F4A0xI</td>
167+
</tr>
168+
129169
<tr><td><code>hc32f003</code></td>
130170
<td>HDSC</td>
131171
<td>HC32F003</td>
@@ -176,6 +216,16 @@ title: Built-in targets
176216
<td>HC32F196</td>
177217
</tr>
178218

219+
<tr><td><code>hc32f448xa</code></td>
220+
<td>HDSC</td>
221+
<td>HC32F448xA</td>
222+
</tr>
223+
224+
<tr><td><code>hc32f448xc</code></td>
225+
<td>HDSC</td>
226+
<td>HC32F448xC</td>
227+
</tr>
228+
179229
<tr><td><code>hc32f451xc</code></td>
180230
<td>HDSC</td>
181231
<td>HC32F451xC</td>
@@ -546,6 +596,11 @@ title: Built-in targets
546596
<td>MAX32660</td>
547597
</tr>
548598

599+
<tr><td><code>max32666</code></td>
600+
<td>Maxim</td>
601+
<td>MAX32666</td>
602+
</tr>
603+
549604
<tr><td><code>max32670</code></td>
550605
<td>Maxim</td>
551606
<td>MAX32670</td>
@@ -668,7 +723,7 @@ title: Built-in targets
668723

669724
<tr><td><code>nrf91</code></td>
670725
<td>Nordic Semiconductor</td>
671-
<td>NRF9160</td>
726+
<td>NRF91XX</td>
672727
</tr>
673728

674729
<tr><td><code>rp2040</code></td>
@@ -691,6 +746,16 @@ title: Built-in targets
691746
<td>RTL8195AM</td>
692747
</tr>
693748

749+
<tr><td><code>rtl8762c</code></td>
750+
<td>Realtek Semiconductor</td>
751+
<td>RTL8762C</td>
752+
</tr>
753+
754+
<tr><td><code>s32k344</code></td>
755+
<td>NXP</td>
756+
<td>S32K344</td>
757+
</tr>
758+
694759
<tr><td><code>s5js100</code></td>
695760
<td>Samsung</td>
696761
<td>S5JS100</td>
@@ -741,6 +806,21 @@ title: Built-in targets
741806
<td>STM32F767xx</td>
742807
</tr>
743808

809+
<tr><td><code>stm32h723xx</code></td>
810+
<td>STMicroelectronics</td>
811+
<td>STM32H723xx</td>
812+
</tr>
813+
814+
<tr><td><code>stm32h743xx</code></td>
815+
<td>STMicroelectronics</td>
816+
<td>STM32H743xx</td>
817+
</tr>
818+
819+
<tr><td><code>stm32h7b0xx</code></td>
820+
<td>STMicroelectronics</td>
821+
<td>STM32H7B0xx</td>
822+
</tr>
823+
744824
<tr><td><code>stm32l031x6</code></td>
745825
<td>STMicroelectronics</td>
746826
<td>STM32L031x6</td>

‎docs/command_reference.md

+18
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,16 @@ ADDR DATA+
368368
Write 8-bit bytes to memory.
369369
</td></tr>
370370

371+
<tr><td colspan="3"><b>Nrf91</b></td></tr>
372+
373+
<tr><td>
374+
<a href="#nrf91-update-modem-fw"><tt>nrf91-update-modem-fw</tt></a>
375+
</td><td>
376+
[-f] mfw_nrf91xx_x.x.x.zip
377+
</td><td>
378+
Update modem firmware for an nRF91 target.
379+
</td></tr>
380+
371381
<tr><td colspan="3"><b>Openocd_compatibility</b></td></tr>
372382

373383
<tr><td>
@@ -992,6 +1002,14 @@ Write 64-bit double-words to memory. The data arguments are 64-bit words in big-
9921002
Write 8-bit bytes to memory. The data arguments are 8-bit bytes. Can write to both RAM and flash. Flash writes are subject to minimum write size and alignment, and the flash page must have been previously erased.
9931003

9941004

1005+
### Nrf91
1006+
1007+
##### `nrf91-update-modem-fw`
1008+
1009+
**Usage**: nrf91-update-modem-fw [-f] mfw_nrf91xx_x.x.x.zip \
1010+
Update modem firmware for an nRF91 target. If -f is specified, modem firmware is written to the device, even if the correct version is already present.
1011+
1012+
9951013
### Openocd compatibility
9961014

9971015
##### `init`

‎docs/debug_probes.md

+4
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ DAPLink firmware updates are available on the [daplink.io](https://daplink.io/)
174174
The Microchip (previously Atmel) EDBG probe firmware, at the time of this writing, provides a CMSIS-DAP v1 interface.
175175
On macOS, reading command responses always times out. The probe works on other OSes, however.
176176

177+
### TI XDS110
178+
179+
XDS110 firmware version 03.00.00.25 is known to have an issue when using multiple outstanding packets (the default setting). To work around this, set the `cmsis_dap.limit_packets` session option, e.g. `-Ocmsis_dap.limit_packets=1` on the command line. Earlier firmware versions most likely exhibit the issue; it is unknown whether it is fixed in more recent versions.
180+
177181

178182
### PE Micro Cyclone and Multilink
179183

0 commit comments

Comments
 (0)
Please sign in to comment.