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
|
bb544a0951
|
minor update
|
2018-12-12 14:43:45 +07:00 |
|
hathach
|
d524da0c94
|
enable all warnings
|
2018-12-07 14:49:55 +07:00 |
|
hathach
|
734b3ada8a
|
fix travis build error
|
2018-12-05 13:32:55 +07:00 |
|
hathach
|
dd9c7b4249
|
lpc40xx device work, moving Chip_USB_Init out of tinyusb
|
2018-12-05 08:47:23 +07:00 |
|
hathach
|
cea9abd4d0
|
clean up lpc13
|
2018-12-03 19:02:35 +07:00 |
|
hathach
|
f898f8f7a4
|
move lpc_chip_13xx files
|
2018-12-03 16:38:29 +07:00 |
|
hathach
|
b2b1704f10
|
use flash for msc_disk_ram in case mcu does have enough sram
|
2018-12-03 16:30:39 +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 |
|
hathach
|
064eec5dd8
|
clean up warnings
|
2018-11-26 12:29:55 +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
|
d7e48f307b
|
clean up msc example
|
2018-11-22 11:36:50 +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 |
|