Skip to content

Commit

Permalink
Merge branch 'stable-1.3.0' into stable-embedded-crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau authored Oct 24, 2024
2 parents 6eee910 + 8598b12 commit f57c7f8
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
31 changes: 31 additions & 0 deletions index/a0/a0b_atsam3x8e_gpio/a0b_atsam3x8e_gpio-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name = "a0b_atsam3x8e_gpio"
description = "A0B ATSAM3X8E GPIO/EXTI"
version = "0.1.0"

authors = ["Vadim Godunko"]
maintainers = ["Vadim Godunko <[email protected]>"]
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"

16 changes: 16 additions & 0 deletions index/bi/bit_sets/bit_sets-1.0.0.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"

0 comments on commit f57c7f8

Please sign in to comment.