Skip to content

Commit

Permalink
usb_embedded 0.3.1 (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau authored Jul 4, 2024
1 parent 0989323 commit 8b5022a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index/us/usb_embedded/usb_embedded-0.3.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "usb_embedded"
description = "An Ada USB stack for embedded devices"
version = "0.3.1"

authors = ["Fabien Chouteau"]
maintainers = ["Fabien Chouteau <[email protected]>"]
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.4"
bbqueue = "~0.3.2"

[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 = "db38aa9bab942b4db4ebb8404153e00dc77c3507"
url = "git+https://github.com/Fabien-Chouteau/usb_embedded.git"

0 comments on commit 8b5022a

Please sign in to comment.