index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
usbd_conf.c
Age
Commit message (
Expand
)
Author
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