You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/memap.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
+
2
+
# memap - Static Memory Map Analysis
3
+
1
4
## Introduction
2
5
3
-
*memap* is a simple command line utility useful to display static memory information required by [mbed-OS](https://github.com/ARMmbed/mbed-os) applications. This information is produced by analysing the memory map file previously generated by your toolchain.
6
+
*memap* is a simple utility useful to display static memory information required by [mbed-OS](https://github.com/ARMmbed/mbed-os) applications. This information is produced by analysing the memory map file previously generated by your toolchain.
4
7
5
8
Note: this tool is only showing static RAM usage and the total size of allocated heap and stack space, not the actual heap and stack usage.
6
9
@@ -13,7 +16,7 @@ Note: this tool is only showing static RAM usage and the total size of allocated
13
16
14
17
## Using memap
15
18
16
-
*memap* is a simple utility which is automatically involved after a mbed-os build.
19
+
*memap* is a simple utility which is automatically invoked after an mbed-os build finishes succesfully.
17
20
It's also possible to manually run the program with differnt command line options:
18
21
19
22
```
@@ -87,4 +90,4 @@ Supported map files generated by the following toolchains: gcc, ARM Compiler 5 a
87
90
This utility is considered 'Alpha' quality at the moment.
88
91
The report generated may not be accurate and may vary from one toolchain to another.
89
92
90
-
If you are seeing problems or would like new features to be added then please raise a ticket on [GitHub](https://github.com/ARMmbed/mbed-os/issues) and use the ```[memap] ``` in the title.
93
+
If you are seeing problems or would like new features to be added then please raise a ticket on [GitHub](https://github.com/ARMmbed/mbed-os/issues) and use ```[memap] ``` in the title.
0 commit comments