hathach
|
18f248b142
|
remove tusb_hal_millis() usage, less work for porting
|
2019-03-24 01:19:32 +07:00 |
|
hathach
|
c211ee19dd
|
migrate license from BSD 3 clause to MIT
|
2019-03-20 16:11:42 +07:00 |
|
hathach
|
e4e8413acc
|
add tusb_inited() API, check for inited() before running device/host task
|
2019-01-29 19:05:07 +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
|
a3713f801d
|
clean up compiler attribute
|
2018-12-14 13:08:21 +07:00 |
|
hathach
|
1c49c479ca
|
seperate tusb_task() to tud_task() and tuh_task()
tusb_task() still exists for backward compatible
|
2018-12-13 14:51:37 +07:00 |
|
hathach
|
bc46dc6edf
|
osal clean up
remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task
and call tinyusb_task(). This make API consistent with NO OS.
|
2018-12-13 13:49:09 +07:00 |
|
hathach
|
607658d047
|
rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLED
|
2018-12-07 23:38:52 +07:00 |
|
hathach
|
7d3ff7aff6
|
rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC
|
2018-12-06 22:24:31 +07:00 |
|
hathach
|
d887829b4c
|
change usbd_init() return to bool for simplicity
|
2018-12-05 17:30:04 +07:00 |
|
hathach
|
2708632a6a
|
clean up osal
|
2018-11-02 17:26:35 +07:00 |
|
hathach
|
9f61493020
|
change HID config, move HID boot config to part of auto descriptor only
|
2018-07-28 12:38:45 +07:00 |
|
hathach
|
4342325ee1
|
reworking device hid class driver
|
2018-07-23 15:25:45 +07:00 |
|
hathach
|
424735d440
|
rename subfolder source to src
|
2018-06-18 14:05:24 +07:00 |
|