| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-09 | rename coreid to port | hathach | |
| 2018-03-08 | enhance cdc device API | hathach | |
| 2018-03-08 | enhance | hathach | |
| - add ASSERT_ - rename edpt_equal - | |||
| 2018-03-07 | fix tusb_mount_cb and tusb_umount_cb not called | hathach | |
| 2018-03-07 | update | hathach | |
| 2018-03-07 | enhance cdc implementation | hathach | |
| 2018-03-06 | rename demo to examples | hathach | |
| 2018-03-06 | remove tusb_isr(), rename hal_hcd_isr() and hal_dcd_isr() | hathach | |
| 2018-03-06 | clean up | hathach | |
| 2018-03-06 | rename to hal_dcd_pipe_clear_stall() | hathach | |
| 2018-03-06 | rename hal_dcd_pipe_stall() | hathach | |
| 2018-03-06 | rename to hal_dcd_pipe_xfer() | hathach | |
| 2018-03-06 | change hal_dcd_pipe_open() signature to return bool | hathach | |
| - remove endpointhandle_is_valid() | |||
| 2018-03-06 | remove class code in pipe open() | hathach | |
| 2018-03-06 | rename to hal_dcd_control_xfer() and hal_dcd_control_stall() | hathach | |
| 2018-03-05 | reame SUBTASK_EXIT to SUBTASK_RETURN | hathach | |
| 2018-03-03 | rename usbd_dcd_bus_event_isr to hal_dcd_bus_event | hathach | |
| 2018-03-03 | rename usbd_setup_received_isr to hal_dcd_setup_received | hathach | |
| 2018-03-03 | cleanup SUBTASK macros | hathach | |
| 2018-03-02 | add config number | hathach | |
| 2018-03-02 | rename dcd_controller_* to hal_dcd_* | hathach | |
| 2018-03-02 | rename dcd_init to hal_dcd_init() | hathach | |
| 2018-03-02 | rename hal_init() to hal_usb_init() | hathach | |
| 2018-03-02 | clean up compiler | hathach | |
| 2018-03-02 | rename hal.h to tusb_hal.h | hathach | |
| 2018-03-02 | add tud_mount_cb, tud_umount_cb | hathach | |
| remove device class/interface callback | |||
| 2018-03-01 | rename tud_configured() to mounted() | hathach | |
| 2018-03-01 | device API rename | hathach | |
| 2018-03-01 | more clean up | 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 | osal clean up | hathach | |
| - task create, task def macros | |||
| 2017-08-03 | clean up | hathach | |
| 2015-05-01 | formatting | hathach | |
| 2015-05-01 | formatting | hathach | |
| 2015-05-01 | replace ATTR_PACKED_STRUCT by simply ATTR_PACKED (drop IAR support) | hathach | |
| remove "primitive_types.h" by simply include stdbool.h, stdint.h | |||
| 2014-05-13 | add lpcxpresso spifi flash setting | hathach | |
| 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-21 | clean up code at usbd_setup_received_isr | hathach | |
| 2014-04-21 | minor adjustment to dcd_lpc43xx.c | hathach | |
| usbd still defer setup received and handle in usbd task since the problem is caused by usb mini otg on the board EA4357. | |||
| 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-17 | clean up STATIC_VAR | hathach | |
| 2014-04-09 | remove OSAL_VAR for the simplicity | hathach | |
| clean up osal.h | |||
| 2014-04-04 | remove RF1GHZNODE from board/readme.md | hathach | |
| dcd_lpc43xx.c - assign ENDPTPRIME with = instead of |= - fix bug with control transfer the determination of complete transferred --> fix keyboard + msc causes fast blinking add osal_semaphore_reset(usbd_control_xfer_sem_hdl) when bus_reset | |||
