diff options
| author | hathach <[email protected]> | 2025-10-11 18:41:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-11 18:41:02 +0700 |
| commit | b19d86376265ab4be279a74a6573dbb8c6fc8c48 (patch) | |
| tree | bae17ec17520eff8db1ef83ac7de8674f6e8d387 /docs/reference/getting_started.rst | |
| parent | f69d89454ef4a57a1ff199d42cb24a7eff4f6d90 (diff) | |
| parent | 87523f2494109b45307644a36f035b5ad11d5ba9 (diff) | |
Merge branch 'master' into fork/adam-embedded/with-stm32l496nucleo
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 bb9ff1cb4..f1a755804 100644 --- a/docs/reference/getting_started.rst +++ b/docs/reference/getting_started.rst @@ -178,7 +178,7 @@ By default log message is printed via on-board UART which is slow and take lots * Pros: work with most if not all MCUs * Software viewer is JLink RTT Viewer/Client/Logger which is bundled with JLink driver package. -* ``LOGGER=swo``\ : Use dedicated SWO pin of ARM Cortex SWD debug header. +* ``LOGGER=swo`` : Use dedicated SWO pin of ARM Cortex SWD debug header. * Cons: only work with ARM Cortex MCUs minus M0 * Pros: should be compatible with more debugger that support SWO. |
