Skip to content

Commit 8210ae4

Browse files
lchagnoleauLoïc Chagnoleau
and
Loïc Chagnoleau
authored
fix missing bracket (#1034)
Co-authored-by: Loïc Chagnoleau <[email protected]>
1 parent a66ddf8 commit 8210ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Debugging support for ARM Cortex-M Microcontrollers with the following features:
2323
![](images/gdb-server.png)
2424
* Support for SEGGER Real Time Trace (RTT) using OpenOCD and J-Link gdb-servers. All the features supported for SWO (text, binary, graphing) are also supported with RTT. See image above for console style output. SWO output also creates another section.
2525
* Globals and Static scopes in the variables view
26-
* Initial support for Rust code (most functionality is working; report any issues
26+
* Initial support for Rust code (most functionality is working; report any issues)
2727
* RTOS Thread Support in `CALL STACK` window (J-Link, OpenOCD, pyOCD - RTOS supported depend on GDB server)
2828
* As a general rule do not try to use stepping instructions before the scheduler of your RTOS has started - in many cases this tends to crash the GDB servers or leave it in an inconsistent state.
2929
* Live Watch with supported GDB servers (tested with OpenOCD, J-Link, STLink so far - since V1.6)

0 commit comments

Comments
 (0)