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
@@ -0,0 +1,25 @@
name = "usb_embedded"
description = "An Ada USB stack for embedded devices"
version = "1.0.0"
authors = ["Fabien Chouteau"]
maintainers = ["Fabien Chouteau <chouteau@adacore.com>"]
maintainers-logins = ["Fabien-Chouteau"]
website = "https://github.com/Fabien-Chouteau/usb_embedded"
licenses = "BSD-3-Clause"
tags = ["embedded", "usb", "hid", "midi", "nostd"]
[[depends-on]]
hal = "^1.0.0"
bbqueue = "^1.0.0"
[configuration.variables]
Control_Buffer_Size = {type = "Integer", first = 256, default = 256 }
String_Buffer_Size = {type = "Integer", first = 0, default = 256 }
Max_Strings = {type = "Integer", first = 0, default = 10 }
Event_Log_Buffer_Size = {type = "Integer", first = 0, default = 0 }
[origin]
commit = "90f49045c6492735bb54681f997d74510a10f38a"
url = "git+https://github.com/Fabien-Chouteau/usb_embedded.git"