| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-18 | rename subfolder source to src | hathach | |
| 2018-04-12 | rename ASSERT_ERR to TU_ASSERT_ERR to prevent conflict with user code | hathach | |
| 2018-04-12 | rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS | hathach | |
| 2018-04-10 | mass rename TUSB_CFG to CFG_TUSB | hathach | |
| 2018-03-29 | assert clean up | hathach | |
| 2018-03-28 | more error string clean up | hathach | |
| 2018-03-22 | improve usbd control transfer | hathach | |
| 2018-03-13 | working on nrf52 | hathach | |
| 2018-03-11 | rename hal_* to tusb_hal_* | hathach | |
| 2018-03-07 | rename tusb_task_runner() to tusb_task() | hathach | |
| 2018-03-06 | remove tusb_isr(), rename hal_hcd_isr() and hal_dcd_isr() | hathach | |
| 2018-03-02 | rename hal_init() to hal_usb_init() | hathach | |
| 2018-03-02 | clean up API | hathach | |
| 2018-03-02 | rename hal_interrupt_* to hal_usb_int_* | hathach | |
| 2014-03-25 | doxygen documenting | hathach | |
| 2014-03-18 | rename TUSB_CFG_OS_TICKS_PER_SECOND to TUSB_CFG_TICKS_HZ | hathach | |
| remove CFG_TICKS_PER_SECOND | |||
| 2014-03-12 | fix iar warning | hathach | |
| 2013-11-15 | add usbd_task to handle event task eg setup received | hathach | |
| 2013-11-13 | able to build and run cdc device demo on lpc11uxx | 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-06-22 | fix license | hathach | |
| 2013-05-23 | - move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xx | hathach | |
| - change descriptor.c/h able to build device example | |||
| 2013-04-24 | - change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with ↵ | hathach | |
| most popular RTOS) - add new error enum TUSB_ERROR_OSAL_TASK_CREATE_FAILED - move usbh_enumeration_task prototype to usbh.h - change OSAL_SUBTASK_INVOKED_AND_WAIT behavior, will not "return" in calling task when subtask got error status. calling task need to do that after the call - osal_queue_receive signature from uint32_t* to void* - implement osal_freertos.h for FreeRTOS 7.3 --> able to compile & build host_freertos + OSAL_TASK_FUNCTION + turn on FPU for M4 in both host_os_none & host_freertos (freertos requires FPU to be on to compile) + osal_task_create + OSAL_SUBTASK_INVOKED_AND_WAIT + SUBTASK_ASSERT + osal_semaphore_reset + osal_queue_flush + adding heap_1.c for memory management | |||
| 2013-03-25 | change website from tinyusb.net to tinyusb.org | hathach | |
| 2013-03-12 | add semaphore post in usbh_isr for control pipe | hathach | |
| add osal_queue_send in usbh_device_plugged add macro for placing breakpoint macros fix ehci init: - regs->cmd or (add run_stop) - enable port power in portsc add tusb_task_runner in main loop | |||
| 2013-03-04 | abstract call chains from hal usb isr | hathach | |
| 2013-03-04 | replace TUSB_CFG_HOST by MODE_HOST_SUPPORTED | hathach | |
| move stuffs around | |||
| 2013-03-04 | add alignof to compilier specific | hathach | |
| add static_assert support for IAR (built-in support) | |||
| 2013-02-27 | house keeping | hathach | |
| - correct initialization call sequence - move hcd_init to ehci.c | |||
| 2013-01-27 | house keeping | hathach | |
| 2013-01-27 | update license year from 2012 to 2013 | hathach | |
| 2013-01-19 | change error type to lower case for more consistency | hathach | |
| change Error Enum to TUSB prefix for more consistency start to add check for OS configure | |||
| 2013-01-13 | rename ASSERT_ERROR to ASSERT_STATUS | hathach | |
| add binary const support @ common/binary.h enhance assert support @ common/assertion.h add test code for assertion.h | |||
| 2012-12-20 | rename a bunch of configure macros | hathach | |
| 2012-12-03 | fix some doxygen settings and stuffs add prepacked for IAR compiler | hathach | |
| 2012-12-02 | add extern "C" for cpp | hathach | |
| start to work on hal layer | |||
| 2012-12-02 | extract hal_init | hathach | |
| 2012-11-29 | change license email to website | hathach | |
| added support for cdc devices | |||
| 2012-11-29 | house keeping | hathach | |
| 2012-11-29 | add more doxygen docs | hathach | |
| start to use TUSB_Error_t | |||
| 2012-11-27 | house keeping | hathach | |
| 2012-11-27 | added files | hathach | |
| added some template code | |||
