zephyr/scripts/footprint
Jingru Wang a3469a0497 script: add ram and rom total size to json file
It's easier and safer to parse json file rather than extract
total size from stdout

Now the .json file has two keys:
{
    "symbols": {
       "children": [
           ...
	],
       "identifier": ":",
       "name": "root",
       "size": 2220
    },
    "total_size": 34272
}

Signed-off-by: Jingru Wang <jingru@synopsys.com>
2021-04-26 14:23:13 -04:00
..
compare_footprint cleanup: rename sanitycheck references to twister 2021-01-14 07:50:52 -06:00
size_report script: add ram and rom total size to json file 2021-04-26 14:23:13 -04:00