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
@@ -88,26 +76,9 @@ Information on memory sections:
88
76
- stack: used to store local data, temporary data when branching to a subroutine and context switch info; considered dynamic allocated memory region in RAM.
89
77
90
78
91
-
## Running pytest
92
-
93
-
- Run automated tests, for example:
94
-
95
-
```
96
-
$> py.test
97
-
============================= test session starts =============================
========================== 3 passed in 0.11 seconds ===========================
105
-
106
-
```
107
-
108
79
## Current support
109
80
110
-
*memap* has been tested on Windows 7.
81
+
*memap* has been tested on Windows 7, Linux and Mac.
111
82
112
83
Supported map files generated by the following toolchains: gcc, ARM Compiler 5 and IAR.
113
84
@@ -116,4 +87,4 @@ Supported map files generated by the following toolchains: gcc, ARM Compiler 5 a
116
87
This utility is considered 'Alpha' quality at the moment.
117
88
The report generated may not be accurate and may vary from one toolchain to another.
118
89
119
-
If you are seeing problems or would like new features to be added then please raise a ticket on [GitHub](https://github.com/ARMmbed/memap/issues).
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.
0 commit comments