firmware/bin/dump-ram-users.sh
2023-01-21 21:23:24 +01: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'