fprime icon indicating copy to clipboard operation
fprime copied to clipboard

Interfaces

Open Kronos3 opened this issue 5 months ago • 2 comments

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

Kronos3 avatar Jun 09 '25 22:06 Kronos3

@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?

Kronos3 avatar Jun 11 '25 22:06 Kronos3

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.

bocchino avatar Jun 11 '25 23:06 bocchino

@Kronos3 for the fprime-examples CI you likely need to merge the latest fprime-examples@devel in your pr-xxxx branch

thomas-bc avatar Jun 18 '25 17:06 thomas-bc

@thomas-bc when you have a moment, please review w.r.t the com pipeline stuff.

LeStarch avatar Jun 20 '25 19:06 LeStarch

Reminder: need to merge https://github.com/nasa/fprime-examples/pull/11 when (ideally right before) merging this PR here.

thomas-bc avatar Jun 23 '25 20:06 thomas-bc