| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-18 | rename subfolder source to src | hathach | |
| 2018-04-16 | add tud_set_descriptors | hathach | |
| 2018-04-12 | rename CFG_TUSB_DEVICE_* to CFG_TUD_* | hathach | |
| 2018-04-10 | mass rename TUSB_CFG to CFG_TUSB | hathach | |
| 2018-03-28 | dcd renaming | hathach | |
| 2018-03-23 | fix compatible issue with MacOS, response to GET CONFIGURATION request | hathach | |
| 2018-03-23 | shorten descriptor type | hathach | |
| 2018-03-23 | rename port to rhport for clarification | hathach | |
| 2018-03-22 | msc clean up | hathach | |
| 2018-03-22 | rename funciton trailing _subtask to _st | hathach | |
| 2018-03-22 | improve usbd control transfer | hathach | |
| 2018-03-21 | remove int_on_complete for tusb_dcd_control_xfer | hathach | |
| 2018-03-21 | rename TUSB_REQUEST to simply TUSB_REQ_ | hathach | |
| 2018-03-17 | adding bulk/int support | hathach | |
| still does not work though | |||
| 2018-03-15 | nrf52 control transfer work reliably | hathach | |
| 2018-03-12 | more rename | hathach | |
| 2018-03-11 | create new name for multiple port API, to simplify API | hathach | |
| 2018-03-11 | refactor dcd API, drop edpt_hdl_t in favor of endpoint address for easy port | hathach | |
| 2018-03-11 | rename dcd.h to tusb_dcd.h | hathach | |
| 2018-03-11 | rename endpoint_handle_t to edpt_hdl_t | hathach | |
| 2018-03-11 | refactor dcd layer | hathach | |
| 2018-03-09 | rename coreid to port | hathach | |
| 2018-03-08 | enhance cdc device API | hathach | |
| 2018-03-02 | add tud_mount_cb, tud_umount_cb | hathach | |
| remove device class/interface callback | |||
| 2018-03-01 | rename tud_configured() to mounted() | hathach | |
| 2018-03-01 | device API rename | hathach | |
| 2018-03-01 | clean up osal semaphore/queue/mutex | hathach | |
| 2018-02-28 | osal clean up | hathach | |
| - task create, task def macros | |||
| 2014-04-17 | move STRING & XSTRING & STATIC_ASSERT to compiler.h | hathach | |
| disable test for a class of cdc host temporarily disable test for test_osal_none.c change include in some core files remove osal.h from common.h | |||
| 2014-03-25 | more doxygen stuffs | hathach | |
| 2014-03-24 | doxygen | hathach | |
| 2014-03-24 | more doxygen works | hathach | |
| 2014-03-23 | use internal buffer for hid report descriptor as well. | hathach | |
| 2014-03-23 | remove TUSB_CFG_DEVICE_STRING_DESCRIPTOR_COUNT | hathach | |
| refractor descriptor to array of pointer, adding interface descriptor as well | |||
| 2014-03-21 | some doxygen | hathach | |
| 2014-03-19 | change OSAL_TASK_FUNCTION to adapt with cmsis rtx | hathach | |
| 2014-03-18 | refractor descriptor passing for device with user-friendly structures | hathach | |
| 2014-03-16 | doxygen document | hathach | |
| 2014-03-12 | able to build lpc11u with IAR | hathach | |
| clean ending warming with IAR | |||
| 2013-12-09 | add keyboard led mask | hathach | |
| make usbd control request to subtask add get/set report via control pipe to hidd enforce soft DMA to control pipe for lpc11u (lpc17xx not yet) temp add led_blinking_set_interval to change led blinking interval refractor dcd_pipe_control_xfer to have interrupt on complete option add get/set report support of moused_app and keyboardd_app, keyboard LED will make LED blink faster | |||
| 2013-11-26 | change endian conversion to native to be & be to native | hathach | |
| completely deferred xfer isr event to usbd task complete read10, write10 sequence for large data transfer | |||
| 2013-11-25 | change MCU to TUSB_CFG_MCU | hathach | |
| 2013-11-22 | clean up | hathach | |
| add some doxygen work finalize device disconnection & suspend - suspend & resume & remote wake up is not supported yet | |||
| 2013-11-21 | refractor usbd-dcd callback, add bus event isr | hathach | |
| 2013-11-18 | get lpc17xx running through enumeration (with control data < 64) | hathach | |
| 2013-11-11 | adding support for lpc13uxx | hathach | |
| 2013-11-08 | add windows driver for cdc | hathach | |
| add simple echo cdc serial demo add cdc device send/receive API refractor descriptor refractor cdc.h add usbd driver function - init - bus_reset | |||
| 2013-11-01 | implement msc device class | hathach | |
| usbd auto stall control for not supported return from class control request usbd implement xfer isr callback mechanism DCD - implement dcd multiple qtd support - dcd dcd_pipe_stall - implement dcd_pipe_queue_xfer - xfer_complete_isr - flush control endpoint if received new setup while previous transfer is not complete change msc_cmd_block_wrapper_t flags field to dir force full speed for easy testing NOTEs: somehow unable to get endpoint IN interrupt with ioc | |||
| 2013-10-30 | fix dcd_data declared with TUSB_CFG_ATTR_USBRAM | hathach | |
| fix lpc43xx UM: non-control unused endpoint type should be set to different than control in ENDPTCTRL add hid mouse device fix mouse descriptor with vertical wheel support | |||
| 2013-10-29 | change device driver init to open (when configured) | hathach | |
| fix HID_REQUEST_CONTROL_SET_REPORT handle | |||
