mirror of
				https://github.com/meshtastic/firmware.git
				synced 2025-10-28 23:34:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			160 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			160 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| arm-none-eabi-readelf -s -e .pio/build/nrf52dk/firmware.elf | head -80
 | |
| 
 | |
| nm -CSr --size-sort .pio/build/nrf52dk/firmware.elf  | grep '^200'
 | 
