From 574503dfebc6fd36fe7c137a2a84bd70bfe8b6a7 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Thu, 17 Dec 2020 10:21:59 +0100 Subject: [PATCH] cortex_m and microbit_bsp updates (#212) --- index/co/cortex_m/cortex_m-0.3.0.toml | 33 +++++++++++++++++++ index/mi/microbit_bsp/microbit_bsp-0.2.0.toml | 31 +++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 index/co/cortex_m/cortex_m-0.3.0.toml create mode 100644 index/mi/microbit_bsp/microbit_bsp-0.2.0.toml diff --git a/index/co/cortex_m/cortex_m-0.3.0.toml b/index/co/cortex_m/cortex_m-0.3.0.toml new file mode 100644 index 00000000..b3598abe --- /dev/null +++ b/index/co/cortex_m/cortex_m-0.3.0.toml @@ -0,0 +1,33 @@ +description = "Drivers for Cortex-M micro-controllers (NVIC, SysTick, etc.)" +long-description = '''# cortex-m + +Ada drivers for the peripherals of ARM Cortex-M micro-controllers +(NVIC,\nSysTick, etc.) + +This crate is a snapshot of the `Cortex-M` support in [Ada Drivers +Library](https://github.com/AdaCore/Ada_Drivers_Library/tree/master/arch/ARM/cortex_m). + +Any bug report, issue, contribution must be adressed to the [Ada Drivers +Library](https://github.com/AdaCore/Ada_Drivers_Library/) repo. + +''' + +name = "cortex_m" +version = "0.3.0" +licenses = ["BSD 3-Clauses"] +authors=["AdaCore"] +website="https://github.com/AdaCore/Ada_Drivers_Library/" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +project-files = ["cortex_m0.gpr", "cortex_m4.gpr", "cortex_m4f.gpr", "cortex_m7.gpr"] +tags = ["embedded", "arm", "nostd"] + +auto-gpr-with=false # User has to select only one project file + +[[depends-on]] +hal = "^0.1.0" + +[origin] +commit = "2ed1d3d3324385f9f2183cfb9f562bb215d7a509" +url = "git+https://github.com/Fabien-Chouteau/cortex-m.git" + diff --git a/index/mi/microbit_bsp/microbit_bsp-0.2.0.toml b/index/mi/microbit_bsp/microbit_bsp-0.2.0.toml new file mode 100644 index 00000000..eba485a1 --- /dev/null +++ b/index/mi/microbit_bsp/microbit_bsp-0.2.0.toml @@ -0,0 +1,31 @@ +description = "Middleware layer of the Ada Drivers Library project" +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.2.0" +licenses = ["BSD 3-Clauses"] +website="https://github.com/AdaCore/Ada_Drivers_Library/" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +project-files = ["adl_middleware.gpr"] +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 = "74e9a20abe272d56c365255096255a311648c1f8" +url = "git+https://github.com/Fabien-Chouteau/microbit_bsp.git" +