fprime-community / fprime-baremetal-reference

Apache License 2.0
5 stars 4 forks source link

Baremetal F´ project

This project is an implementation of F´ on baremetal hardware, specifically for Arduino based microcontrollers.

The BaremetalReference is a reference to run F´ on embedded systems with hardware constraints. Therefore, this deployment only consists of basic/essential F´ components, with the addition of LED blinker, radio, and IMU components.

Table of Contents

  1. Install Arduino CLI
  2. Programming and Running the BaseDeployment Application
  3. Programming and Running the BaremetalReference and RadioPassthrough Applications

First Step: Install Arduino CLI