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:
		
				
					committed by
					
						 Tim Crawford
						Tim Crawford
					
				
			
			
				
	
			
			
			
						parent
						
							426dc99f10
						
					
				
				
					commit
					54d795480c
				
			
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -61,3 +61,7 @@ jobs: | |||||||
|  |  | ||||||
|       - name: Build firmware |       - name: Build firmware | ||||||
|         run: make BOARD=${{ matrix.boards }} VERBOSE=1 |         run: make BOARD=${{ matrix.boards }} VERBOSE=1 | ||||||
|  |  | ||||||
|  |       - name: Show memory layout | ||||||
|  |         run: cat build/ec.mem | ||||||
|  |         continue-on-error: true | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user