Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 780 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 780 Bytes

C parameters generator

This is the simplest Ubuntu example with CMake.

Purpose

The application is inbtended to check that the python script can correctly generate the paramters. It can be also used as an example how to write your own parameters.

Usage

cd libparams
make c_generator

It will generate generate C-parameters from baro.yaml and mag.yaml to libparams/build folder, build an executable for Ubuntu application and run it.

Notes

  • Since Ubuntu flash memory drover emulates only a single 2 Kbyte page, we call romInit(&rom, 0, 1).
  • Related workflow: build