index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
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
/
usbdev
/
class
Age
Commit message (
Expand
)
Author
2015-09-03
stmhal: add option to query for the current usb mode
Tony Abboud
2015-04-13
stmhal: In USB HID driver, make polling interval configurable.
Damien George
2015-02-13
stmhal: Remove obsolete usbdev file.
Damien George
2015-02-13
stmhal: Coding style cleanup in usbd_cdc_msc_hid.c.
Damien George
2015-02-13
stmhal: Properly define pyb.usb_mode() semantics.
Damien George
2015-02-13
stmhal: Put CDC last in config descriptors to match with iface nums.
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-02-13
stmhal: Remove unused usbdev files, and move used ones up a dir.
Damien George
2014-10-25
stmhal: Fill in USB class/subclass/proto for CDC+HID device.
Damien George
2014-10-25
USB CDC ACM: populate bFunction{Class,SubClass,Protocol} in the interface ass...
Felix Domke
2014-10-01
Proposed fix for USB Mass Storage.
Dave Hylands
2014-09-15
stmhal: Change 64-bit arithmetic to 32-bit for SD card block addressing.
Damien George
2014-04-16
stmhal: Replace magic number 3 with CDC_IN_EP define.
Damien George
2014-04-16
stmhal: Improve flash storage cache management.
Damien George
2014-04-15
stmhal: Fix USB MSC so that it unmounts correctly on Mac OS X.
Damien George
2014-03-30
stmhal: Implement selector for USB device mode; improve boot up.
Damien George
2014-03-29
stmhal: Add CDC+HID USB device.
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: USB CDC and MSC device work together.
Damien George
2014-03-21
stmhal: Add support for USB MSC device.
Damien George
2014-03-14
stmhal: Get USB enumerating a CDC device.
Damien George