Skip to content

Commit f00c526

Browse files
Merge branch 'master' into print_peri
2 parents 8993dcf + ee979c8 commit f00c526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Main loop count: 5
5252

5353
### Debug
5454

55-
When a debugger is connected, you can observe debug output from uVisor. Please note that these messages are sent through semihosting, which halts the program execution if a debugger is not connected. For more information please read the [Debugging uVisor on mbed OS](https://github.com/ARMmbed/uvisor/blob/master/docs/api/DEBUGGING.md) guide. To build a debug version of this example, please enter:
55+
When a debugger is connected, you can observe debug output from uVisor. Please note that these messages are sent through semihosting, which halts the program execution if a debugger is not connected. For more information please read the [Debugging uVisor on mbed OS](https://github.com/ARMmbed/uvisor/blob/master/docs/lib/DEBUGGING.md) guide. To build a debug version of this example, please enter:
5656

5757
```bash
5858
$ mbed compile -m K64F -t GCC_ARM --profile mbed-os/tools/profiles/debug.json -c

mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#9c1fd485299861c65e0c0e477dc111bebe40ae5c
1+
https://github.com/ARMmbed/mbed-os/#9c1fd485299861c65e0c0e477dc111bebe40ae5c

0 commit comments

Comments
 (0)