From a0238311d8f6394843409bfe024ab4635b400c8c Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Mon, 17 Mar 2025 17:02:36 +0400 Subject: [PATCH] blink_led_weact_stm32g474 0.1.0 (#1433) --- .../blink_led_weact_stm32g474-0.1.0.toml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 index/bl/blink_led_weact_stm32g474/blink_led_weact_stm32g474-0.1.0.toml diff --git a/index/bl/blink_led_weact_stm32g474/blink_led_weact_stm32g474-0.1.0.toml b/index/bl/blink_led_weact_stm32g474/blink_led_weact_stm32g474-0.1.0.toml new file mode 100644 index 00000000..b0f359c9 --- /dev/null +++ b/index/bl/blink_led_weact_stm32g474/blink_led_weact_stm32g474-0.1.0.toml @@ -0,0 +1,29 @@ +name = "blink_led_weact_stm32g474" +description = "Blink LED demo for WeAct STM32G474" +version = "0.1.0" +website = "https://github.com/godunko/a0b-examples" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" +tags = ["a0b", "embedded", "demo", "weact", "stm32g474"] + +project-files = ["../gnat/weact_stm32g474.gpr"] + +[configuration] +generate_ada = false +generate_c = false +generate_gpr = true + +[[depends-on]] +a0b_armv7m_systick_clock_timer = "*" +a0b_stm32g474_gpio = "*" +a0b_timer = "*" +light_weact_stm32g474 = "*" + +[origin] +commit = "2583a20ac65e44e8941a4b96c0a28f988790eadb" +subdir = "./blink_led/weact_stm32g474/" +url = "git+https://github.com/godunko/a0b-examples.git" +