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
/
stm
/
usb.c
Age
Commit message (
Expand
)
Author
2014-02-24
stm: Add option to pyb_usb_dev_init() to use USB HID interface.
Damien George
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-01
Merge branch 'iabdalkader-master'
Damien George
2014-02-01
stm: Add support for ctrl-C to interrupt running Python.
Damien George
2014-02-01
Detect VCP line state.
mux
2014-01-26
stm: USB host mode working! Restructure stm library directories.
Damien George
2014-01-23
stm: Remove unnecessary #includes; small other changes.
Damien George
2014-01-22
stm: Fix USART3 init. Small edits to Makefile and other things.
Damien George
2014-01-13
stm: Re-instate C debugging USART port (disabled by default).
Damien George
2013-10-25
Add USB HID support. Runs as an alternative to VCP+MSC.
Damien
2013-10-23
Implement simple servo control using PWM.
Damien
2013-10-22
Board running boot.py, working REPL, soft reboot.
Damien
2013-10-22
stm: improved GC, and cooked output for VCP.
Damien
2013-10-21
Make stm use garbage collector.
Damien
2013-10-21
Implement crude but working REPL for board.
Damien
2013-10-21
Try to get REPL working, but bug with CDC VCP...
Damien
2013-10-19
Try to re-add USB support...
Damien
2013-10-19
Working SysTick, code factoring, some boot-up code.
Damien
2013-10-17
Fix up linker script; improve startup code; printf to USB.
Damien
2013-10-13
Implement crude but functional CDC + MSC USB device.
Damien
2013-10-13
Inital commit of stm32f4xx framework.
Damien