icyphy / lf-buckler

Programming an nRF embedded board with a Berkeley Buckler daughter card using Lingua Franca.
BSD 2-Clause "Simplified" License
7 stars 0 forks source link

Updated build to use latest version of lfc #24

Closed gundralaa closed 1 year ago

gundralaa commented 1 year ago

uses nightly build

gundralaa commented 1 year ago

modes.h has a conflict in the nrf52 dependencies

lhstrh commented 1 year ago

modes.h has a conflict in the nrf52 dependencies

What is the conflict?

erlingrj commented 1 year ago

Do you have access to a NRF52, @gundralaa? If so you can test that this is working by running "make test" it should compile, flash and parse the output from a couple of simple test LF programs. Also, it would be better to make the minor change to lf_types.h directly in reactor-c. We will fix the include-path problem soon

lhstrh commented 1 year ago

Confirming that the tests all pass.