Skip to content

Commit

Permalink
ci: Show memory layout
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
crawfxrd committed Jul 12, 2024
1 parent 426dc99 commit 54d7954
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 54d7954

Please sign in to comment.