diff options
| author | Ha Thach <[email protected]> | 2021-10-23 21:23:56 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-23 21:23:56 +0700 |
| commit | 311c05b401591507cbc4977926bcc878d3f119aa (patch) | |
| tree | 4119b44658bc6d66947ba0e4605fea16ea4ea678 /docs/reference/getting_started.rst | |
| parent | 6fcf4bee8c1540618b5d8d8709ef76cd2aa1c66f (diff) | |
| parent | b541c0f5e07696ead205666e43c726b14277e0d9 (diff) | |
Merge branch 'master' into fix-warnings
Diffstat (limited to 'docs/reference/getting_started.rst')
| -rw-r--r-- | docs/reference/getting_started.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/getting_started.rst b/docs/reference/getting_started.rst index 044792993..875372c81 100644 --- a/docs/reference/getting_started.rst +++ b/docs/reference/getting_started.rst @@ -122,7 +122,7 @@ Logger By default log message is printed via on-board UART which is slow and take lots of CPU time comparing to USB speed. If your board support on-board/external debugger, it would be more efficient to use it for logging. There are 2 protocols: -* `LOGGER=rtt`: use [Segger RTT protocol](https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/) +* `LOGGER=rtt`: use `Segger RTT protocol <https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/>`_ * Cons: requires jlink as the debugger. * Pros: work with most if not all MCUs |
