Skip to content

Commit 2ff2526

Browse files
ceolindleach02
authored andcommitted
reports: footprint: Print footprint output
Both ram and rom reports print their outputs in the console and publish their reports in json. footprint is wrapper to generate both reports but it is currently not printing their outputs in the console nor given any feedback to the user that those reports were generated. Change it to behave like the others reports allowing the user to see them and / or redirect to a file if they want. Signed-off-by: Flavio Ceolin <[email protected]>
1 parent 1dd59ea commit 2ff2526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/reports/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set(flag_for_ram_report ram)
44
set(flag_for_rom_report rom)
5-
set(flag_for_footprint all -q)
5+
set(flag_for_footprint all)
66
set(report_depth 99)
77

88
if(DEFINED ZEPHYR_WORKSPACE)

0 commit comments

Comments
 (0)