zephyr/scripts/footprint
Christian Marx 6a20f4b013 scripts: size_report: Fix ram_report and rom_report with anytree 2.9.0
The anytree package has introduced a breaking change in version 2.9.0 by
adding a 'size' property to the NodeMixin class. Since the TreeNode class
in size_report derives from NodeMixin and defines an attribute with the
same name, an AttributeError is raised when generating reports.
With this change, the attributes of the TreeNode class are prefixed with
an underscore to resolve the name collision and to prevent future name
collisions.

Fixes #60213.

Signed-off-by: Christian Marx <c.marx@vega.com>
2023-08-16 18:36:13 -04:00
..
compare_footprint treewide: Disable automatic argparse argument shortening 2023-01-26 20:12:36 +09:00
fpdiff.py treewide: Disable automatic argparse argument shortening 2023-01-26 20:12:36 +09:00
plan.txt footprint: Add BT TMAP broadcast samples 2023-07-21 10:55:03 +00:00
size_report scripts: size_report: Fix ram_report and rom_report with anytree 2.9.0 2023-08-16 18:36:13 -04:00
track.py treewide: Disable automatic argparse argument shortening 2023-01-26 20:12:36 +09:00
upload_data.py treewide: Disable automatic argparse argument shortening 2023-01-26 20:12:36 +09:00