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

hw/ipc_nrf5340: (Re-)Fix enabling GPIO passing to network core #2637

Merged
merged 2 commits into from Jul 14, 2021

Conversation

ncasaril
Copy link
Contributor

The outcome of #2629 used a bitmask to set which GPIOs the application core handed over to the networking core.
This made for neat code but complicated the syscfg handling.

This PR undoes #2629, the bitmask change, and uses preprocessor magic to accomplish the same with a simple comma separated syscfg value for specifying pins.

Feedback welcome again, and this time I'll hang out for consensus before merging.

@vrahane
Copy link
Contributor

vrahane commented Jun 29, 2021

I am fine with both approaches, the macro approach preferred. Thank you for pushing this again.

@sjanc sjanc merged commit 4faf524 into apache:master Jul 14, 2021
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.

None yet

3 participants