usb_embedded 0.3.0 (#535)

This commit is contained in:
Fabien Chouteau
2022-06-07 10:58:05 +02:00
committed by GitHub
parent bb1ef01832
commit e077b78c84
@@ -0,0 +1,25 @@
name = "usb_embedded"
description = "An Ada USB stack for embedded devices"
version = "0.3.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 = "~0.3"
bbqueue = "~0.3.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 = "ed111b350df2a61893f6d3deaac53bfa14f47f01"
url = "git+https://github.com/Fabien-Chouteau/usb_embedded.git"