Skip to content

Commit

Permalink
fix missing bracket (#1034)
Browse files Browse the repository at this point in the history
Co-authored-by: Loïc Chagnoleau <[email protected]>
  • Loading branch information
lchagnoleau and Loïc Chagnoleau authored Jul 29, 2024
1 parent a66ddf8 commit 8210ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Debugging support for ARM Cortex-M Microcontrollers with the following features:
![](images/gdb-server.png)
* 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.
* Globals and Static scopes in the variables view
* Initial support for Rust code (most functionality is working; report any issues
* Initial support for Rust code (most functionality is working; report any issues)
* RTOS Thread Support in `CALL STACK` window (J-Link, OpenOCD, pyOCD - RTOS supported depend on GDB server)
* 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.
* Live Watch with supported GDB servers (tested with OpenOCD, J-Link, STLink so far - since V1.6)
Expand Down

0 comments on commit 8210ae4

Please sign in to comment.