tock / elf2tab

Tool to create Tock Application Bundles from ELF files.
MIT License
15 stars 33 forks source link

Read stack from elf if available #40

Closed dcz-self closed 2 years ago

dcz-self commented 2 years ago

The .stack section is declared by binaries, so make use of it before falling back to defaults.

With this change, there's no need to customize the call to elf2tab depending on the application any longer.