espressif_tinyusb/tinyusb/device
hathach d00655f598 cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZE
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-25 15:16:52 +07:00
..
dcd.c fix iar warning 2014-03-12 14:03:17 +07:00
dcd.h more doxygen works 2014-03-24 13:06:40 +07:00
dcd_lpc43xx.c cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZE 2014-04-25 15:16:52 +07:00
dcd_lpc43xx.h more doxygen works 2014-03-24 13:06:40 +07:00
dcd_lpc175x_6x.c clean up STATIC_VAR 2014-04-17 18:02:51 +07:00
dcd_lpc175x_6x.h more doxygen works 2014-03-24 13:06:40 +07:00
dcd_lpc_11uxx_13uxx.c clean up STATIC_VAR 2014-04-17 18:02:51 +07:00
dcd_lpc_11uxx_13uxx.h more doxygen works 2014-03-24 13:06:40 +07:00
usbd.c added all assert check to osal_queue_send and osal_semaphore_post 2014-04-24 23:57:21 +07:00
usbd.h move STRING & XSTRING & STATIC_ASSERT to compiler.h 2014-04-17 22:57:11 +07:00
usbd_dcd.h move osal_queue_send of osal_none to osal_none.c 2014-04-18 14:45:21 +07:00