| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
able to build and blink LED
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clean up
|
|
|
|
|
|
add callback for descriptors device/configuration/string/hid
|
|
callback
|
|
- remove tud_desc_set.hid_report
- remove tud_desc_set_t
|
|
- remove tud_desc_set.string_arr/string_count
|
|
enhance msc device
|
|
|
|
tud_msc_capacity_cb() get zero size
|
|
|
|
|
|
add tud_msc_start_stop_cb() as optional callback
|
|
- rename tud_msc_maxlun_cb to tud_msc_get_maxlun_cb
|
|
|
|
|
|
|
|
|
|
|
|
enhance HID, add HID out endpoint support
|
|
|
|
|
|
add feather nrf52840 express to supported board
|
|
|
|
|
|
- add report descriptor template TUD_HID_REPORT_DESC_GENERIC_INOUT
- add TUD_HID_INOUT_DESCRIPTOR & TUD_HID_INOUT_DESC_LEN
- add hid_generic_inout example
|
|
|
|
|
|
|
|
|
|
|