File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ int main()
17
17
Using ARM RTX RTOS on mbed, this will print something like:
18
18
19
19
```
20
- stack ( start: 20005100 end: 20005420 size: 00000320 used: 00000070 ) thread ( id: 2000542C entry: 00020A6D )
21
- stack ( start: 20003D1C end: 2000451C size: 00000800 used: 00000254 ) thread ( id: 2000546C entry: 0001FEBD )
22
- stack ( start: 20004E58 end: 20005058 size: 00000200 used: 00000050 ) thread ( id: 20005644 entry: 0001FF09 )
23
- heap ( start: 200056E8 end: 20007800 size: 00002118 )
20
+ stack ( start: 20005100 end: 20005420 size: 00000320 used: 00000070 ) thread ( id: 2000542C entry: 00020D39 )
21
+ stack ( start: 20003D1C end: 2000451C size: 00000800 used: 00000254 ) thread ( id: 2000546C entry: 00020189 )
22
+ stack ( start: 20004E58 end: 20005058 size: 00000200 used: 00000050 ) thread ( id: 20005644 entry: 000201D5 )
23
+ heap ( start: 200056E8 end: 20007800 size: 00002118 used: 00000398 ) alloc ( ok: 00000006 fail: 00000000 )
24
24
isr_stack ( start: 20007800 end: 20008000 size: 00000800 )
25
25
```
26
26
You can’t perform that action at this time.
0 commit comments