summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-30stm32f4: Implement dcd_edpt_open.William D. Jones
2019-01-30stm32f4: Handle only one setup packet at a time as a workaround. DeviceWilliam D. Jones
2019-01-30stm32f4: Implement dcd_set_address.William D. Jones
2019-01-30Small cleanups (remove inaccurate comment, set EP0 max size based on speed).William D. Jones
2019-01-30Properly schedule OUT xfers on a packet basis.William D. Jones
2019-01-30stm32f4: Add receive packet function.William D. Jones
2019-01-30stm32f4: Refactor packet transmit into subroutine.William D. Jones
2019-01-29Merge pull request #34 from hathach/develophathach
2019-01-29nrf5x Let application decide USBD_IRQn priorityhathach
2019-01-29zero init internal class/device datahathach
2019-01-29add tusb_inited() API, check for inited() before running device/host taskhathach
2019-01-29clean uphathach
2019-01-29usb work when sd is init firsthathach
2019-01-29fix segger debug with SDhathach
2019-01-29nrf5x usb init before sd workshathach
2019-01-29add S140 v6 build config for nrf5xhathach
2019-01-25Merge branch 'devlocal' into develophathach
2019-01-24stm32f4: Clarify required FIFO sizes and observed behavior.William D. Jones
2019-01-24stm32f4: Start adding OUT interrupt handling, fix buffer sizes; RXFIFOWilliam D. Jones
2019-01-23fix #32hathach
2019-01-23stm32f4: Finish dcd_edpt_xfer implementation (OUT xfers not functional yet).William D. Jones
2019-01-23stm32f4: Remember to turn off TXFE when IN xfer is done; it notWilliam D. Jones
2019-01-23stm32f4: Fix FIFO write logic (requires 32 bit writes).William D. Jones
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
2019-01-02adding makefile support for nrf5xhathach
2018-12-29more readmehathach
2018-12-29update makefilehathach
2018-12-29update readmehathach