|
1 | 1 | # Supported Platforms |
2 | 2 |
|
3 | | -| Hardware | OS | Architecture | Reference Project | |
4 | | -| ---------------- | -------------------- | -------------- | ---------------------------------- | |
5 | | -| Apple Silicon | Darwin | ARM | [`F Prime Ref`](https://github.com/nasa/fprime) | |
6 | | -| BeagleBone Black | VxWorks 7 | ARMv7 | [`fprime-vxworks-reference`](https://github.com/fprime-community/fprime-vxworks-reference) | |
7 | | -| Feather M4 | FreeRTOS | ARM | [`fprime-featherm4-freertos-reference`](https://github.com/fprime-community/fprime-featherm4-freertos-reference) | |
8 | | -| Pi Pico | Zephyr | ARMv6-M | [`fprime-zephyr-reference`](https://github.com/fprime-community/fprime-zephyr-reference) | |
9 | | -| Pi Pico 2 | Zephyr | RISC-V | [`fprime-zephyr-reference`](https://github.com/fprime-community/fprime-zephyr-reference) | |
10 | | -| PolarFire SoC | VxWorks 7 | RISC-V | TBD | |
11 | | -| PyCubed | Zephyr | RISC-V | [`fprime-zephyr-reference`](https://github.com/fprime-community/fprime-zephyr-reference) | |
12 | | -| Raspberry Pi | Linux | ARMv8 | [`fprime-workshop-led-blinker`](https://github.com/fprime-community/fprime-workshop-led-blinker) | |
13 | | -| Teensy41 | Zephyr | ARMv7-M | [`fprime-zephyr-reference`](https://github.com/fprime-community/fprime-zephyr-reference) | |
14 | | -| x86 | Linux | x86\_64 | [`F Prime Ref`](https://github.com/nasa/fprime) | |
| 3 | +| Hardware | OS | Architecture | Reference Project | Build Status | |
| 4 | +| ---------------- | -------------------- | ------------------------------- | ---------------------------------- | ------------ | |
| 5 | +| Apple Silicon | Darwin | ARM | [`F Prime Ref`](https://github.com/nasa/fprime) | [![CI [macOS]](https://github.com/nasa/fprime/actions/workflows/build-test-macos.yml/badge.svg)](https://github.com/nasa/fprime/actions/workflows/build-test-macos.yml) | |
| 6 | +| BeagleBone Black | VxWorks 7 | ARMv7 | [`fprime-vxworks-reference`](https://github.com/fprime-community/fprime-vxworks-reference) | N/A | |
| 7 | +| Feather M4 | FreeRTOS | ARM | [`fprime-featherm4-freertos-reference`](https://github.com/fprime-community/fprime-featherm4-freertos-reference) | N/A | |
| 8 | +| Pi Pico | Zephyr | ARMv6-M | [`fprime-zephyr-reference`](https://github.com/fprime-community/fprime-zephyr-reference) | N/A | |
| 9 | +| Pi Pico 2 | Zephyr | RISC-V | [`fprime-zephyr-reference`](https://github.com/fprime-community/fprime-zephyr-reference) | [](https://github.com/nasa/fprime/actions/workflows/ext-fprime-zephyr-reference-pico2.yml) | |
| 10 | +| PolarFire SoC | VxWorks 7 | RISC-V | TBD | N/A | |
| 11 | +| PyCubed | Zephyr | RISC-V | [`fprime-zephyr-reference`](https://github.com/fprime-community/fprime-zephyr-reference) | N/A | |
| 12 | +| Raspberry Pi | Linux | ARMv8 | [`fprime-workshop-led-blinker`](https://github.com/fprime-community/fprime-workshop-led-blinker) | [](https://github.com/nasa/fprime/actions/workflows/ext-raspberry-led-blinker.yml) | |
| 13 | +| Teensy41 | Zephyr | ARMv7-M | [`fprime-zephyr-reference`](https://github.com/fprime-community/fprime-zephyr-reference) | [](https://github.com/nasa/fprime/actions/workflows/ext-fprime-zephyr-reference-teensy41.yml) | |
| 14 | +| x86 | Linux | x86\_64 | [`F Prime Ref`](https://github.com/nasa/fprime) | [![CI [ubuntu]](https://github.com/nasa/fprime/actions/workflows/build-test.yml/badge.svg)](https://github.com/nasa/fprime/actions/workflows/build-test.yml) [![CI [RHEL8]](https://github.com/nasa/fprime/actions/workflows/build-test-rhel8.yml/badge.svg)](https://github.com/nasa/fprime/actions/workflows/build-test-rhel8.yml) | |
15 | 15 |
|
16 | 16 | ## Targeted Platforms (Planned Support) |
17 | 17 |
|
|
0 commit comments