F´ LED Blinker Tutorial for Arduinos
This project is an implementation of the F´ LED Blinker ARM Linux Tutorial which will allow you to test on Arduino-based microcontrollers using the fprime-arduino
toolchain instead of fprime-arm-linux
.
This version uses a scaled down deployment of F´ to account for the limited resources available on baremetal hardware.
Prerequisites
In order to run through this tutorial, users should first do the following:
- Follow the Hello World Tutorial
- Ensure F´ tools have been bootstrapped
- Acquire and set up the appropriate hardware for this tutorial
- Follow the arduino-cli installation guide
Tutorial Steps
This tutorial is composed of the following steps:
- Project Setup
- Building for Arduino
- Component Design and Initial Implementation
- Initial Component Integration
- Continuing Component Implementation
- Full System Integration
- Running on Hardware