index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
usbd_cdc_interface.c
Age
Commit message (
Expand
)
Author
2017-04-04
stmhal/usbd_cdc_interface: Change CDC RX to use a circular buffer.
Damien George
2017-04-04
stmhal/usbd_cdc_interface: Increase in-endpoint timeout to 500ms.
Damien George
2017-02-15
stmhal: Use generic interrupt char code.
Damien George
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-01-29
stmhal: Make TIM3 available for use by the user.
Damien George
2016-01-29
stmhal: Make USB CDC driver use SOF instead of TIM3 for outgoing data.
Damien George
2015-10-24
stmhal: Typo fix in comment.
Paul Sokolovsky
2015-06-07
stmhal: Break immediately from USB CDC busy wait loop if IRQs disabled.
Damien George
2015-03-20
stmhal: Remove some unnecessary declarations, purely for cleanup.
Damien George
2015-02-13
stmhal: Add Python-configurable USB HID mode.
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-10-31
stmhal: Add ioctl to USB_VCP object, so it works with select.
Damien George
2014-10-26
stmhal: Improve REPL control codes; improve pyboard.py script.
Damien George
2014-10-25
py: Add mp_pending_exception global variable, for VM soft interrupt.
Damien George
2014-07-31
stmhal: Add USB_VCP class/object, for direct USB VCP control.
Damien George
2014-05-10
stmhal: Fix USB CDC not flushing packets when an exact multiple of 64.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-17
stmhal: Fix 64-byte USB packet bug properly.
Damien George
2014-04-16
stmhal: Replace magic number 3 with CDC_IN_EP define.
Damien George
2014-04-16
stmhal: Fix USB CDC buffer overrun error.
Damien George
2014-04-14
stmhal: Work around crazy bug in USB CDC.
Damien George
2014-04-13
stmhal: Improve USB CDC write function (increase timeout).
Damien George
2014-03-30
stmhal: Implement selector for USB device mode; improve boot up.
Damien George
2014-03-24
stmhal: Fix bug with USB CDC transmit buffer wrap around.
Damien George
2014-03-23
stmhal: Fix issues with USB CDC init and receive.
Damien George
2014-03-22
stmhal: Add intensity method for blue LED.
Damien George
2014-03-22
stmhal: Servo driver can move at a given speed.
Damien George
2014-03-22
stmhal: Tidy up USB CDC+MSC device some more.
Damien George
2014-03-22
stmhal: Tidy up USB device configuration. Make it use less RAM.
Damien George
2014-03-15
stmhal: Check CDC tx buffer has free space before filling with data.
Damien George
2014-03-15
stmhal: Put an array in ROM.
Damien George
2014-03-15
stmhal: Fix escape sequences in USB CDC input.
Damien George
2014-03-15
stmhal: Get USB CDC REPL working.
Damien George
2014-03-14
stmhal: Get USB enumerating a CDC device.
Damien George