summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-09Fix typo of ENDOINTNathan Conrad
2019-09-09Remove STM32 F3 port.Nathan Conrad
2019-09-09Add dummy arguments to GET_NTH_ARG to make GCC happy (removes pedantic warnings)Nathan Conrad
2019-09-09stm32: Refactor so F4 and H7 use a single Synopsys IP source file.William D. Jones
2019-09-09dcd_stm32f4: Merge relevant changes from dcd_stm32h7.William D. Jones
2019-09-09dcd_stm32h7: Merge relevant changes from dcd_stm32f4. USB2 -> USB works as al...William D. Jones
2019-09-09doc updatehathach
2019-09-09ngx4330 usb0 work wellhathach
2019-09-09adding ngx4330hathach
2019-09-09more clean uphathach
2019-09-09clean up lpc makefilehathach
2019-09-09clean uphathach
2019-09-09docs updatehathach
2019-09-09Merge pull request #120 from hathach/develophathach
2019-09-09update dochathach
2019-09-09update confighathach
2019-09-08enhance dcd stm32f4 to support max 4 or 6 endpoints on 407 or 412hathach
2019-09-08ported board stm32f412g discoveryhathach
2019-09-08ported pca10059hathach
2019-09-06added board stm32f412 discovery, board_test exmaple runhathach
2019-09-06update docshathach
2019-09-06lpc11u37 supportedhathach
2019-09-06board test run with lpcxpresso 11u37hathach
2019-09-06adding lpcxpresso11u37 boardhathach
2019-09-06moving lpc11u6xhathach
2019-09-06update submodule st_driver with all stm32 familieshathach
2019-09-06Merge pull request #118 from hathach/develophathach
2019-09-05remove submodule stm32libhathach
2019-09-05swith stm32h7 to use st_driverhathach
2019-09-05switch stm32f3 to use st_driverhathach
2019-09-05switch stm32f4 to use st_driver submodulehathach
2019-09-05fix #97hathach
2019-09-05adding st_driver as submodulehathach
2019-09-05doc updatehathach
2019-09-05Merge pull request #116 from hathach/develophathach
2019-09-0555s69 device work with usb0hathach
2019-09-05Merge pull request #114 from cr1901/stm32h7hathach
2019-09-05added mbed lpc1768 boardhathach
2019-09-04stm32h7: Mark USB FIFOs as volatile, otherwise optimizations will removeWilliam D. Jones
2019-09-03board_test work with lpcxpresso55s69hathach
2019-09-03stm32h7: Fix indentation error where OUT XFER interrupt wasn't handledWilliam D. Jones
2019-09-03stm32h7: USB_OTG_FS -> USB2_OTG_FS.William D. Jones
2019-09-03board_stm32h743nucleo: Implement user button for mouse/keyboard demo.William D. Jones
2019-09-03stm32h7: Implement STALL logic for endpoints.William D. Jones
2019-09-03stm32h7: Implement dcd_edpt_open. cdc_msc_hid demo functional.William D. Jones
2019-09-03stm32h7: Fix accidental overwrite of STUPCNT field in DOEPTSIZ register.William D. Jones
2019-09-02stm32h7: Implement dcd_set_address.William D. Jones
2019-09-02stm32h7: Implement IN and OUT receive for EP0; device descriptor returned.William D. Jones
2019-09-02stm32h7: Implement setup packet events.William D. Jones
2019-09-02trying to add LPC55xx supporthathach