index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
stmhal
/
usbd_cdc_interface.c
Commit message (
Expand
)
Author
Age
*
stmhal: Clean up USB CDC/MSC files and remove commented-out code.
Damien George
2017-07-19
*
stmhal/usb: Use local USB handler variable in Start-of-Frame handler.
Sylvain Pelissier
2017-06-07
*
stmhal: Pass USB handler as parameter to allow more than one USB handler
Sylvain Pelissier
2017-06-07
*
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-04-04
*
stmhal: Use generic interrupt char code.
Damien George
2017-02-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: 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
2016-01-29
*
stmhal: Typo fix in comment.
Paul Sokolovsky
2015-10-24
*
stmhal: Break immediately from USB CDC busy wait loop if IRQs disabled.
Damien George
2015-06-07
*
stmhal: Remove some unnecessary declarations, purely for cleanup.
Damien George
2015-03-20
*
stmhal: Add Python-configurable USB HID mode.
Damien George
2015-02-13
*
stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C.
Damien George
2014-11-29
*
stmhal: Reduce coupling between USB driver and readline.
Damien George
2014-11-27
*
stmhal: Add ioctl to USB_VCP object, so it works with select.
Damien George
2014-10-31
*
stmhal: Improve REPL control codes; improve pyboard.py script.
Damien George
2014-10-26
*
py: Add mp_pending_exception global variable, for VM soft interrupt.
Damien George
2014-10-25
*
stmhal: Add USB_VCP class/object, for direct USB VCP control.
Damien George
2014-07-31
*
stmhal: Fix USB CDC not flushing packets when an exact multiple of 64.
Damien George
2014-05-10
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
stmhal: Fix 64-byte USB packet bug properly.
Damien George
2014-04-17
*
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-16
*
stmhal: Work around crazy bug in USB CDC.
Damien George
2014-04-14
*
stmhal: Improve USB CDC write function (increase timeout).
Damien George
2014-04-13
*
stmhal: Implement selector for USB device mode; improve boot up.
Damien George
2014-03-30
*
stmhal: Fix bug with USB CDC transmit buffer wrap around.
Damien George
2014-03-24
*
stmhal: Fix issues with USB CDC init and receive.
Damien George
2014-03-23
*
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-22
*
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-15
*
stmhal: Get USB enumerating a CDC device.
Damien George
2014-03-14