source
light_tasking_nrf52833
15.2.0light-tasking runtime for the NRF52833 SoC
15.2.0
Usage
First edit your alire.toml file and add the following elements:
- Add
light_tasking_nrf52833in the dependency list:[[depends-on]] light_tasking_nrf52833 = "*"
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");