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

Fixed NRF52 support #2305

Merged
merged 3 commits into from
Jun 4, 2024
Merged

Fixed NRF52 support #2305

merged 3 commits into from
Jun 4, 2024

Conversation

edwardalee
Copy link
Collaborator

With the refactoring of platform support, code generation for NRF52 stopped working. This is a first step towards getting it working again.

Currently, NRF52 examples do not compile for failing to find "nrf.h". I could use some help figuring out how to properly handle integrating the NRF52 SDK into our CMake build system.

This PR depends on branch rp2040-fixes which should be merged first. See PR #2303.

@edwardalee edwardalee requested a review from lhstrh June 3, 2024 05:48
@edwardalee edwardalee marked this pull request as ready for review June 3, 2024 05:48
Copy link
Member

@lhstrh lhstrh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but I should you'll want to first merge lf-lang/reactor-c#441 and then overwrite fa876d3 and point to main. You can do this simply with git reset HEAD~ (rewind the commit log by one); pointing the submodule to the right ref, and doing git push -f.

@lhstrh lhstrh enabled auto-merge June 4, 2024 00:56
@lhstrh lhstrh added this pull request to the merge queue Jun 4, 2024
@lhstrh lhstrh removed this pull request from the merge queue due to a manual request Jun 4, 2024
@lhstrh lhstrh changed the title Fix NRF52 support Fixed NRF52 support Jun 4, 2024
@lhstrh lhstrh merged commit d74a8c4 into master Jun 4, 2024
26 checks passed
@lhstrh lhstrh deleted the nrf52-fixes branch June 4, 2024 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants