Skip to content

Draft: Try and switch to Naked Functions#111

Open
thejpster wants to merge 2 commits intorust-embedded:mainfrom
thejpster:naked-functions
Open

Draft: Try and switch to Naked Functions#111
thejpster wants to merge 2 commits intorust-embedded:mainfrom
thejpster:naked-functions

Conversation

@thejpster
Copy link
Contributor

@thejpster thejpster commented Feb 1, 2026

I ported everything to naked functions, only to find two issues:

So this is draft until MSRV catches up.

We cannot use this on the main library, because it means we'd need to
use the instruction_set attribute (rather than a .arm or .thumb
directive) and that isn't available on stable for most of our targets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants