Skip to content

Commit 40c3ac4

Browse files
authored
Minor tweaks on documentation
1 parent 78d2044 commit 40c3ac4

File tree

1 file changed

+22
-27
lines changed

1 file changed

+22
-27
lines changed

README.md

Lines changed: 22 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -405,28 +405,23 @@ Compile: main.cpp
405405
Compile: configuration_store.c
406406
Link: mbed-os-program
407407
Elf2Bin: mbed-os-program
408-
+-----------------------------------+-------+-------+------+
409-
| Module | .text | .data | .bss |
410-
+-----------------------------------+-------+-------+------+
411-
| Fill | 176 | 0 | 2410 |
412-
| Misc | 10030 | 112 | 196 |
413-
| frameworks/greentea-client | 940 | 28 | 44 |
414-
| frameworks/utest | 3139 | 0 | 732 |
415-
| core/hal | 21059 | 16 | 1128 |
416-
| core/rtos | 6337 | 24 | 2542 |
417-
| net/C027Interface | 6968 | 4 | 24 |
418-
| net/LWIPInterface | 96 | 0 | 48 |
419-
| net/atmel-rf-driver | 332 | 0 | 216 |
420-
| net/mbed-client | 64 | 0 | 12 |
421-
| net/mbed-client-classic | 64 | 0 | 12 |
422-
| net/nanostack-hal-mbed-cmsis-rtos | 100 | 0 | 56 |
423-
| Subtotals | 49305 | 184 | 7420 |
424-
+-----------------------------------+-------+-------+------+
425-
Static RAM memory (data + bss): 7604
426-
Heap: 65540
427-
Stack: 32768
428-
Total RAM memory (data + bss + heap + stack): 105912
429-
Total Flash memory (text + data + misc): 50529
408+
+----------------------------+-------+-------+------+
409+
| Module | .text | .data | .bss |
410+
+----------------------------+-------+-------+------+
411+
| Fill | 170 | 0 | 2294 |
412+
| Misc | 36282 | 2220 | 2152 |
413+
| core/hal | 15396 | 16 | 568 |
414+
| core/rtos | 6751 | 24 | 2662 |
415+
| features/FEATURE_IPV4 | 96 | 0 | 48 |
416+
| frameworks/greentea-client | 912 | 28 | 44 |
417+
| frameworks/utest | 3079 | 0 | 732 |
418+
| Subtotals | 62686 | 2288 | 8500 |
419+
+----------------------------+-------+-------+------+
420+
Allocated Heap: 65540 bytes
421+
Allocated Stack: 32768 bytes
422+
Total Static RAM memory (data + bss): 10788 bytes
423+
Total RAM memory (data + bss + heap + stack): 109096 bytes
424+
Total Flash memory (text + data + misc): 66014 bytes
430425
Image: .build/K64F/GCC_ARM/mbed-os-program.bin
431426
```
432427

@@ -564,11 +559,11 @@ Elf2Bin: TESTS-unit-myclass
564559
| Misc | 47039 | 204 | 4272 |
565560
| Subtotals | 47113 | 204 | 6364 |
566561
+-----------+-------+-------+------+
567-
Static RAM memory (data + bss): 6568
568-
Heap: 65540
569-
Stack: 32768
570-
Total RAM memory (data + bss + heap + stack): 104876
571-
Total Flash memory (text + data + misc): 48357
562+
Allocated Heap: 65540 bytes
563+
Allocated Stack: 32768 bytes
564+
Total Static RAM memory (data + bss): 6568 bytes
565+
Total RAM memory (data + bss + heap + stack): 104876 bytes
566+
Total Flash memory (text + data + misc): 48357 bytes
572567
Image: .build\tests\K64F\GCC_ARM\TESTS\mbedmicro-rtos-mbed\mutex\TESTS-unit-myclass.bin
573568
...[SNIP]...
574569
mbedgt: test suite report:

0 commit comments

Comments
 (0)