mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
tools: add json schema for idf_size
This commit is contained in:
@@ -569,7 +569,6 @@ class StructureForSummary(object):
|
||||
r = StructureForSummary()
|
||||
|
||||
diram_filter = filter(in_diram, segments)
|
||||
# TODO: We assume all DIRAM region are covered by both I/D segments. If not, the total size cannot be calculated accurately. Add check for this.
|
||||
r.diram_total = int(get_size(diram_filter) / 2)
|
||||
|
||||
dram_filter = filter(in_dram, segments)
|
||||
|
||||
Reference in New Issue
Block a user