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
Is it possible to add __attribute__(naked) functionality? I think this attribute is very useful in bare metal and embedded environments. Using this attribute now with void __attribute__((naked)) testfunc(void) {}
results in:
Is it possible to add
__attribute__(naked)
functionality? I think this attribute is very useful in bare metal and embedded environments. Using this attribute now withvoid __attribute__((naked)) testfunc(void) {}
results in:
Currently I'm calling the .s file, but it would be great if I can handle this all from .c files!
Using 6.3.0-20220528.21-ppa220529075~focal
The text was updated successfully, but these errors were encountered: