<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/stmhal/usbdev/class/inc/usbd_cdc_msc_hid.h, branch 2.3.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.3.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.3.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-06-07T05:50:26+00:00</updated>
<entry>
<title>stmhal: Pass USB handler as parameter to allow more than one USB handler</title>
<updated>2017-06-07T05:50:26+00:00</updated>
<author>
<name>Sylvain Pelissier</name>
<email>sylvain.pelissier@gmail.com</email>
</author>
<published>2017-05-03T08:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6adcf7bb8288fb6fd0e131f081735dd5cff16b86'/>
<id>urn:sha1:6adcf7bb8288fb6fd0e131f081735dd5cff16b86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Implement SNAK/CNAK mechanism for USB HID receive.</title>
<updated>2017-01-19T01:35:09+00:00</updated>
<author>
<name>Pavol Rusnak</name>
<email>stick@gk2.sk</email>
</author>
<published>2017-01-17T19:17:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0883a7e72f7122b307798205441c96120446bf75'/>
<id>urn:sha1:0883a7e72f7122b307798205441c96120446bf75</id>
<content type='text'>
This implements flow control in case user does not call recv method often
enough (it tells host side to stop sending more data).
</content>
</entry>
<entry>
<title>stmhal: Fix USB HID receive not receiving the first packet.</title>
<updated>2017-01-19T01:34:45+00:00</updated>
<author>
<name>Pavol Rusnak</name>
<email>stick@gk2.sk</email>
</author>
<published>2017-01-16T15:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=89f2b620164c72f522613997a15d7427f693409b'/>
<id>urn:sha1:89f2b620164c72f522613997a15d7427f693409b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal/usb: Add support to receive USB HID messages from host.</title>
<updated>2016-10-04T04:38:01+00:00</updated>
<author>
<name>Philip Potter</name>
<email>philip.g.potter@gmail.com</email>
</author>
<published>2016-08-29T21:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eb239b839855de4f7fbf241635b702773f421b60'/>
<id>urn:sha1:eb239b839855de4f7fbf241635b702773f421b60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: add option to query for the current usb mode</title>
<updated>2015-09-03T22:30:43+00:00</updated>
<author>
<name>Tony Abboud</name>
<email>tdabboud@hotmail.com</email>
</author>
<published>2015-08-30T21:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8d8fdcb4bec5024503b636bcdbad244bef4e6576'/>
<id>urn:sha1:8d8fdcb4bec5024503b636bcdbad244bef4e6576</id>
<content type='text'>
Fetch the current usb mode and return a string representation when
pyb.usb_mode() is called with no args. The possible string values are interned
as qstr's. None will be returned if an incorrect mode is set.
</content>
</entry>
<entry>
<title>stmhal: Properly define pyb.usb_mode() semantics.</title>
<updated>2015-02-13T14:02:51+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-02-03T22:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=55d6218b9a17f23754bd00d2759800a1447599ca'/>
<id>urn:sha1:55d6218b9a17f23754bd00d2759800a1447599ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Add Python-configurable USB HID mode.</title>
<updated>2015-02-13T14:02:51+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-01T21:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d39c7aa517b722161a7dd792fafc5096d58beec8'/>
<id>urn:sha1:d39c7aa517b722161a7dd792fafc5096d58beec8</id>
<content type='text'>
Different HID modes can be configured in Python.  You can either use
predefined mouse or keyboard, or write your own report descriptor.
</content>
</entry>
<entry>
<title>stmhal: Remove unused usbdev files, and move used ones up a dir.</title>
<updated>2015-02-13T14:02:51+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-02-03T10:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b384bcc5de2c20d1d985e2768729578373bd73c1'/>
<id>urn:sha1:b384bcc5de2c20d1d985e2768729578373bd73c1</id>
<content type='text'>
The unused files are from the ST demos for different USB classes and are
not needed for the stmhal port.
</content>
</entry>
</feed>
