atomic, bbqueue, hal, usb_embedded 1.0.0 (#1268)

This commit is contained in:
Fabien Chouteau
2024-10-24 16:48:08 +02:00
committed by GitHub
parent 8598b12239
commit 91b7eb3f0f
4 changed files with 96 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
name = "bbqueue"
description = "DMA friendly lock-free BipBuffer"
version = "1.0.0"
licenses = "MIT"
authors = ["Fabien Chouteau"]
maintainers = ["Fabien Chouteau <chouteau@adacore.com>"]
maintainers-logins = ["Fabien-Chouteau"]
tags = ["spark", "nostd", "embedded", "lockfree", "dma", "bipbuffer"]
website = "https://github.com/Fabien-Chouteau/bbqueue-spark"
long-description = """An Ada/SPARK proved implementation of James Munns'
BBQueue (https://github.com/jamesmunns/bbqueue)"""
[build-switches]
release.runtime_checks = "none"
[[depends-on]]
atomic = "^1.0.0"
gnat = ">=10"
[origin]
commit = "f508818cae5c23e45864e19c618fe2b1dc7c6362"
url = "git+https://github.com/Fabien-Chouteau/bbqueue-spark.git"