diff options
| author | Ha Thach <[email protected]> | 2021-10-19 13:27:53 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-19 13:27:53 +0700 |
| commit | 4bfab30c02279a0530e1a56f4a7c539f2d35a293 (patch) | |
| tree | 7af7c8ad0d57c693c44df71ebdab50e9b12a9e07 /docs/reference/getting_started.rst | |
| parent | e927359d9c4ed90639dd2b8f7026a73574f8ca4b (diff) | |
| parent | 3485c82246ce17be1ca9649bb36dfc8b1782e593 (diff) | |
Merge pull request #1139 from hathach/release-0.12.00.12.0
update changelog and increase version for 0.12.0
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 |
