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
/
usb.c
Age
Commit message (
Expand
)
Author
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-06-07
stmhal/usb: Make state for USB device private to top-level USB driver.
Damien George
2017-05-06
stmhal: Convert all module and method tables to use MP_ROM macros.
Damien George
2017-02-16
py: Add iter_buf to getiter type method.
Damien George
2017-02-15
stmhal: Use generic interrupt char code.
Damien George
2017-01-19
stmhal: Implement ioctl for USB HID read.
Pavol Rusnak
2017-01-19
stmhal: Fix USB HID receive not receiving the first packet.
Pavol Rusnak
2017-01-10
Merge tag 'v1.8.7'
Scott Shawcroft
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2016-12-19
atmel-samd: Add preliminary support for UART
Sebastian Plamauer
2016-12-15
stmhal: Use core-provided keyboard exception object.
Damien George
2016-12-15
stmhal/usb: Always use the mp_kbd_exception object for VCP interrupt.
Damien George
2016-12-15
stmhal: Rename mp_const_vcp_interrupt to mp_kbd_exception.
Damien George
2016-12-02
py/stream: Move ad-hoc ioctl constants to stream.h and rename them.
Damien George
2016-11-14
all: Remove readall() method, which is equivalent to read() w/o args.
Paul Sokolovsky
2016-10-04
stmhal/usb: Add support to receive USB HID messages from host.
Philip Potter
2016-06-18
all: Rename mp_obj_type_t::stream_p to protocol.
Paul Sokolovsky
2016-05-10
stmhal: Convert to use internal errno symbols; enable uerrno module.
Damien George
2016-01-11
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2015-12-30
stmhal: Fix USB on the STM32F429DISC board
Dave Hylands
2015-12-09
stmhal: Enable two USB phys to be supported together.
neilh10
2015-10-25
stmhal: Fix USB_VCP.recv so that it returns actual amount of bytes read.
Damien George
2015-10-11
py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.
Paul Sokolovsky
2015-10-09
stmhal: Fix USB CDC-only mode under Windows.
Dave Hylands
2015-09-03
stmhal: add option to query for the current usb mode
Tony Abboud
2015-05-13
stmhal: Add readinto and readlines methods to sys.stdin, pyb.USB_VCP().
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-04-13
stmhal: In USB HID driver, make polling interval configurable.
Damien George
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
2015-01-21
py: Remove mp_obj_str_builder and use vstr instead.
Damien George
2015-01-07
stmhal: Collect all root pointers together in 1 place.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-11-29
stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C.
Damien George
2014-11-27
stmhal: Reduce coupling between USB driver and readline.
Damien George
2014-11-17
stream: Convert .ioctl() to take fixed number of args.
Paul Sokolovsky
2014-10-31
stmhal: Add ioctl to USB_VCP object, so it works with select.
Damien George
2014-10-25
py: Add mp_pending_exception global variable, for VM soft interrupt.
Damien George
2014-10-25
stmhal: Change USB PID when in CDC+HID mode.
Damien George
2014-08-30
Change some parts of the core API to use mp_uint_t instead of uint/int.
Damien George
2014-08-26
stmhal: Hookup USB_VCP.any().
Damien George
2014-08-04
stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.
Damien George
2014-08-02
stmhal: Add more documentation for USB_VCP.
Damien George
2014-08-02
stmhal: Add documentation for LCD; update docs for USB_VCP.
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
[next]