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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
usb.h
Age
Commit message (
Expand
)
Author
2015-12-09
stmhal: Enable two USB phys to be supported together.
neilh10
2015-02-13
stmhal: Properly define pyb.usb_mode() semantics.
Damien George
2015-02-13
stmhal: Add "CDC" option to pyb.usb_mode, for CDC device only.
Damien George
2015-02-13
stmhal: Add Python-configurable USB HID mode.
Damien George
2014-11-27
stmhal: Reduce coupling between USB driver and readline.
Damien George
2014-11-05
stmhal: Declare variables extern in include files
Sven Wegener
2014-08-04
stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.
Damien George
2014-08-03
stmhal: Document behaviour of usb_vcp_recv_byte.
Damien George
2014-07-31
stmhal: Add USB_VCP class/object, for direct USB VCP control.
Damien George
2014-07-20
stmhal: Fix REPL printing by cooking output sent to stdout_obj.
Damien George
2014-05-21
stmhal: Stop USB before entering DFU by software.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-03
stmhal: Add home/end cursor support in readline.
Damien George
2014-03-30
stmhal: Implement selector for USB device mode; improve boot up.
Damien George
2014-03-22
stmhal: Tidy up USB CDC+MSC device some more.
Damien George
2014-03-21
stmhal: Add support for USB MSC device.
Damien George
2014-03-15
stmhal: Fix escape sequences in USB CDC input.
Damien George
2014-03-14
stmhal: Get USB enumerating a CDC device.
Damien George