source

light_nrf52840

15.2.0

light runtime for the NRF52840 SoC

15.2.0

Usage

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

  • Add light_nrf52840 in the dependency list:
    [[depends-on]]
    light_nrf52840 = "*"
    

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 Target and Runtime attributes:
       for Target use $(runtime_proj_prefix)_build'Target;
       for Runtime ("Ada") use $(runtime_proj_prefix)_build'Runtime ("Ada");