ci: Show memory layout

I regularly use the `.mem` file to determine the impact changes have on
the RAM and flash usage. Print it as part of CI so I can easily see it
for all boards.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2024-07-12 07:06:28 -06:00
committed by Tim Crawford
parent 426dc99f10
commit 54d795480c

View File

@ -61,3 +61,7 @@ jobs:
- name: Build firmware
run: make BOARD=${{ matrix.boards }} VERBOSE=1
- name: Show memory layout
run: cat build/ec.mem
continue-on-error: true