hathach
|
ea29eb49af
|
example clean up
|
2019-07-03 01:17:26 +07:00 |
|
hathach
|
7156bfb54d
|
fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_*
|
2019-06-10 18:46:00 +07:00 |
|
hathach
|
13e01c7dca
|
add TU_ prefix to compiler ATTR to prevent name conflict with application
|
2019-06-06 10:39:37 +07:00 |
|
hathach
|
6e443d1918
|
enable CFG_TUSB_DEBUG on DEBUG build
|
2019-05-14 17:36:03 +07:00 |
|
hathach
|
61ec407752
|
update license year to 2019
|
2019-05-14 11:48:05 +07:00 |
|
hathach
|
6135019230
|
clean up
|
2019-05-14 11:46:22 +07:00 |
|
hathach
|
fae9aba68f
|
add tud_msc_inquiry_cb() remove CFG_TUD_MSC_VENDOR/PRODUCT/PRODUCT_REV
|
2019-05-03 23:46:01 +07:00 |
|
hathach
|
90fdae94f8
|
clean up
|
2019-05-01 18:21:08 +07:00 |
|
hathach
|
b74eca4f12
|
add msc multiple lun support
- remove CFG_TUD_MSC_MAXLUN
- add tud_msc_maxlun_cb()
- add msc_dual_lun exmaple
|
2019-04-26 15:54:42 +07:00 |
|
hathach
|
67aa45f75f
|
remove CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP
|
2019-04-25 21:41:21 +07:00 |
|
hathach
|
ff8fe28c98
|
move interface descriptor template to usbd.h, update exmaple
|
2019-04-19 13:16:06 +07:00 |
|
hathach
|
3e4bb141ce
|
update device freeRTOS exmaple
|
2019-04-19 00:23:15 +07:00 |
|
hathach
|
23bcf1cc7a
|
remove auto descriptor and its option CFG_TUD_DESC_AUTO
|
2019-04-18 23:59:21 +07:00 |
|
hathach
|
307ba23046
|
wrap up hid device refactor
|
2019-04-18 22:31:35 +07:00 |
|
hathach
|
395fd54dcb
|
clean up example
|
2019-04-17 13:55:55 +07:00 |
|
hathach
|
72575534f8
|
remove auto device descriptor
Application should declare its own device descriptor
|
2019-04-11 00:51:28 +07:00 |
|
hathach
|
c211ee19dd
|
migrate license from BSD 3 clause to MIT
|
2019-03-20 16:11:42 +07:00 |
|
hathach
|
eda56769b9
|
dcd_set_address include status response, usbd control stall both control in and out
|
2019-03-13 23:14:48 +07:00 |
|
Scott Shawcroft
|
a3173b8de4
|
Add USB Midi support.
It also introduces a txbuffer which copies data into it but passes
the buffer straight to the USB rather than another copy.
|
2019-01-04 12:16:27 -08:00 |
|
hathach
|
d524da0c94
|
enable all warnings
|
2018-12-07 14:49:55 +07:00 |
|
hathach
|
dd9c7b4249
|
lpc40xx device work, moving Chip_USB_Init out of tinyusb
|
2018-12-05 08:47:23 +07:00 |
|
hathach
|
8b03b6d3b4
|
add Auto descriptor endpoint num config to support lpc17xx
CFG_TUD_DESC_*_EPNUM
|
2018-11-28 16:10:31 +07:00 |
|
hathach
|
80ecf1fd54
|
add OPT_MODE_HIGH_SPEED
|
2018-11-26 14:56:07 +07:00 |
|
Scott Shawcroft
|
bf70f89240
|
Introduce a Makefile for the OS_NONE device example
It currently supports the SAMD21 and SAMD51 only. More will be
added later.
|
2018-11-25 11:46:06 -08:00 |
|
hathach
|
569e85a0c0
|
cdc work ok with lpc43xx
|
2018-11-22 17:40:20 +07:00 |
|
hathach
|
60d8cde695
|
rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTION
|
2018-11-22 17:21:07 +07:00 |
|
hathach
|
4314be9aeb
|
msc device block count and block num
- replace CFG_TUD_MSC_BLOCK_NUM & CFG_TUD_MSC_BLOCK_SZ by
tud_msc_capacity_cb() (mandatory callback)
|
2018-11-22 12:11:06 +07:00 |
|
hathach
|
bdded75ad9
|
msc works well with samd51
|
2018-11-22 11:32:56 +07:00 |
|
hathach
|
42b97d3c25
|
rename example project
|
2018-11-22 11:18:10 +07:00 |
|