Files
alire-index-community/index/mi/microbit_bsp/microbit_bsp-0.1.0.toml
T
Fabien Chouteau c260660ae2 Fix microbit_bsp (#338)
* Update microbit_bsp-0.2.0.toml

* Update microbit_bsp-0.1.0.toml
2021-09-07 17:45:38 +02:00

30 lines
911 B
TOML

description = "Board Support Package for the BBC micro:bit v1"
long-description = '''# microbit BSP
Board Support Package for the BBC micro:bit https://microbit.org/
This crate is a snapshot of [Ada Drivers
Library](https://github.com/AdaCore/Ada_Drivers_Library/tree/master/middleware).
Any bug report, issue, contribution must be adressed to the [Ada Drivers
Library](https://github.com/AdaCore/Ada_Drivers_Library/) repo.
'''
name = "microbit_bsp"
version = "0.1.0"
licenses = "BSD-3-Clause"
website="https://github.com/AdaCore/Ada_Drivers_Library/"
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]
tags = ["embedded", "nostd", "microbit", "bbc", "nrf51", "bsp"]
[[depends-on]]
hal = "^0.1.0"
nrf5x_hal = "^0.1.0"
embedded_components = "^0.1.0"
[origin]
commit = "1ae71dc64c95df4c927981c32e4da35bb05ce7a4"
url = "git+https://github.com/Fabien-Chouteau/microbit_bsp.git"