index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
usbd_conf.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-03
stmhal: Clean up some header includes.
Damien George
2016-04-17
stmhal: L4: Modify usbd_conf.c to support L4 MCU.
Damien George
2016-04-07
stmhal: Consistently enable USB SOF Irqs for all USB modes (FS and HS).
Martin Fischer
2016-01-29
stmhal: Make USB CDC driver use SOF instead of TIM3 for outgoing data.
Damien George
2015-12-09
stmhal: Enable two USB phys to be supported together.
neilh10
2015-11-26
stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all.
Dave Hylands
2015-11-25
stmhal: Add support for the STM32F429I-DISCO kit by STMicro.
Tobias Badertscher
2015-11-01
stmhal: Add symbolic #defines for interrupt levels in irq.h.
Dave Curtis
2015-07-30
stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.
Dave Hylands
2015-04-18
stmhal: Exclude USB HS code when USB HS mode not enabled.
Damien George
2015-01-20
py, unix, stmhal: Allow to compile with -Wshadow.
Damien George
2015-01-12
stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards.
Damien George
2015-01-07
stmhal: Add MICROPY_HW_USB_VBUS_DETECT_PIN option, for boards without it
Damien George
2014-06-02
micropython port for HydraBus
bvernoux
2014-05-03
Add license header to (almost) all files.
Damien George
2014-03-22
stmhal: USB CDC and MSC device work together.
Damien George
2014-03-14
stmhal - add led support. Add netduino_plus_2 support
Dave Hylands
2014-03-14
stmhal: Get USB enumerating a CDC device.
Damien George