lf-lang / lingua-franca

Intuitive concurrent programming in any language
https://www.lf-lang.org
Other
220 stars 57 forks source link

Fixed NRF52 support #2305

Closed edwardalee closed 3 weeks ago

edwardalee commented 3 weeks ago

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.