light_nrf52833

v15.0.0

light runtime for the nRF52833 SoC

Usage

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

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

Install

Globally install this crate:

alr install light_nrf52833

Add to your project:

alr with light_nrf52833

Crate Information

Authors

  1. AdaCore
  2. Daniel King

Maintainers

Maintainers (GitHub pseudo)

Release Date

28 minutes ago

First Release

12/13/2024

Statistics

Dependencies: 1

Dependents: 0

Versions: 2

Dependencies