mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 10:19:59 +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'
|