| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-12 | add OSAL_TIMEOUT_CONTROL_XFER = OSAL_TIMEOUT_WAIT_FOREVER | 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-04-07 | add nrf52 walkaround for errata 104, 171, 187. | hathach | |
| clean up osal_none | |||
| 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-30 | clean up usbd | hathach | |
| 2018-03-30 | remove mutex reset | hathach | |
| 2018-03-30 | get freertos build | hathach | |
| 2018-03-29 | rename tusb_hal_tick_get to tusb_hal_millis | hathach | |
| rename TUSB_CFG_TICKS_HZ to BOARD_TICKS_HZ | |||
| 2018-03-29 | rename VERIFY_STATUS to VERIFY_ERR | hathach | |
| 2018-03-29 | assert clean up | hathach | |
| 2018-03-28 | more rename | hathach | |
| 2018-03-22 | rename osal SUBSTASK to STASK | hathach | |
| 2018-03-22 | improve usbd control transfer | hathach | |
| 2018-03-21 | osal subtask rename | hathach | |
| 2018-03-14 | rename OSAL_SUBTASK_INVOKED | hathach | |
| 2018-03-13 | working on nrf52 | hathach | |
| 2018-03-12 | more rename | hathach | |
| 2018-03-11 | rename hal_* to tusb_hal_* | hathach | |
| 2018-03-11 | adding nrf52840 port, able to blink led with pca10056 | hathach | |
| 2018-03-08 | clean up | hathach | |
| 2018-03-07 | rename tusb_tick_get to hal_tick_get | hathach | |
| 2018-03-05 | clean up | hathach | |
| 2018-03-05 | reame SUBTASK_EXIT to SUBTASK_RETURN | hathach | |
| 2018-03-03 | cleanup SUBTASK macros | hathach | |
| 2018-03-02 | rename hal_interrupt_* to hal_usb_int_* | hathach | |
| 2018-03-02 | refactor hal | hathach | |
| 2018-03-01 | correct freertos prio issue | hathach | |
| 2018-03-01 | upgrade freertos to v10 | hathach | |
| 2018-03-01 | osal macro clean up | hathach | |
| 2018-03-01 | more osal clean up | hathach | |
| 2018-03-01 | change osal_task_create signature | hathach | |
| 2018-03-01 | clean up osal semaphore/queue/mutex | hathach | |
| 2018-02-28 | refactor osal queue API | hathach | |
| 2018-02-28 | remove cmsis rtx support | hathach | |
| 2018-02-28 | more clean up | hathach | |
| 2018-02-28 | osal clean up remove OSAL_TASK_DEF, OSAL_TASK_FUNCTION | hathach | |
| 2018-02-28 | osal clean up | hathach | |
| - task create, task def macros | |||
| 2014-04-25 | cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZE | hathach | |
| cdc host app add SERIAL_BUFFER_SIZE for buffer constant, add cdc data receive if cb with TUSB_EVENT_XFER_ERROR minor change to keyboard & mouse host app add ASSERT_FAILED & ASSERT_FAILED_MSG add cast to fix IAR build error with dcd_lpc43xx.c FreeRTOS - merge FreeRTOSConfig for m0, m3, m4 - re-implement application hook - support portmacro.h for m0 | |||
| 2014-04-24 | added all assert check to osal_queue_send and osal_semaphore_post | hathach | |
| 2014-04-24 | correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlay | hathach | |
| flush usbd_queue_hdl when bus_reset add assert check for osal_queue_send increase ENUM_QUEUE_DEPTH for usbh change osal_freeRTOS.h implementation to - correctly waiting forever for semaphore wait, queue & mutex - not use ISR safe version since it is not as generic as we want | |||
| 2014-04-18 | move osal_queue_send of osal_none to osal_none.c | hathach | |
| 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-04-09 | remove OSAL_VAR for the simplicity | hathach | |
| clean up osal.h | |||
| 2014-03-25 | more doxygen stuffs | hathach | |
| 2014-03-25 | doxygen documenting | hathach | |
| 2014-03-24 | doxygen documenting | hathach | |
| 2014-03-23 | doxygen clean up | hathach | |
