From 1a3c3fba5c58e34c8e7440290bffb1fe03c8b0b7 Mon Sep 17 00:00:00 2001 From: neilh Date: Thu, 5 Nov 2015 15:34:17 -0800 Subject: [PATCH] Adding a reference to new page on Symbolic-Debugging --- Getting-Started-STM.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Getting-Started-STM.md b/Getting-Started-STM.md index ad210bd..54c64ca 100644 --- a/Getting-Started-STM.md +++ b/Getting-Started-STM.md @@ -21,4 +21,7 @@ Note: This is a 32-bit toolchain, so if you're using a 64-bit version of linux, For Ubuntu 14.04, I did: ```bash sudo apt-get install libc6:i386 -``` \ No newline at end of file +``` + +#Using Symbolic Debugging +Symbolics can be useful for module or hardware integration testing, for more info https://github.com/micropython/micropython/wiki/Symbolic-Debugging \ No newline at end of file