summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Expand)Author
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-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
2018-12-21change to dcd_get_frame_numberhathach
2018-12-19fix samd buildhathach
2018-12-17add dcd_get_microframe()hathach
2018-12-14rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistencyhathach
2018-12-12rename edpt_dir/number/addr to tu_edpt_*hathach
2018-12-12rename hcd_device_remove to hcd_device_closehathach
2018-12-07rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLEDhathach
2018-12-07clean up ehci, support only 1 controllerhathach
2018-12-07lpc17 ohci failed to execute control transfer !!hathach
2018-12-07enable all warningshathach
2018-12-05able to build host lpc18xxhathach
2018-12-05update nrf erratahathach
2018-12-05hal clean uphathach
2018-12-05remove dcd_connect/disconnect since there is no usage nowhathach
2018-12-05lpc move Chip_USB_Init() out of stack to bsphathach
2018-12-05renane filehathach
2018-12-05lpc40xx device work, moving Chip_USB_Init out of tinyusbhathach
2018-12-04move pinmux out of dcd into bsphathach
2018-12-04adding ea4088 quickstart, able to blinkhathach
2018-12-04adding lpc40xx supporthathach
2018-12-04add mcb1800, blink led okhathach
2018-12-04rename dcd 18 43hathach
2018-12-03clean up dcd 43hathach
2018-12-03dcd lpc43 clean uphathach
2018-12-03use lpcopen for lpc43x, work wellhathach
2018-12-03use lpcopen for ea4357, blinky okhathach
2018-12-03clean uphathach
2018-12-03clean uphathach
2018-12-03migrate lpc17 to lpcopen, usb device work okhathach
2018-12-03wrap up lpc11u porthathach
2018-12-03clean up dcd lpc11uhathach
2018-12-03dcd lpc11u6x work with cdc + mschathach
2018-12-02lpc11u use USBSRAM, able to response with 1st requesthathach
2018-12-01lp11u able to receive setup packethathach
2018-11-30lpc13xx build ok (not work) with lpcopenhathach