| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-30 | remove osal_common.h | hathach | |
| 2018-03-30 | freertos semaphore post issue with control transfer | hathach | |
| configAssert misunderstand _control_sem as mutex !!!! | |||
| 2018-03-29 | rename tusb_hal_tick_get to tusb_hal_millis | hathach | |
| rename TUSB_CFG_TICKS_HZ to BOARD_TICKS_HZ | |||
| 2018-03-12 | more rename | hathach | |
| 2018-03-02 | refactor hal | hathach | |
| 2014-03-24 | doxygen documenting | hathach | |
| 2014-03-19 | #define SVCall_Handler SVC_Handler in lpcxpresso startup for lpc175x_6x & ↵ | hathach | |
| lpc11uxx for better compatiable with other lib & toolchain. added lpc176x xpresso with cmsis rtx | |||
| 2014-03-19 | change OSAL_TASK_FUNCTION to adapt with cmsis rtx | hathach | |
| 2014-03-19 | remvoe main as thread of cmsis rtx for portability. | hathach | |
| Keil & lpcxpresso4 host_cmsis_rtx work well | |||
| 2014-03-18 | rename TUSB_CFG_OS_TICKS_PER_SECOND to TUSB_CFG_TICKS_HZ | hathach | |
| remove CFG_TICKS_PER_SECOND | |||
| 2014-03-12 | IAR line ending warning | hathach | |
| 2014-02-28 | merge common define in osal/osal_cmsis_rtx.h & osal/osal_freeRTOS.h | hathach | |
| 2013-09-14 | increase usb transaction time-out as host_cmsis_rtx easily timeouted | hathach | |
| 2013-09-13 | fix cmsis rtx tick configuration | hathach | |
| everything should work TODO: remove static for variable error in control xfer subtask | |||
| 2013-05-06 | change format of file header & license spacing | 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-03-29 | clean up, update tests for hcd_port_reset after 8 byte descriptor & set ↵ | hathach | |
| configure before open class driver | |||
| 2013-03-25 | change website from tinyusb.net to tinyusb.org | hathach | |
| 2013-03-12 | add project file for keil | hathach | |
| fix binary.h compiler specific add hal_init code to reset & set usbmode --> able to get USB ISR remove const qualifier from return function of - get_operational_register - get_period_frame_list - get_async_head - get_period_head - get_control_qhd add stub for - hcd_port_connect_status - hcd_port_speed | |||
| 2013-02-27 | add timeout_timer.h to provide real tick timeout service for blocking control | hathach | |
| 2013-02-01 | add timeout to queue_receive and update test code for it | hathach | |
| 2013-02-01 | change osal_timeout_t to uint32_t | hathach | |
| implement osal_tick_get & osal_tick_tock for osal_none implement timeout for osal_semaphore_wait | |||
| 2013-01-31 | change cmock ignore to args only | hathach | |
| implementing usbh_host.c | |||
| 2013-01-31 | add ASSERT_BIN8 and its test code | hathach | |
| add some common api for task in osal.h for mocking | |||
| 2013-01-30 | add primitive_types.h for portable with uint8,16,32_t, and bool | hathach | |
| add osal_common.h to ease the complaint of MISRA 19.1 implement OSAL_NONE Task loop, semaphore wait/post and its test code | |||
