espressif_tinyusb/tinyusb/device
hathach 6a736db159 try to port lpc11uxx device demo with IAR 2014-03-10 15:31:12 +07:00
..
dcd.c fix potential issue with stall endpoints 2013-11-13 14:00:39 +07:00
dcd.h change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead of @ .ahb_sram1 so that we can place it before the variable for a cleaner code 2014-03-10 13:13:13 +07:00
dcd_lpc43xx.c change desc_str_table to array of pointer of uint8_t* to be compatible with IAR (lack of support for VLA initialization) 2014-03-10 14:20:38 +07:00
dcd_lpc43xx.h implementing sw device stack 2013-10-29 11:27:25 +07:00
dcd_lpc175x_6x.c change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead of @ .ahb_sram1 so that we can place it before the variable for a cleaner code 2014-03-10 13:13:13 +07:00
dcd_lpc175x_6x.h refractor dcd_lpc175x_6x 2014-03-10 11:18:50 +07:00
dcd_lpc_11uxx_13uxx.c try to port lpc11uxx device demo with IAR 2014-03-10 15:31:12 +07:00
dcd_lpc_11uxx_13uxx.h able to build and run cdc device demo on lpc11uxx 2013-11-13 12:40:11 +07:00
usbd.c change desc_str_table to array of pointer of uint8_t* to be compatible with IAR (lack of support for VLA initialization) 2014-03-10 14:20:38 +07:00
usbd.h add keyboard led mask 2013-12-09 11:15:13 +07:00
usbd_dcd.h add keyboard led mask 2013-12-09 11:15:13 +07:00