source
embedded_nrf52832
15.2.0embedded runtime for the NRF52832 SoC
15.2.0
Usage
First edit your alire.toml file and add the following elements:
- Add
embedded_nrf52832in the dependency list:[[depends-on]] embedded_nrf52832 = "*"
Then edit your project file to add the following elements:
- "with" the run-time project file. With this, gprbuild will compile the run-time before your application
with "$(runtime_proj_prefix)_build.gpr"; - Specify the
TargetandRuntimeattributes:for Target use $(runtime_proj_prefix)_build'Target; for Runtime ("Ada") use $(runtime_proj_prefix)_build'Runtime ("Ada");