Skip to content

nasa/fpp

Folders and files

NameName
Last commit message
Last commit date
Feb 5, 2025
Apr 17, 2025
Apr 10, 2025
Feb 19, 2025
Mar 19, 2025
Mar 17, 2025
Dec 11, 2020
Feb 5, 2024
Jan 29, 2025
Jan 6, 2023
Feb 5, 2025

Repository files navigation

F Prime Prime (FPP)

This repository contains the code and documentation for F Prime Prime (FPP for short). FPP is a modeling language for the F Prime flight software framework.

Contents

compiler: The FPP analysis and translation tools.

docs: The FPP User’s Guide and language specification.

editors: Syntax highlighting for code editors. Currently Vim and Emacs are supported here. There is also an FPP plugin available within Visual Studio Code.

Building and Installing

Tools

See compiler/README.adoc. To use or develop FPP in a standalone mode, you should install these tools. To use FPP as part of F Prime development, you can install the F Prime tool set, which includes FPP. See the F Prime installation instructions here.

Spec and User’s Guide

See docs/README.adoc. Build these documents from source only if you are developing them. Otherwise, read the copies available on the wiki.

Design and Implementation

See the wiki.