zephyr/scripts/footprint
Sebastian Bøe 91d9fe7f5e size_report: Use "Universal newlines" to fix ram_report on Windows
size_report was assuming that the GNU Binutils programs were
generating files with the line ending '\n'. But on native Windows
binutils will generate files with the line ending \r\n.

This patches size_report to use so-called "Universal newlines"[0], so
that size_report can deal with any kind of newline on any kind of
platform.

[0] https://www.python.org/dev/peps/pep-0278/

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-01-24 06:47:20 +05:30
..
compare_footprint scripts: move footprint scripts to footprint/ 2017-09-11 08:53:56 -07:00
size_report size_report: Use "Universal newlines" to fix ram_report on Windows 2018-01-24 06:47:20 +05:30