summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-11Merge pull request #123 from pigrew/stm32_fsdevhathach
2019-09-10Rename the STM32 MCU options.Nathan Conrad
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 const...Nathan Conrad
2019-09-10Correct JLINK_DEVICE and FREERTOS_PORT in F070RB make file. FreeRTOS and j-li...Nathan Conrad
2019-09-10Fix silly typo in the F3xx support.Nathan Conrad
2019-09-10A few bug fixes, remove the unstested device notices, note supported boards ...Nathan Conrad
2019-09-09Set MSC DISK DUAL readonly on F070.Nathan Conrad
2019-09-09Ignore build artifact files.Nathan Conrad
2019-09-09Start clock on F0 and F0, and handle USB interrupts.Nathan Conrad
2019-09-09Update F3 BSP and create F070RB BSP. Both are untested (but compile).Nathan Conrad
2019-09-09Add STM32 FSDEV driver.Nathan Conrad
2019-09-09Remove some type conversion warnings (using GCC pedantic warnings)Nathan Conrad
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-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