source

embedded_nrf52833

14.1.0

embedded runtime for the nRF52833 SoC

14.1.0

Usage

First edit your alire.toml file and add the following elements:

  • Add embedded_nrf52833 in the dependency list:
    [[depends-on]]
    embedded_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_build.gpr";
    
  • Specify the Target and Runtime attributes:
       for Target use runtime_build'Target;
       for Runtime ("Ada") use runtime_build'Runtime ("Ada");