Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add macros feature #286

Merged
merged 2 commits into from
Jan 8, 2025
Merged

Add macros feature #286

merged 2 commits into from
Jan 8, 2025

Conversation

NZRosto
Copy link
Contributor

@NZRosto NZRosto commented Jan 4, 2025

Hi there,

This adds a (default on) macros feature to enable proc macro exports. This would allow users to remove nrf-softdevice-macro and reduce dependencies when they are not needed.

Hopefully this is ok, let me know if any changes are needed!

@NZRosto
Copy link
Contributor Author

NZRosto commented Jan 4, 2025

Looks like the build is failing on an unrelated lint error for references to mutable statics. I believe that used to be a warning but became disallowed recently

@NZRosto
Copy link
Contributor Author

NZRosto commented Jan 4, 2025

Nevermind, it's still a warning (until the 2024 edition), but warnings are denied in the CI

@alexmoon
Copy link
Contributor

alexmoon commented Jan 6, 2025

The master branch has been updated to resolve the warnings. Please rebase your PR onto the new master branch so that CI can pass.

@NZRosto
Copy link
Contributor Author

NZRosto commented Jan 8, 2025

Thanks for all your hard work, have updated it now

@alexmoon alexmoon added this pull request to the merge queue Jan 8, 2025
Merged via the queue into embassy-rs:master with commit bb1600b Jan 8, 2025
1 check passed
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