firmware/bin/dump-ram-users.sh
2022-01-07 02:53:33 -08:00

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'