Files
alire-index-community/index/us/usb_embedded/usb_embedded-1.0.1.toml
T
2025-03-07 10:21:04 +01:00

26 lines
828 B
TOML

name = "usb_embedded"
description = "An Ada USB stack for embedded devices"
version = "1.0.1"
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 = "dc00efac0269cfc8970abde37b58f0167de6cbe4"
url = "git+https://github.com/Fabien-Chouteau/usb_embedded.git"