First edit your alire.toml file and add the following elements:
embedded_nrf52833 in the dependency list:[[depends-on]]
embedded_nrf52833 = "*"Then edit your project file to add the following elements:
with "runtime_build.gpr";Target and Runtime attributes: for Target use runtime_build'Target;
for Runtime ("Ada") use runtime_build'Runtime ("Ada");Globally install this crate:
alr install embedded_nrf52833Add to your project:
alr with embedded_nrf52833Dependencies: 1
Dependents: 0
Versions: 2
^15