I’m not sure what is meant by “our”.
With any porting effot there are usually a few common considerations for planning the proposal.
- Can you build the software at all?
- Can you run the software on anything?
- Can you build the software with RTEMS?
- Can you run the software with RTEMS?
Answering these questions will help you to frame the proposal and to plan the work. Once you know how to do #1-4, then you can consider what is the best way to integrate the software with RTEMS. Here again there are a few choices:
- Integrate directly in tree through
contrib? - Integrate through a build recipe in RSB?