| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-18 | rename subfolder source to src | hathach | |
| 2018-04-19 | clean up msc device driver | hathach | |
| 2018-04-14 | rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODE | hathach | |
| 2018-04-13 | rename CFG_TUSB_OS_TASK_PRIO to CFG_TUD_TASK_PRIO, TUC_DEVICE_STACKSIZE to ↵ | hathach | |
| CFG_TUD_TASK_STACKSIZE | |||
| 2018-04-12 | rename CFG_TUSB_DEVICE_* to CFG_TUD_* | hathach | |
| 2018-04-12 | rename OPT_MODE_ | hathach | |
| 2018-04-12 | refactor nrf5x mcu macro | hathach | |
| 2018-04-12 | rename MCU_ to OPT_MCU | hathach | |
| 2018-04-12 | rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS | hathach | |
| 2018-04-10 | rename CFG_TUSB_DEVICE_CONTROL_ENDOINT_SIZE to CFG_TUSB_DEVICE_ENDOINT0_SIZE | hathach | |
| 2018-04-10 | mass rename TUSB_CFG to CFG_TUSB | hathach | |
| 2018-04-07 | add nrf52 walkaround for errata 104, 171, 187. | hathach | |
| clean up osal_none | |||
| 2018-03-28 | more rename | hathach | |
| 2018-03-07 | update | hathach | |
| 2018-03-07 | add new example device_virtual_com | hathach | |
| 2018-03-02 | repo clean up | hathach | |
| 2018-02-28 | refactor osal queue API | hathach | |
| 2014-04-17 | change default TUSB_CFG_DEBUG to 0 | hathach | |
| change meaning of TUSB_CFG_DEBUG | |||
| 2014-03-25 | doxygen | hathach | |
| 2014-03-25 | doxygen documenting | hathach | |
| 2014-03-23 | adding usbd_enum_buffer to usbd | hathach | |
| remove string descriptor USB RAM requirement | |||
| 2014-03-23 | remove TUSB_CFG_HOST_ENUM_BUFFER_SIZE from host config (use default) | hathach | |
| 2014-03-18 | clean up tusb_descriptors | hathach | |
| 2014-03-18 | rename TUSB_CFG_OS_TICKS_PER_SECOND to TUSB_CFG_TICKS_HZ | hathach | |
| remove CFG_TICKS_PER_SECOND | |||
| 2014-03-17 | doxygening | hathach | |
| 2014-03-06 | refractor app_os_prio.h | hathach | |
| 2014-02-20 | fix the duplicated plug connection status change with lpc17xx by using ↵ | hathach | |
| immediate reset on isr. However Khanh's G5 mouse is not enumerated !! remove TUSB_CFG_CONFIGURATION_MAX from config file fix some warning | |||
| 2013-11-13 | fix potential issue with stall endpoints | hathach | |
| NOTE: cannot able to STALL control OUT endpoints --> unsupported with data out request may got to an issue. clean up configure, add max string descriptor configure as windows sometimes ask for string @ index 238 !!! | |||
| 2013-11-13 | able to build and run cdc device demo on lpc11uxx | 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-29 | implementing sw device stack | hathach | |
| 2013-10-27 | static assert to check OSAL_QUEUE_DEF's queue_depth parameter < 256 | hathach | |
| enable HOST_HCD_XFER_INTERRUPT by default (previously only enabled with HID), as it is widely used implement tusbh_cdc_is_busy add compilation switch in usbh enumeration for hub rewrite CDC serial application to address usb-serial race condition | |||
| 2013-10-24 | change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearance | hathach | |
| adding configuration docs for tinyusb_config.h document HID mouse & keyboard API | |||
| 2013-10-02 | clean up warnings here and there | hathach | |
| 2013-09-21 | house keeping | hathach | |
| 2013-07-03 | change some license text | hathach | |
| 2013-07-01 | fix compilation error | hathach | |
| 2013-06-29 | test refractor | hathach | |
| 2013-06-08 | ADDING LPC176X device | hathach | |
| implementing dcd_lpc175x_6x.c add usbd_dcd.h add usbd_isr with TUSB_EVENT_SETUP_RECEIVED & TUSB_EVENT_BUS_RESET event parameterize TUSB_CFG_DEVICE_CONTROL_PACKET_SIZE (replace USB_MAX_PACKET0) --> able to get interrupt and receive setup packet, but SET ADDRESS (expected get device descriptor). uncomment write zero length will cause issue, no more interrupt ? | |||
| 2013-06-04 | re-create ngx4330.h | hathach | |
| remove some rom driver dependency on upper layer introduce CAP_DEVICE_ROMDRIVER to overwrite TUSB_CFG_DEVICE_USE_ROM_DRIVER within the lib add support for lpc175x_6x - able to build and blink led on lpcxpresso1769 with device (without any class enabled) | |||
| 2013-06-03 | add TUSB_CFG_PROUDCT_ID check | hathach | |
| move USB_MAX_EP_NUM to device dependency - lpc43 --> 6 - lpc11/13 --> 5 | |||
| 2013-05-29 | fix lpcxpresso1347 board_leds | hathach | |
| temp change USBD_API to ROM_API add lpc13xx device support fix romdriver pointer able to init rom driver | |||
| 2013-05-28 | rename NGX to ngx | hathach | |
| add a bunch of stub header for dcd (175x_6x, 13xx, 18xx_43xx) add dcd_nxp_romdriver for handling usb rom driver add BIT_TEST_ in binary.h remove mw_usbd_hid.h include due to lexical conflict | |||
| 2013-05-23 | - move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xx | hathach | |
| - change descriptor.c/h able to build device example | |||
| 2013-05-06 | add stub for msc host & hub driver | hathach | |
| 2013-04-25 | add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOS | hathach | |
| using plain char for error enum character increase freeRTOS configMAX_PRIORITIES to 16 house keeping & clean up compiler warning | |||
| 2013-04-08 | move MCU define to tusb_option.h, fix the ATTR with USB RAM | hathach | |
| hack: add delay before the very first xfer when enumerating (finalize later after reading USB 2.0 specs) | |||
| 2013-03-25 | remove multiple instances per device for hidh keyboard (no needed) | hathach | |
| - API retain though | |||
