espressif_tinyusb/tinyusb/hal
hathach e14aa4197d change osal_queue_send(osal_queue_handle_t const queue_hdl, uint32_t data) signature to osal_queue_send(osal_queue_handle_t const queue_hdl, const void * data)
- support any size queue message (instead of fixed uint32_t)
2013-04-10 01:18:32 +07:00
..
hal.h change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
hal_lpc11uxx.c change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
hal_lpc11uxx.h change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
hal_lpc13uxx.c change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
hal_lpc13uxx.h change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
hal_lpc43xx.c change osal_queue_send(osal_queue_handle_t const queue_hdl, uint32_t data) signature to osal_queue_send(osal_queue_handle_t const queue_hdl, const void * data) 2013-04-10 01:18:32 +07:00
hal_lpc43xx.h change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00