fprime
fprime copied to clipboard
Interfaces
This PR puts true FPP interfaces in place of our include "../../[...].fppi"
Closes https://github.com/nasa/fpp/issues/702 Depends on https://github.com/nasa/fpp/pull/736
TODO
- [x] Point FPP to the new alpha release once we have it
@LeStarch / @bocchino This PR breaks some of the examples since the .fppi interfaces are replaced with true FPP interfaces. Do I need to open a https://github.com/nasa/fprime-examples PR before we merge this to make CI pass? If so how does the CI interaction cross-repo work?
Do I need to open a https://github.com/nasa/fprime-examples PR before we merge this to make CI pass?
Yes, you should create a PR to the fprime-examples repo with the fix and with following magic prefix in its branch name: pr-3709. That will tell CI here to use the branch there.
@Kronos3 for the fprime-examples CI you likely need to merge the latest fprime-examples@devel in your pr-xxxx branch
@thomas-bc when you have a moment, please review w.r.t the com pipeline stuff.
Reminder: need to merge https://github.com/nasa/fprime-examples/pull/11 when (ideally right before) merging this PR here.