aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usbd_conf.h
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-03stmhal: Clean up some header includes.Damien George
2015-07-30stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.Dave Hylands
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-03-22stmhal: Tidy up USB device configuration. Make it use less RAM.Damien George
2014-03-21stmhal: Add support for USB MSC device.Damien George
2014-03-14stmhal: Get USB enumerating a CDC device.Damien George