<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/supervisor/shared/usb/usb.c, branch main</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2021-03-15T13:57:36+00:00</updated>
<entry>
<title>run code formatting script</title>
<updated>2021-03-15T13:57:36+00:00</updated>
<author>
<name>microDev</name>
<email>70126934+microDev1@users.noreply.github.com</email>
</author>
<published>2021-03-15T13:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a52eb88031620a81521b937f2a0651dbac2bb350'/>
<id>urn:sha1:a52eb88031620a81521b937f2a0651dbac2bb350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for CIRCUITPY_USB_MSC=0</title>
<updated>2021-02-27T14:05:00+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2021-02-27T14:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8c8d60fb8071b0486cb16deb096122ce7b3a747f'/>
<id>urn:sha1:8c8d60fb8071b0486cb16deb096122ce7b3a747f</id>
<content type='text'>
Avoid undefined functions when MSC is disabled.
</content>
</entry>
<entry>
<title>fix length of generated serial number descriptor</title>
<updated>2021-02-22T13:33:04+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2021-02-22T13:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=aa1de6964588ee4b3f7d7490f80030fd89394eb6'/>
<id>urn:sha1:aa1de6964588ee4b3f7d7490f80030fd89394eb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>USB descriptors: Save flash storage for serial number</title>
<updated>2021-02-22T03:24:49+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2021-02-22T03:24:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=144acfcb988479d6e5802bfa600a62be39d39be7'/>
<id>urn:sha1:144acfcb988479d6e5802bfa600a62be39d39be7</id>
<content type='text'>
This saves about 60 bytes (Feather M4 went from 45040 -&gt; 45100 bytes free)
66 bytes of data eliminated, but 6 bytes paid back to initialize the length
field.
</content>
</entry>
<entry>
<title>fix some builds</title>
<updated>2021-02-18T19:24:58+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2021-02-18T19:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e344c6d684dedab09b8b373af02af58382b69428'/>
<id>urn:sha1:e344c6d684dedab09b8b373af02af58382b69428</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wip: usb_cdc.serials</title>
<updated>2021-02-16T01:06:18+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2021-02-16T01:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0b8f1b9a9039ab2ad4d43cc1d9bc388518ab0d38'/>
<id>urn:sha1:0b8f1b9a9039ab2ad4d43cc1d9bc388518ab0d38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4122 from hathach/fix-3986</title>
<updated>2021-02-05T14:13:28+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@adafruit.com</email>
</author>
<published>2021-02-05T14:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5bb722b927f1b84a436921eb318d676222234358'/>
<id>urn:sha1:5bb722b927f1b84a436921eb318d676222234358</id>
<content type='text'>
Fix 3986 background reset remove existing usb callback</content>
</entry>
<entry>
<title>add usb_background_schedule()</title>
<updated>2021-02-04T09:00:14+00:00</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-04T09:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8d7b1f9e8c9545468305443ae6cae3d653ead8d2'/>
<id>urn:sha1:8d7b1f9e8c9545468305443ae6cae3d653ead8d2</id>
<content type='text'>
unconditionally schedule usb background after
background_callback_reset()
</content>
</entry>
<entry>
<title>Merge branch 'main' into webusb (trying to get CI back online)</title>
<updated>2021-02-03T22:48:28+00:00</updated>
<author>
<name>Kevin Banks</name>
<email>kevin@firia.com</email>
</author>
<published>2021-02-03T22:48:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=215a56c920b64d522e505d20e1480859fd0ea333'/>
<id>urn:sha1:215a56c920b64d522e505d20e1480859fd0ea333</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hack to fix 3986</title>
<updated>2021-02-03T04:01:33+00:00</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-03T04:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e699a598905c95eb8249e89e436030376a518239'/>
<id>urn:sha1:e699a598905c95eb8249e89e436030376a518239</id>
<content type='text'>
just a proof to show that issue analysis is correct
</content>
</entry>
</feed>
