summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
AgeCommit message (Expand)Author
2019-11-22rename OPT_MCU_IMXRT10XX to OPT_MCU_MIMXRT10XXhathach
2019-11-22rename OPT_MCU_RT10XX to OPT_MCU_IMXRT10XXhathach
2019-11-20adding support for NXP rt1064 evk board, boad test led + sw8 work.hathach
2019-11-13tusb: rename `foosn` to `valentyusb`Sean Cross
2019-11-13src: add eptri to tusbSean Cross
2019-10-28Add support for DFU Runtime class for devicesSylvain Munaut
2019-10-09Merge branch 'master' into develophathach
2019-10-04Add Spresense boardKamil Tomaszewski
2019-10-04adding lpc1549, but couldnt recieve setup packet, though setup received inter...hathach
2019-10-03lpcxpresso1549 board test runninghathach
2019-09-14Add usbtmc class driver.Nathan Conrad
2019-09-13adding stm32l4 support, board test run with stm32l476disco, usb doens't work yethathach
2019-09-11added stm32f767nucleo board, board_test workshathach
2019-09-10Rename the STM32 MCU options.Nathan Conrad
2019-09-10Remove OPT_MCU_STM for L and G series.Nathan Conrad
2019-09-10Move interrupt handler into device driver, and rename the OPT_MCU_STM32 const...Nathan Conrad
2019-09-09Fix typo of ENDOINTNathan Conrad
2019-09-09Remove STM32 F3 port.Nathan Conrad
2019-09-05Merge pull request #116 from hathach/develophathach
2019-09-05Merge pull request #114 from cr1901/stm32h7hathach
2019-09-02trying to add LPC55xx supporthathach
2019-09-01board_test run with lpc54114hathach
2019-08-24stm32h7: Add empty template cdc_msc_hid example for STM32H743 Nucleo board th...William D. Jones
2019-08-24adding lpc51u68 supporthathach
2019-07-24rename tud_control_vendor_request_cb/complete_cb to tud_vendor_control_reques...hathach
2019-07-19rename CFG_TUD_CUSTOM_CLASS to CFG_TUD_VENDORhathach
2019-07-10release as 0.5.0hathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-15clean uphathach
2019-05-14update license year to 2019hathach
2019-05-14clean uphathach
2019-05-09fix clear stall usage, fix reset data toggle with dcd_clear_stall for nrf52hathach
2019-04-18remove auto descriptor and its option CFG_TUD_DESC_AUTOhathach
2019-04-18wrap up hid device refactorhathach
2019-03-22simplify board API, adding stm32f3 discoveryhathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2019-01-10Merge branch 'master' of https://github.com/hathach/tinyusb into stm32f4William D. Jones
2018-12-13osal clean uphathach
2018-12-11ehci periodichathach
2018-12-07rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLEDhathach
2018-12-07able to build host hidhathach
2018-12-06clean up usbh, rename doxygen folder to docshathach
2018-12-05add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isrhathach
2018-12-05lpc40xx device work, moving Chip_USB_Init out of tinyusbhathach
2018-12-04adding lpc40xx supporthathach
2018-11-30adding ses lpc13xxhathach
2018-11-30remove obsolete examplehathach
2018-11-30rename OPT_MCU_LPC13UXX to OPT_MCU_LPC13XXhathach
2018-11-28correct TUD_OPT_HIGH_SPEEDhathach
2018-11-27needs to be filled out. blinks thoughScott Shawcroft