Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 729 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 729 Bytes

fprime-baremetal

Add this project as a git submodule to your project, and then list the folder as a library in your settings.ini file.

This project provides components designed for baremetal F´ deployments with the intention of reducing memory usage.

baremetal-size

This package also includes a baremetal sizing utility that measures the .bss size of each F´ component and deployment, as well as provides a recommendation of configuration values to reduce memory usage.

To install or upgrade this utility, clone this repository and run:

# In fprime-baremetal
pip install --upgrade .

Usage:

baremetal-size {build}

Change {build} to your specific build (i.e. teensy41, featherM0, etc.)