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

Refactored atmega_hal for additive features #606

Closed

Conversation

innermatrix
Copy link
Contributor

See #602 for context and overall plan. This PR refactors atmega_hal to make conflicting globals optional (but available by default). This PR is stacked on top of #605; only the last commit is new in this PR.

Changes:

  • Added deprecated-globals feature (on by default)
  • Added <mcu>-no-deprecated-globals features for all MCU, which can be used to build the crate for multiple MCUs
  • Added a module for each supported MCU

@innermatrix
Copy link
Contributor Author

I am retracting this PR in favor of separate work to refactor MCU crates to have separate modules for individual devices, which I will be filing in a separate PR.

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.

1 participant