https://github.com/damaki/community-bb-runtimes
Authors:GPL-3.0-or-later WITH GCC-exception-3.1
Version:15.2.0
Alire CI: Dependencies:No dependents.
Badge:
First edit your alire.toml file and add the following elements:
embedded_nrf52832 in the dependency list:
[[depends-on]]
embedded_nrf52832 = "*"
Then edit your project file to add the following elements:
with "$(runtime_proj_prefix)_build.gpr";
Target and Runtime attributes:
for Target use $(runtime_proj_prefix)_build'Target;
for Runtime ("Ada") use $(runtime_proj_prefix)_build'Runtime ("Ada");