<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/supervisor/supervisor.mk, branch 6.0.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-08-21T14:45:05+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'adafruit/main' into ble_hci</title>
<updated>2020-08-21T14:45:05+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-08-21T14:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f714f53552b41ec4f029399509b3c1761b5250d0'/>
<id>urn:sha1:f714f53552b41ec4f029399509b3c1761b5250d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge from upstream; working; includes debug_out code for debugging via Saleae for posterity</title>
<updated>2020-08-21T00:29:57+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-08-21T00:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0e30dd8bccdbb4469e1bb54443f5d2fca66f7ff6'/>
<id>urn:sha1:0e30dd8bccdbb4469e1bb54443f5d2fca66f7ff6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add usb-endpoint-count checking</title>
<updated>2020-08-19T21:47:40+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-19T21:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=23aefe9509f7c58acd53d96b5d26a90b7b5b15db'/>
<id>urn:sha1:23aefe9509f7c58acd53d96b5d26a90b7b5b15db</id>
<content type='text'>
.. however, the number of endpoints is only set for SAMD (8).
Other ports need to set the value.  Otherwise, the build will show
the message
```
Unable to check whether maximum number of endpoints is respected
```
</content>
</entry>
<entry>
<title>Turn off terminalio for ja and ko</title>
<updated>2020-08-18T00:17:59+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-08-18T00:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d01f5dc0bdb3ea98d4cf234b7c08c8cc36694c1a'/>
<id>urn:sha1:d01f5dc0bdb3ea98d4cf234b7c08c8cc36694c1a</id>
<content type='text'>
The font is missing many characters and the build needs the space.
We can optimize font storage when we get a good font.

The serial output will work as usual.
</content>
</entry>
<entry>
<title>wip: compiles</title>
<updated>2020-08-02T15:36:38+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-08-02T15:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0a60aee3e4270d1da42d67f933578d60d56b8b52'/>
<id>urn:sha1:0a60aee3e4270d1da42d67f933578d60d56b8b52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace USB_MSC_MAX_PACKET_SIZE with USB_HIGHSPEED in descriptor gen tool</title>
<updated>2020-07-29T08:38:55+00:00</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-07-29T08:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=60638282799675272d2d25ed938edb30250bc578'/>
<id>urn:sha1:60638282799675272d2d25ed938edb30250bc578</id>
<content type='text'>
</content>
</entry>
<entry>
<title>supervisor: Add a linked list of background callbacks</title>
<updated>2020-07-15T14:26:47+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-05-11T13:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1474fccd2fb1cf6ccd14979a3b5405d2a355054b'/>
<id>urn:sha1:1474fccd2fb1cf6ccd14979a3b5405d2a355054b</id>
<content type='text'>
In time, we should transition interrupt driven background tasks out of the
overall run_background_tasks into distinct background callbacks,
so that the number of checks that occur with each tick is reduced.
</content>
</entry>
<entry>
<title>hci early wip; refactor supervisor bluetooth.c for nrf: tested</title>
<updated>2020-06-26T00:57:17+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-06-26T00:57:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=759929c24a9966b64075bedfb365f3dfc66ad681'/>
<id>urn:sha1:759929c24a9966b64075bedfb365f3dfc66ad681</id>
<content type='text'>
</content>
</entry>
<entry>
<title>supervisor.mk: Conditionally assign USB_DEVICES</title>
<updated>2020-06-24T14:44:45+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jeff@adafruit.com</email>
</author>
<published>2020-06-24T14:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bf460ddf25ead020c6aeeb9ac4393ddf17daf7bb'/>
<id>urn:sha1:bf460ddf25ead020c6aeeb9ac4393ddf17daf7bb</id>
<content type='text'>
This restores the ability to remove CDC and/or MSC, at the price of
giving up the new automatic check that USB_DEVICES is correct.
Since devices have to have CDC and MSC to be "CircuitPython",
this is not a facility that is going to be used by any in-tree drivers.</content>
</entry>
<entry>
<title>supervisor.mk: Compute USB_DEVICES; remove from boards and ports</title>
<updated>2020-06-23T17:59:01+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@unpythonic.net</email>
</author>
<published>2020-06-16T00:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f232aef7865c4e094f060f9766418f60fb9f86ea'/>
<id>urn:sha1:f232aef7865c4e094f060f9766418f60fb9f86ea</id>
<content type='text'>
Since Actions passed on the previous commit, where this computed value
was checked against the specified value (if any), this is no net change,
except that we no longer need to specify it for particular boards or
ports.
</content>
</entry>
</feed>
