From b34999dfd3a51ad9f89162f59d1a1cfc7447bb06 Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Thu, 24 Oct 2024 18:04:49 +0400 Subject: [PATCH 1/2] a0b_atsam3x8e_gpio 0.1.0 (#1267) --- .../a0b_atsam3x8e_gpio-0.1.0.toml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 index/a0/a0b_atsam3x8e_gpio/a0b_atsam3x8e_gpio-0.1.0.toml diff --git a/index/a0/a0b_atsam3x8e_gpio/a0b_atsam3x8e_gpio-0.1.0.toml b/index/a0/a0b_atsam3x8e_gpio/a0b_atsam3x8e_gpio-0.1.0.toml new file mode 100644 index 00000000..290b3e56 --- /dev/null +++ b/index/a0/a0b_atsam3x8e_gpio/a0b_atsam3x8e_gpio-0.1.0.toml @@ -0,0 +1,31 @@ +name = "a0b_atsam3x8e_gpio" +description = "A0B ATSAM3X8E GPIO/EXTI" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" +tags = ["a0b", "embedded", "gpio", "atsam3x8e", "sam3x8e", "arduino", "due"] + +project-files = ["gnat/a0b_atsam3x8e_gpio.gpr"] + +[configuration] +generate_ada = false +generate_c = false +generate_gpr = true + +[[depends-on]] +a0b_gpio = "*" +a0b_exti = "*" +a0b_atsam3x8e = "*" + +[[actions]] +type = "test" +directory = "selftest" +command = ["alr", "build"] + +[origin] +commit = "331318aec82244e5419f6b9407d9a478db754fad" +url = "git+https://github.com/godunko/a0b-atsam3x8e-gpio.git" + From 8598b12239cb62e6edae1ea23556c5b4e055d526 Mon Sep 17 00:00:00 2001 From: Michael Hardeman <2830043+michael-hardeman@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:12:45 -0400 Subject: [PATCH 2/2] bit_sets 1.0.0 (#1202) * bit_sets 1.0.0 (via `alr publish --submit`) * Fix typos --------- Co-authored-by: Michael Hardeman Co-authored-by: Alejandro R Mosteo --- index/bi/bit_sets/bit_sets-1.0.0.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 index/bi/bit_sets/bit_sets-1.0.0.toml diff --git a/index/bi/bit_sets/bit_sets-1.0.0.toml b/index/bi/bit_sets/bit_sets-1.0.0.toml new file mode 100644 index 00000000..ab9598f5 --- /dev/null +++ b/index/bi/bit_sets/bit_sets-1.0.0.toml @@ -0,0 +1,16 @@ +name = "bit_sets" +description = "A packed boolean array that saves space and is performant" +version = "1.0.0" + +authors = ["Michael Hardeman"] +maintainers = ["Michael Hardeman "] +maintainers-logins = ["michael-hardeman"] +licenses = "GPL-2.0-or-later" +website = "https://github.com/michael-hardeman/bit_sets" +tags = ["bit", "set", "boolean", "array", "packed", "performance"] + +[origin] +commit = "4a2dbc5386bc60fbba575a47d176f7269f0ff285" +subdir = "./bit_sets/" +url = "git+https://github.com/michael-hardeman/bit_sets.git" +