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
/
usb.c
Commit message (
Expand
)
Author
Age
*
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
*
stream: Convert .ioctl() to take fixed number of args.
Paul Sokolovsky
2014-11-17
*
stmhal: Add ioctl to USB_VCP object, so it works with select.
Damien George
2014-10-31
*
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-10-25
*
Change some parts of the core API to use mp_uint_t instead of uint/int.
Damien George
2014-08-30
*
stmhal: Hookup USB_VCP.any().
Damien George
2014-08-26
*
stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.
Damien George
2014-08-04
*
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-08-02
*
stmhal: Add USB_VCP class/object, for direct USB VCP control.
Damien George
2014-07-31
*
stmhal: Fix REPL printing by cooking output sent to stdout_obj.
Damien George
2014-07-20
*
stmhal: Update and improve LCD driver.
Damien George
2014-06-15
*
stmhal: Stop USB before entering DFU by software.
Damien George
2014-05-21
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
stmhal: Put a USB structure in ROM; GC doesn't scan the data segment.
Damien George
2014-04-12
*
stmhal: Unify naming of HW config; make SD detect configurable.
Damien George
2014-03-30
*
stmhal: Implement selector for USB device mode; improve boot up.
Damien George
2014-03-30
*
stmhal: Add CDC+HID USB device.
Damien George
2014-03-29
*
stmhal: Tidy up USB CDC+MSC device some more.
Damien George
2014-03-22
*
stmhal: USB CDC and MSC device work together.
Damien George
2014-03-22
*
stmhal: Add support for USB MSC device.
Damien George
2014-03-21
*
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