There was an error while loading. Please reload this page.
1 parent 69fe002 commit 5468cc6Copy full SHA for 5468cc6
1 file changed
tools/modm_tools/size.py
@@ -70,6 +70,7 @@ def human_readable_format(num, unit='B'):
70
def format(source, device_memories):
71
memories = defaultdict(list)
72
for memory in device_memories:
73
+ if "alias" in memory: continue
74
if "w" in memory["access"]:
75
memories["ram"].append(memory)
76
else:
0 commit comments