summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-23stm32f4: Properly set control endpoint max packet size.William D. Jones
2019-01-23stm32f4: Fix incorrect xfer length for short packet IN xfers.William D. Jones
2019-01-23stm32f4: Remove assumption that EP 0 is only control endpoint.William D. Jones
2019-01-22stm32f4: Implement interrupt handling for IN packets (first signs of life).William D. Jones
2019-01-22stm32f4: Start implementing dcd_edpt_xfer.William D. Jones
2019-01-21stm32f4: Remove some template commented code.William D. Jones
2019-01-19stm32f4: Setup packet events in tinyusb now functional.William D. Jones
2019-01-19stm32f4: Implement setup packing receive, fix typo in FIFO receive size.William D. Jones
2019-01-19stm32f4: Complete initialization for EP0 (packet handling not implemented).William D. Jones
2019-01-13stm32f4: Enable USB peripheral, fix typos in register writes.William D. Jones
2019-01-11dcd_stm32f4: Add USB init skeleton based on manual (does not enumerate).William D. Jones
2019-01-11bsp.board_stm32f407g_disc1: Switch to external oscillator (more precise).William D. Jones
2019-01-11bsp.stm32f407g_disc1: Initialize USB clock and pins.William D. Jones
2019-01-10cdc_msc_hid: Ensure example compiles again- add missing prototypes,William D. Jones
2019-01-10Merge branch 'master' of https://github.com/hathach/tinyusb into stm32f4William D. Jones
2019-01-09cdc_msc_hid: Work around LTO bug in gcc where order of compile mattersWilliam D. Jones
2019-01-09Merge pull request #31 from tannewt/remove_txbufhathach
2019-01-08Remove txbuf in favor of fifo.Scott Shawcroft
2019-01-07Merge pull request #30 from tannewt/midihathach
2019-01-04Fix the testScott Shawcroft
2019-01-04Change travis for makefile.Scott Shawcroft
2019-01-04Split out txbuf and add unit test.Scott Shawcroft
2019-01-04Add USB Midi support.Scott Shawcroft
2018-12-21Merge pull request #27 from hathach/devlocalhathach
2018-12-21white spaceshathach
2018-12-21change to dcd_get_frame_numberhathach
2018-12-19fix samd buildhathach
2018-12-17add dcd_get_microframe()hathach
2018-12-17docs clean uphathach
2018-12-15minor readme updatehathach
2018-12-14merge binary.h into tusb_common.hhathach
2018-12-14rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistencyhathach
2018-12-14clean up compiler attributehathach
2018-12-13Merge pull request #25 from hathach/devlocalhathach
2018-12-13white spaceshathach
2018-12-13clean up fileshathach
2018-12-13clean up error enumhathach
2018-12-13seperate tusb_task() to tud_task() and tuh_task()hathach
2018-12-13remove task void* paramhathach
2018-12-13osal clean uphathach
2018-12-12Update readme.mdhathach
2018-12-12Update LICENSEhathach
2018-12-12docs clean uphathach
2018-12-12Merge branch 'develop'hathach
2018-12-12Merge pull request #21 from hathach/devlocalhathach
2018-12-12docs updatehathach
2018-12-12clean uphathach
2018-12-12minor updatehathach
2018-12-12change usbd xfer_cb return type to boolhathach
2018-12-12change class driver open return type to boolhathach