| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-19 | update device freeRTOS exmaple | hathach | |
| 2019-04-18 | update tud_hid_keyboard/mouse helper | hathach | |
| 2019-04-18 | refactor hid, rename hid_generic to simply hid_ | hathach | |
| 2019-04-11 | remove auto device descriptor | hathach | |
| Application should declare its own device descriptor | |||
| 2019-04-02 | rename board_led_control to board_led_write | hathach | |
| 2019-04-01 | add board_button_read() | hathach | |
| 2019-03-25 | fix timer prio for freertos to blink led | hathach | |
| 2019-03-24 | remove tusb_hal_millis() usage, less work for porting | hathach | |
| 2019-03-23 | clean up bsp, adde board_millis() | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | 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-05 | clean up ses project | hathach | |
| 2018-12-05 | fix travis build error | hathach | |
| 2018-12-03 | clean up lpc13 | hathach | |
| 2018-12-03 | use flash for msc_disk_ram in case mcu does have enough sram | hathach | |
| 2018-11-29 | added & tested lpc17xx freertos device example | hathach | |
| - add USB priority check for freeRTOS config | |||
| 2018-11-22 | rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTION | 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 | msc works well with samd51 | hathach | |
| 2018-11-22 | rename freertos example | hathach | |
