Skip to content

Instantly share code, notes, and snippets.

@kissste
Created April 26, 2018 23:18
Show Gist options
  • Save kissste/0f784454df2facdc1e83e56e96848849 to your computer and use it in GitHub Desktop.
Save kissste/0f784454df2facdc1e83e56e96848849 to your computer and use it in GitHub Desktop.
+-----------+--------+-------+-------+
| Module | .text | .data | .bss |
+-----------+--------+-------+-------+
| Fill | 249 | 35 | 130 |
| Misc | 325715 | 5797 | 84238 |
| Subtotals | 325964 | 5832 | 84368 |
+-----------+--------+-------+-------+
Allocated Heap: 163840 bytes
Allocated Stack: 2048 bytes
Total Static RAM memory (data + bss): 90200 bytes
Total RAM memory (data + bss + heap + stack): 256088 bytes
Total Flash memory (text + data + misc): 331796 bytes
Image: .\BUILD\UNO_91H\GCC_ARM\sniffer.bin
-------------------------------------------------------
+-----------+--------+-------+--------+
| Module | .text | .data | .bss |
+-----------+--------+-------+--------+
| Misc | 290089 | 20945 | 290266 |
| Subtotals | 290089 | 20945 | 290266 |
+-----------+--------+-------+--------+
Allocated Heap: unknown
Allocated Stack: unknown
Total Static RAM memory (data + bss): 311211 bytes
Total RAM memory (data + bss + heap + stack): 311211 bytes
Total Flash memory (text + data + misc): 311034 bytes
Image: .\BUILD\UNO_91H\ARM\sniffer.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment