Skip to content
Commit d25fc7af authored by Lingkai Dong's avatar Lingkai Dong Committed by Rob Walton
Browse files

littlefs example: Add missing elf to bin conversion



The linkers' output format of executables is ELF which contains useful
information such as section addresses and debug symbols. But sometimes
raw binaries are needed, for example when a board's disk mount takes a
raw binary image for flashing.

We always generate a raw binary for each example so users and CTest can
use it as needed. This was missing for the littlefs example.

Signed-off-by: Lingkai Dong's avatarLingkai Dong <lingkai.dong@arm.com>
parent c1635490
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment