aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usbd_conf.c
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
2016-04-17stmhal: L4: Modify usbd_conf.c to support L4 MCU.Damien George
2016-04-07stmhal: Consistently enable USB SOF Irqs for all USB modes (FS and HS).Martin Fischer
2016-01-29stmhal: Make USB CDC driver use SOF instead of TIM3 for outgoing data.Damien George
2015-12-09stmhal: Enable two USB phys to be supported together.neilh10
2015-11-26stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all.Dave Hylands
2015-11-25stmhal: Add support for the STM32F429I-DISCO kit by STMicro.Tobias Badertscher
2015-11-01stmhal: Add symbolic #defines for interrupt levels in irq.h.Dave Curtis
2015-07-30stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.Dave Hylands
2015-04-18stmhal: Exclude USB HS code when USB HS mode not enabled.Damien George
2015-01-20py, unix, stmhal: Allow to compile with -Wshadow.Damien George
2015-01-12stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards.Damien George
2015-01-07stmhal: Add MICROPY_HW_USB_VBUS_DETECT_PIN option, for boards without itDamien George
2014-06-02micropython port for HydraBusbvernoux
2014-05-03Add license header to (almost) all files.Damien George
2014-03-22stmhal: USB CDC and MSC device work together.Damien George
2014-03-14stmhal - add led support. Add netduino_plus_2 supportDave Hylands
2014-03-14stmhal: Get USB enumerating a CDC device.Damien George