summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
AgeCommit message (Collapse)Author
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 ↵Nathan Conrad
constants.
2019-09-09Fix typo of ENDOINTNathan Conrad
2019-09-09Remove STM32 F3 port.Nathan Conrad
2019-09-05Merge pull request #116 from hathach/develophathach
Board update
2019-09-05Merge pull request #114 from cr1901/stm32h7hathach
STM32H7 Support
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 ↵William D. Jones
that compiles.
2019-08-24adding lpc51u68 supporthathach
2019-07-24rename tud_control_vendor_request_cb/complete_cb to ↵hathach
tud_vendor_control_request_cb/complete_cb
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
- remove board header since it is not used
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
remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task and call tinyusb_task(). This make API consistent with NO OS.
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
- make control transfer as part of usbd. Class driver must use usbd_control_ API() instead of dcd_ api. - change the signature of class driver's control_request - allow control request complete to stall in staus stage - move control request parser & handling to usbd.
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
The ProtoThreads style subtasks were removed because it led to extremely unclear control flow. RTOSes can be used if threading is needed. Also added some additional functionality to MSC to support dynamic LUNs and read-only LUNs.
2018-09-04adding mynewt to osalhathach
2018-08-30allow no mode compilation (no host/device enabled). Handy for project ↵hathach
without usb to compile such as nrf52832
2018-07-31dev hid enhancement, add report descriptor templates for keyboard, mouse, ↵hathach
consumer, syscontrol, gamepad
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