summaryrefslogtreecommitdiff
path: root/tinyusb/osal
AgeCommit message (Collapse)Author
2018-06-18rename subfolder source to srchathach
2018-05-17complete enhancing osal with static memoryhathach
2018-05-17freeRTOS osal task use static APIhathach
2018-05-17complete osal queue, semaphore static APIhathach
2018-05-17osal_none remove tu_malloc in queue APIhathach
2018-05-17switch osal freeRTOS port to use static semaphore & queuehathach
2018-05-17add os FromISR support for freeRTOShathach
2018-05-17add osal_queue_send_isr/osal_semaphore_post_isr for better support freeRTOShathach
2018-04-20enhance msc device driverhathach
2018-04-12add OSAL_TIMEOUT_CONTROL_XFER = OSAL_TIMEOUT_WAIT_FOREVERhathach
2018-04-12rename ASSERT_ERR to TU_ASSERT_ERR to prevent conflict with user codehathach
2018-04-12rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOShathach
2018-04-10mass rename TUSB_CFG to CFG_TUSBhathach
2018-04-07add nrf52 walkaround for errata 104, 171, 187.hathach
clean up osal_none
2018-03-30remove osal_common.hhathach
2018-03-30freertos semaphore post issue with control transferhathach
configAssert misunderstand _control_sem as mutex !!!!
2018-03-30clean up usbdhathach
2018-03-30remove mutex resethathach
2018-03-30get freertos buildhathach
2018-03-29rename tusb_hal_tick_get to tusb_hal_millishathach
rename TUSB_CFG_TICKS_HZ to BOARD_TICKS_HZ
2018-03-29rename VERIFY_STATUS to VERIFY_ERRhathach
2018-03-29assert clean uphathach
2018-03-28more renamehathach
2018-03-22rename osal SUBSTASK to STASKhathach
2018-03-22improve usbd control transferhathach
2018-03-21osal subtask renamehathach
2018-03-14rename OSAL_SUBTASK_INVOKEDhathach
2018-03-13working on nrf52hathach
2018-03-12more renamehathach
2018-03-11rename hal_* to tusb_hal_*hathach
2018-03-11adding nrf52840 port, able to blink led with pca10056hathach
2018-03-08clean uphathach
2018-03-07rename tusb_tick_get to hal_tick_gethathach
2018-03-05clean uphathach
2018-03-05reame SUBTASK_EXIT to SUBTASK_RETURNhathach
2018-03-03cleanup SUBTASK macroshathach
2018-03-02rename hal_interrupt_* to hal_usb_int_*hathach
2018-03-02refactor halhathach
2018-03-01correct freertos prio issuehathach
2018-03-01upgrade freertos to v10hathach
2018-03-01osal macro clean uphathach
2018-03-01more osal clean uphathach
2018-03-01change osal_task_create signaturehathach
2018-03-01clean up osal semaphore/queue/mutexhathach
2018-02-28refactor osal queue APIhathach
2018-02-28remove cmsis rtx supporthathach
2018-02-28more clean uphathach
2018-02-28osal clean up remove OSAL_TASK_DEF, OSAL_TASK_FUNCTIONhathach
2018-02-28osal clean uphathach
- task create, task def macros
2014-04-25cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZEhathach
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