| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-10 | Merge branch 'master' of https://github.com/hathach/tinyusb into stm32f4 | William D. Jones | |
| 2019-01-09 | cdc_msc_hid: Work around LTO bug in gcc where order of compile matters | William D. Jones | |
| (bug #1747966). | |||
| 2019-01-04 | Add USB Midi support. | Scott Shawcroft | |
| It also introduces a txbuffer which copies data into it but passes the buffer straight to the USB rather than another copy. | |||
| 2019-01-02 | adding makefile support for nrf5x | hathach | |
| got undefined reference to `_start' | |||
| 2018-12-13 | white spaces | hathach | |
| 2018-12-13 | seperate tusb_task() to tud_task() and tuh_task() | hathach | |
| tusb_task() still exists for backward compatible | |||
| 2018-12-13 | osal clean up | hathach | |
| 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-12 | minor update | hathach | |
| 2018-12-07 | enable all warnings | hathach | |
| 2018-12-05 | clean up ses project | hathach | |
| 2018-12-05 | add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isr | hathach | |
| 2018-12-05 | fix travis build error | hathach | |
| 2018-12-05 | lpc40xx device work, moving Chip_USB_Init out of tinyusb | hathach | |
| 2018-12-04 | adding ea4088 quickstart, able to blink | hathach | |
| 2018-12-04 | add mcb1800, blink led ok | hathach | |
| 2018-12-03 | clean up | hathach | |
| 2018-12-03 | use lpcopen for ea4357, blinky ok | hathach | |
| 2018-12-03 | clean up lpc13 | hathach | |
| 2018-12-03 | moving lpc17xx to use lpcopen | hathach | |
| 2018-12-03 | move lpc_chip_13xx files | hathach | |
| 2018-12-03 | use flash for msc_disk_ram in case mcu does have enough sram | hathach | |
| 2018-12-03 | correct memory placement for lpc13. CDC work well | hathach | |
| 2018-12-02 | lpc11u use USBSRAM, able to response with 1st request | hathach | |
| 2018-12-01 | fix lpc11u68 bsp issue, able to blink | hathach | |
| 2018-12-01 | able to build lpc11u68 | hathach | |
| 2018-12-01 | add lpc11u68 ses file | hathach | |
| 2018-11-30 | lpc13xx build ok (not work) with lpcopen | hathach | |
| 2018-11-30 | adding ses lpc13xx | hathach | |
| 2018-11-29 | update segger project | hathach | |
| 2018-11-29 | clean up | hathach | |
| 2018-11-28 | add Auto descriptor endpoint num config to support lpc17xx | hathach | |
| CFG_TUD_DESC_*_EPNUM | |||
| 2018-11-27 | needs to be filled out. blinks though | Scott Shawcroft | |
| 2018-11-27 | clean up | hathach | |
| 2018-11-27 | enhance dcd lpc17xx. Able to pass enumeration | hathach | |
| 2018-11-26 | add lpc175x_6x project file | hathach | |
| 2018-11-26 | add OPT_MODE_HIGH_SPEED | hathach | |
| 2018-11-26 | clean up | hathach | |
| 2018-11-26 | clean up warnings | hathach | |
| 2018-11-25 | Introduce a Makefile for the OS_NONE device example | Scott Shawcroft | |
| It currently supports the SAMD21 and SAMD51 only. More will be added later. | |||
| 2018-11-22 | cdc work ok with lpc43xx | hathach | |
| 2018-11-22 | rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTION | hathach | |
| 2018-11-22 | build ok | hathach | |
| 2018-11-22 | adding lpc43xx to ses | hathach | |
| 2018-11-22 | msc device block count and block num | hathach | |
| - replace CFG_TUD_MSC_BLOCK_NUM & CFG_TUD_MSC_BLOCK_SZ by tud_msc_capacity_cb() (mandatory callback) | |||
| 2018-11-22 | clean up msc example | hathach | |
| 2018-11-22 | msc works well with samd51 | hathach | |
| 2018-11-22 | rename example project | hathach | |
