Skip to content

gemarcano/redboard_template

Repository files navigation

Redboard Artemis Template Project

This repository is a template example of how to configure a project using the meson-ified version of the Ambiq Suite SDK.

Dependencies

In order for the libraries to be found, pkgconf must know where they are. The special meson cross-file property sys_root is used for this, and the artemis cross-file already has a shortcut for it-- it just needs a variable to be overriden. To override a cross-file constant, you only need to provide a second cross-file with that variable overriden. For example:

Contents of my_cross:

[constants]
prefix = '/home/gabriel/.local/redboard'

Compiling and installing

mkdir build
cd build
# The `artemis` cross-file is assumed to be installed per recommendations from
# the `asimple` repository
meson setup --prefix [prefix-where-sdk-installed] --cross-file artemis --cross-file ../my_cross --buildtype release
meson install

License

See the license file for details. In summary, this project is licensed Apache-2.0, except for the bits copied from the Ambiq SDK, which is BSD 3-clause licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors