You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: