summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2019-12-21 22:31:06 +0100
committerJF <jf@codingfield.com>2019-12-21 22:31:06 +0100
commit981dc3fce1c63e79687307cbe5019c9116f7ab2d (patch)
tree5df38dc7de996d1e2e518a5ea0064af07a9cec7c /README.md
parentecf307c559624fe82218e3acfc429d549f331075 (diff)
Track the time using RTC
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20fecd78..a62fb1d3 100644
--- a/README.md
+++ b/README.md
@@ -63,4 +63,8 @@ $ JLinkExe -device nrf52 -if swd -speed 4000 -autoconnect 1
```
$ JLinkRTTClient
-``` \ No newline at end of file
+```
+
+## Tools
+
+ - https://github.com/eliotstock/memory : display the memory usage (FLASH/RAM) using the .map file from GCC. \ No newline at end of file