Alexander Mueller

Results 5 issues of Alexander Mueller

The bower.json specifically states you are not to include assets like fonts and globs are not allowed. See: https://github.com/bower/spec/blob/master/json.md

Use "stdbool.h" instead of yet a nother bool typedef.

Right now there is one report descriptor size for all CustomHID interfaces, defined with `USBD_CUSTOM_HID_REPORT_DESC_SIZE`. To adress this, the structure `USBD_CUSTOM_HID_ItfTypeDef` should contain a field with the actual report descriptor...

enhancement
mw
usb
internal bug tracker

Right now if you have more than 1 CustomHID interface, all interfaces have report descriptors of the same size. Support different sizes by adding an entry to USBD_CUSTOM_HID_ItfTypeDef. The default...

enhancement
mw
usb
internal bug tracker

Code otherwise never gets called in NDEBUG environments.