<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/circuitpy_defns.mk, branch 6.0.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-10-12T22:45:51+00:00</updated>
<entry>
<title>Merge pull request #3537 from jepler/update-protomatter-2</title>
<updated>2020-10-12T22:45:51+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-10-12T22:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1eb1434fc968cb05e3cfd69b40434331404ef5df'/>
<id>urn:sha1:1eb1434fc968cb05e3cfd69b40434331404ef5df</id>
<content type='text'>
rgbmatrix: update protomatter to 1.0.5 tag</content>
</entry>
<entry>
<title>remove warning that seems unneeded now</title>
<updated>2020-10-11T21:23:02+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-10-11T21:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c139eccc9271b8b81eb8ad3eb2dc09a68199a12c'/>
<id>urn:sha1:c139eccc9271b8b81eb8ad3eb2dc09a68199a12c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rgbmatrix: update protomatter to 1.0.5 tag</title>
<updated>2020-10-10T19:30:37+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-10-10T19:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5e38bb98cbcc2d1ab607b19d11e628def4f48f4c'/>
<id>urn:sha1:5e38bb98cbcc2d1ab607b19d11e628def4f48f4c</id>
<content type='text'>
this is compile-tested on
 stm32f405 feather
 matrixportal
 nrf52840 feather

but not actually tested-tested.
</content>
</entry>
<entry>
<title>canio: RemoteTransmissionRequest: Split implementation, keep one structure</title>
<updated>2020-09-28T22:22:00+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-26T14:44:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a4cc3ad6cb75845e0dc75ede97b8287bb1af0317'/>
<id>urn:sha1:a4cc3ad6cb75845e0dc75ede97b8287bb1af0317</id>
<content type='text'>
This already begins obscuring things, because now there are two sets of
shared-module functions for manipulating the same structure, e.g.,
common_hal_canio_remote_transmission_request_get_id and
common_hal_canio_message_get_id
</content>
</entry>
<entry>
<title>canio: rename from _canio</title>
<updated>2020-09-21T21:44:26+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-21T21:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4869dbdc670bfa8a5f2e0a639495d03984ea0a6a'/>
<id>urn:sha1:4869dbdc670bfa8a5f2e0a639495d03984ea0a6a</id>
<content type='text'>
This reflects our belief that the API is stable enough to avoid incompatible changes during 6.x.
</content>
</entry>
<entry>
<title>_canio: Minimal implementation for SAM E5x MCUs</title>
<updated>2020-09-21T21:44:26+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-20T16:08:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a2e1867f69ec2d703a9651e5c36a02b0e14dfd9c'/>
<id>urn:sha1:a2e1867f69ec2d703a9651e5c36a02b0e14dfd9c</id>
<content type='text'>
Tested &amp; working:

 * Send standard packets
 * Receive standard packets (1 FIFO, no filter)

Interoperation between SAM E54 Xplained running this tree and
MicroPython running on STM32F405 Feather with an external
transceiver was also tested.

Many other aspects of a full implementation are not yet present,
such as error detection and recovery.
</content>
</entry>
<entry>
<title>camera: Change API</title>
<updated>2020-09-14T11:11:15+00:00</updated>
<author>
<name>Kamil Tomaszewski</name>
<email>kamil.tomaszewski@sony.com</email>
</author>
<published>2020-09-11T11:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c2fc592c2ca7ec42374a50f9e33ac551bf846596'/>
<id>urn:sha1:c2fc592c2ca7ec42374a50f9e33ac551bf846596</id>
<content type='text'>
</content>
</entry>
<entry>
<title>camera: Implement new library for camera</title>
<updated>2020-09-14T11:11:15+00:00</updated>
<author>
<name>Kamil Tomaszewski</name>
<email>kamil.tomaszewski@sony.com</email>
</author>
<published>2020-09-02T13:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=064c597b60d7394216d9c36080b7ee8ff089cb53'/>
<id>urn:sha1:064c597b60d7394216d9c36080b7ee8ff089cb53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move implicit-fallthrough warning enable to defns.mk</title>
<updated>2020-09-13T18:13:09+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-13T18:12:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=90f7340bfc35d19fcf5e11c078c7f45399ed07e7'/>
<id>urn:sha1:90f7340bfc35d19fcf5e11c078c7f45399ed07e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'adafruit/main' into native_wifi</title>
<updated>2020-09-03T23:34:56+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-09-03T23:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=96cf60fbbdc26d5ed3274a43ebbaab7feca797e1'/>
<id>urn:sha1:96cf60fbbdc26d5ed3274a43ebbaab7feca797e1</id>
<content type='text'>
</content>
</entry>
</feed>
