zephyr/scripts/footprint
Håkon Øye Amundsen c5c55ee47e scripts: size_report: fix bug where key is used as a dict
When printing the unassigned values the 'sym' variable is
used as a dict from which we try to get the 'name' value.
However, 'symbols['unassigned']' gives a list of keys, so
we get an 'TypeError' when trying to access ['name'] of
a string (the key).

Fix this issue by iterating over the values from
the 'symbols['unassigned']' dict instead.

Signed-off-by: Håkon Øye Amundsen <haakon.amundsen@nordicsemi.no>
2021-04-13 07:16:15 -04:00
..
compare_footprint cleanup: rename sanitycheck references to twister 2021-01-14 07:50:52 -06:00
size_report scripts: size_report: fix bug where key is used as a dict 2021-04-13 07:16:15 -04:00