From 9ddfcb0eb529ccf6073f0c7bb2ec1ba4d8ad410f Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Fri, 24 Jan 2025 14:16:56 +0400 Subject: [PATCH] blink_led_arduino_due 0.1.0 (#1371) --- .../blink_led_arduino_due-0.1.0.toml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 index/bl/blink_led_arduino_due/blink_led_arduino_due-0.1.0.toml diff --git a/index/bl/blink_led_arduino_due/blink_led_arduino_due-0.1.0.toml b/index/bl/blink_led_arduino_due/blink_led_arduino_due-0.1.0.toml new file mode 100644 index 00000000..618a7d10 --- /dev/null +++ b/index/bl/blink_led_arduino_due/blink_led_arduino_due-0.1.0.toml @@ -0,0 +1,29 @@ +name = "blink_led_arduino_due" +description = "Blink LED demo for Arduino Due" +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", "arduino", "due"] + +project-files = ["../gnat/arduino_due.gpr"] + +[configuration] +generate_ada = false +generate_c = false +generate_gpr = true + +[[depends-on]] +a0b_armv7m_systick_clock_timer = "*" +a0b_atsam3x8e_gpio = "*" +a0b_timer = "*" +light_arduino_due = "*" + +[origin] +commit = "7b0efe107be60ea6bcb71f82046008fe3828ba29" +subdir = "./blink_led/arduino_due/" +url = "git+https://github.com/godunko/a0b-examples.git" +