From a108a1589ad2ce9756b15df46d218303be22e225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Tue, 11 Oct 2022 12:26:33 +0200 Subject: [PATCH] stm32f0x2_hal 0.1.0 (#661) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Crate is derived from Ada_Drivers_Library and provide initial support for STM32 F0x2 MCU family. Signed-off-by: Marc Poulhiès Signed-off-by: Marc Poulhiès --- .../st/stm32f0x2_hal/stm32f0x2_hal-0.1.0.toml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 index/st/stm32f0x2_hal/stm32f0x2_hal-0.1.0.toml diff --git a/index/st/stm32f0x2_hal/stm32f0x2_hal-0.1.0.toml b/index/st/stm32f0x2_hal/stm32f0x2_hal-0.1.0.toml new file mode 100644 index 00000000..0b92a05c --- /dev/null +++ b/index/st/stm32f0x2_hal/stm32f0x2_hal-0.1.0.toml @@ -0,0 +1,28 @@ +name = "stm32f0x2_hal" +description = "Drivers and HAL for stm32f0x2 mcu family" +version = "0.1.0" + +authors = ["AdaCore", "Marc Poulhiès"] +maintainers = ["Marc Poulhiès "] +maintainers-logins = ["dkm"] +licenses = "GPL-3.0-or-later AND BSD-3-Clause" +tags = ["embedded", "stm32f0", "nostd", "drivers"] +website = "https://github.com/dkm/stm32f0x2_hal-ada" + +[[depends-on]] +cortex_m = "~0.5" +hal = "~0.3" +usb_embedded = "~0.3" +gnat_arm_elf = "^12" + +[configuration.variables] +Use_Startup = {type = "Boolean", default = true} + +[configuration.values] +atomic.backend = "armv6m" +cortex_m.core = "m0" + +[origin] +commit = "85eaea484c5010ac2fdb6b8849b20af4ae77a101" +url = "git+https://github.com/dkm/stm32f0x2_hal-ada.git" +