From dec53da3cd6e52bf82cc99b145dec741491d3765 Mon Sep 17 00:00:00 2001 From: Kevin F Ortega Date: Thu, 6 Mar 2025 18:41:38 -0800 Subject: [PATCH 1/3] adding initial list of supported and future supported platforms --- .../framework/supported-platforms.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/user-manual/framework/supported-platforms.md diff --git a/docs/user-manual/framework/supported-platforms.md b/docs/user-manual/framework/supported-platforms.md new file mode 100644 index 0000000000..0aa5e809e4 --- /dev/null +++ b/docs/user-manual/framework/supported-platforms.md @@ -0,0 +1,32 @@ +## Supported Platforms + +A **supported platform** refers to a combination of hardware and operating system where the software is actively tested through continuous integration (CI). A platform is considered **supported** if all CI tests pass consistently, ensuring compatibility and reliability. + +The following tables list currently supported platforms: + +| Hardware | OS | Reference Deployment | CI Passes | +|------|----------|----|-----------| +| BeagleBone Black | VxWorks 7 | [`fprime-vxworks-reference`](https://github.com/fprime-community/fprime-vxworks-reference) | TODO | +| Raspberry Pi 5 | Linux | [`fprime-workshop-led-blinker`](https://github.com/fprime-community/fprime-workshop-led-blinker) | TODO | + + +## Future Supported Platforms + +The following table list platforms expected to be supported in the future + +| Hardware | Operating System | Expected Support | Notes | +|----------------|-----------|---------|----------------------| +| ATSAMV71Q21 | Baremetal | TBD | Work has not started | +| CubeSTEP | Linux | rBD | Work has not started | +| HPSC | Linux | TBD | In development | +| HPSC | VxWorks 7 | TBD | In development | +| PolarFire SoC | VxWorks 7 | TBD | In development | +| PROVES | Linux | TBD | Work has not started | +| PyCubed | Linux | TBD | Work has not started | +| Snapdragon Co-Processor | Linux | TBD | In development | +| Sphinx GR712RC | VxWorks 7 | TBD | Work has not started | +| Teensy 4.1 | Baremetal | TBD | In development | +| Vorago PEB1-VA41620 | Baremetal | TBD | In development | +| Vorago PEB1-VA41630 | Baremetal | TBD | In development | +| VOXL Snapdragon 820 | Linux | TBD | Work has not started | +| VOXL2 Snapdragon 5165 | Linux | TBD | Work has not started | \ No newline at end of file From 26fca963fe917a2e94023decb5e9fbed623e8ac0 Mon Sep 17 00:00:00 2001 From: Kevin F Ortega Date: Thu, 6 Mar 2025 18:46:43 -0800 Subject: [PATCH 2/3] typo --- docs/user-manual/framework/supported-platforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/framework/supported-platforms.md b/docs/user-manual/framework/supported-platforms.md index 0aa5e809e4..94a9c6ffaa 100644 --- a/docs/user-manual/framework/supported-platforms.md +++ b/docs/user-manual/framework/supported-platforms.md @@ -17,7 +17,7 @@ The following table list platforms expected to be supported in the future | Hardware | Operating System | Expected Support | Notes | |----------------|-----------|---------|----------------------| | ATSAMV71Q21 | Baremetal | TBD | Work has not started | -| CubeSTEP | Linux | rBD | Work has not started | +| CubeSTEP | Linux | TBD | Work has not started | | HPSC | Linux | TBD | In development | | HPSC | VxWorks 7 | TBD | In development | | PolarFire SoC | VxWorks 7 | TBD | In development | From 93d7b9262fc16149ce0565925283ace885afe9a8 Mon Sep 17 00:00:00 2001 From: Kevin F Ortega Date: Mon, 10 Mar 2025 15:35:20 -0700 Subject: [PATCH 3/3] added supported platforms to mkdocs --- docs/mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 2866a11210..ea1a2631fb 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -179,6 +179,7 @@ nav: - 'Dynamic Memory and Buffer Management': docs/user-manual/framework/dynamic-memory.md - 'F´ Data Products': docs/user-manual/framework/data-products.md - 'State Machines': docs/user-manual/framework/state-machines.md + - 'Supported Platforms': docs/user-manual/framework/supported-platforms.md - 'FPP': 'https://nasa.github.io/fpp/fpp-users-guide.html' - GDS: - "The GDS CLI": docs/user-manual/gds/gds-cli.md