<re_irc>
<@romen:matrix.org> Hello! I am looking at using a longan-nano board for a USB HID project, and I am trying to figure out if there are ongoing efforts to add USB support to `gd32vf103xx-hal` or where one could start looking to figure out what is needed do add such support themselves (and if `gd32vf103_pac` is exposing everything needed to achieve that).
<re_irc>
<@romen:matrix.org> Can anyone provide good pointers to put me in the right direction to answer these questions?
starblue has joined #rust-embedded
<re_irc>
<@ryan-summers:matrix.org> Check out the `usb-device` crate for the generic USB_protocol related goodies. I think you just need to implement a trait and you should have it going, but I don't recall
<re_irc>
<@newam:matrix.org> Oooo, thanks! I will give that one a go :)
fabic_ has quit [Ping timeout: 260 seconds]
starblue has joined #rust-embedded
<re_irc>
<@romen:matrix.org> hegza:matrix.org: Thanks heksa , I found it a bit afterwards this room, and I have now posted there a follow-up with the stage I reached and the problem I am facing.