I try to use Twiggy for the embedded binary for the thumbv6m-none-eabi target. As I know, these sections can be the starting point of the program (no_mangle and interrupt sections): __stext, SysTick, EXTI4_15, TIM2
When I run twiggy garbage all sections are marked as garbage. Please add an option (e.g., --roots) to specify the starting points of the program.
💡 Feature Description
I try to use Twiggy for the embedded binary for the
thumbv6m-none-eabi
target. As I know, these sections can be the starting point of the program (no_mangle and interrupt sections):__stext
,SysTick
,EXTI4_15
,TIM2
When I run
twiggy garbage
all sections are marked as garbage. Please add an option (e.g.,--roots
) to specify the starting points of the program.💻 Example Usage
🙌 Are you interested in implementing this feature?