| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-22 | simplify board API, adding stm32f3 discovery | hathach | |
| - remove board header since it is not used | |||
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2019-01-10 | Merge branch 'master' of https://github.com/hathach/tinyusb into stm32f4 | William D. Jones | |
| 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-11 | ehci periodic | hathach | |
| 2018-12-07 | rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLED | hathach | |
| 2018-12-07 | able to build host hid | hathach | |
| 2018-12-06 | clean up usbh, rename doxygen folder to docs | hathach | |
| 2018-12-05 | add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isr | hathach | |
| 2018-12-05 | lpc40xx device work, moving Chip_USB_Init out of tinyusb | hathach | |
| 2018-12-04 | adding lpc40xx support | hathach | |
| 2018-11-30 | adding ses lpc13xx | hathach | |
| 2018-11-30 | remove obsolete example | hathach | |
| 2018-11-30 | rename OPT_MCU_LPC13UXX to OPT_MCU_LPC13XX | hathach | |
| 2018-11-28 | correct TUD_OPT_HIGH_SPEED | hathach | |
| 2018-11-27 | needs to be filled out. blinks though | Scott Shawcroft | |
| 2018-11-26 | add OPT_MODE_HIGH_SPEED | hathach | |
| 2018-11-22 | rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTION | hathach | |
| 2018-11-16 | nrf5x: refactor device control transfer. | hathach | |
| - make control transfer as part of usbd. Class driver must use usbd_control_ API() instead of dcd_ api. - change the signature of class driver's control_request - allow control request complete to stall in staus stage - move control request parser & handling to usbd. | |||
| 2018-11-09 | Exempt from strict warnings for struct packing and add MCU options | Scott Shawcroft | |
| 2018-11-07 | Add SAMD21 and SAMD51 support for CircuitPython. | Scott Shawcroft | |
| The ProtoThreads style subtasks were removed because it led to extremely unclear control flow. RTOSes can be used if threading is needed. Also added some additional functionality to MSC to support dynamic LUNs and read-only LUNs. | |||
| 2018-09-04 | adding mynewt to osal | hathach | |
| 2018-08-30 | allow no mode compilation (no host/device enabled). Handy for project ↵ | hathach | |
| without usb to compile such as nrf52832 | |||
| 2018-07-31 | dev hid enhancement, add report descriptor templates for keyboard, mouse, ↵ | hathach | |
| consumer, syscontrol, gamepad | |||
| 2018-07-31 | move default option | hathach | |
| 2018-07-29 | hid device enhance | hathach | |
| 2018-07-28 | fix hid generic various error | hathach | |
| 2018-07-28 | change HID config, move HID boot config to part of auto descriptor only | hathach | |
| 2018-07-23 | reworking device hid class driver | hathach | |
| 2018-07-13 | better multiple interfaces support for cdc device | hathach | |
| 2018-07-12 | rename CFG_TUD_ENUM_BUFFER_SIZE to CFG_TUD_CTRL_BUFSIZE | hathach | |
| 2018-07-04 | add CFG_TUD_MSC_BLOCK_NUM, CFG_TUD_MSC_BLOCK_SZ msc device auto response to ↵ | hathach | |
| scsi read capa and read format cap | |||
| 2018-07-01 | clean up | hathach | |
| 2018-07-01 | update auto descriptor | hathach | |
| 2018-06-18 | rename subfolder source to src | hathach | |
