summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
AgeCommit message (Expand)Author
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
2018-11-26add OPT_MODE_HIGH_SPEEDhathach
2018-11-22rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTIONhathach
2018-11-16nrf5x: refactor device control transfer.hathach
2018-11-09Exempt from strict warnings for struct packing and add MCU optionsScott Shawcroft
2018-11-07Add SAMD21 and SAMD51 support for CircuitPython.Scott Shawcroft
2018-09-04adding mynewt to osalhathach
2018-08-30allow no mode compilation (no host/device enabled). Handy for project without...hathach
2018-07-31dev hid enhancement, add report descriptor templates for keyboard, mouse, con...hathach
2018-07-31move default optionhathach
2018-07-29hid device enhancehathach
2018-07-28fix hid generic various errorhathach
2018-07-28change HID config, move HID boot config to part of auto descriptor onlyhathach
2018-07-23reworking device hid class driverhathach
2018-07-13better multiple interfaces support for cdc devicehathach
2018-07-12rename CFG_TUD_ENUM_BUFFER_SIZE to CFG_TUD_CTRL_BUFSIZEhathach