Files
alire-index-community/index/nr/nrf5x_hal/nrf5x_hal-0.1.0.toml
T
Fabien Chouteau 1452ad5f47 nrf5x_hal 0.1.0: fix dependencies (#551)
* nrf5x-hal-0.1.0: fix dependencies

`~` was intended here and required since `cortex_m=0.4.0` is breaking the builds.

* Update microbit_examples-0.1.0.toml

* Update nrf5x_hal-0.1.0.toml
2022-06-23 11:36:12 +02:00

22 lines
658 B
TOML

description = "Drivers and HAL for the Nordic nRF5X micro-controller family"
name = "nrf5x_hal"
version = "0.1.0"
licenses = "BSD-3-Clause"
website="https://github.com/AdaCore/Ada_Drivers_Library/"
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]
project-files = ["nrf51.gpr", "nrf52.gpr"]
tags = ["embedded", "nostd", "nrf51", "nrf52", "nordic", "drivers", "ble"]
auto-gpr-with=false # User has to select only one project file
[[depends-on]]
cortex_m = "~0.2.0"
hal = "~0.1.0"
gnat_arm_elf = "^11.2"
[origin]
commit = "0cf20efac2d0a64ed22844edbfcdd3acbbcdb1cc"
url = "git+https://github.com/Fabien-Chouteau/nrf5x-hal.git"