diff options
| author | hathach <[email protected]> | 2020-04-22 23:04:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-22 23:04:21 +0700 |
| commit | 10e035241f0ea4bf8604fab2556fd65be16137b9 (patch) | |
| tree | 30263a1d3e3a9308ca84cd24388e8e6cbcb9e025 /examples | |
| parent | e2cd5159fd041240257eb2d200ccee09ce26d08c (diff) | |
house keeping
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/readme.md b/examples/readme.md index 8d3d2e415..1c85214e9 100644 --- a/examples/readme.md +++ b/examples/readme.md @@ -52,8 +52,8 @@ By default log message is printed via on-board UART which is slow and take lots - 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. - Cons: only work with ARM Cortex MCUs minus M0 - - Pros: even faster than RTT, and should be compatible with hardware and software debugger that support SWO. - - Software viewer is JLink SWO Viewer which is also bundled with JLink driver package. + - Pros: should be compatible with more debugger that support SWO. + - Software viewer should be provided along with your debugger driver. ``` $ make LOG=2 LOGGER=rtt BOARD=feather_nrf52840_express all |
