<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/busio/SPI.c, branch 4.0.0-beta.7</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-beta.7</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-beta.7'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-01-15T01:29:19+00:00</updated>
<entry>
<title>Add subclass support to displayio.</title>
<updated>2019-01-15T01:29:19+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-01-15T01:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=747f2cfe267628fda8487c533ce7a5ab10a9388f'/>
<id>urn:sha1:747f2cfe267628fda8487c533ce7a5ab10a9388f</id>
<content type='text'>
Also, swap make_news to accept a kwarg map and refine param checking.

Fixes #1237
</content>
</entry>
<entry>
<title>Remove nRF52832 support</title>
<updated>2018-12-31T03:49:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-12-31T03:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b6b5ed9c893f1d0ecdad03e18596a5bc33a08883'/>
<id>urn:sha1:b6b5ed9c893f1d0ecdad03e18596a5bc33a08883</id>
<content type='text'>
</content>
</entry>
<entry>
<title>round SPI freq down; check max freq</title>
<updated>2018-10-03T01:06:40+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-10-03T01:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=21d331c8cc54855897549ebcbcf9983235d98b2e'/>
<id>urn:sha1:21d331c8cc54855897549ebcbcf9983235d98b2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nrf: remove error check for SPI baudrate too high; round to nearest baudrate</title>
<updated>2018-10-01T22:54:13+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-10-01T22:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=aa95526428edb0196029587eb1b84fed544bbad8'/>
<id>urn:sha1:aa95526428edb0196029587eb1b84fed544bbad8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support internationalisation.</title>
<updated>2018-08-07T21:58:57+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-07-31T23:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=933add6cd833bb6ba6682ad2b6eb478871415ff5'/>
<id>urn:sha1:933add6cd833bb6ba6682ad2b6eb478871415ff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'adafruit/2.x' into merge_2x</title>
<updated>2018-02-27T23:24:16+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-02-27T23:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bf05183158c67c4ef1824c3b1296d401bc7754d8'/>
<id>urn:sha1:bf05183158c67c4ef1824c3b1296d401bc7754d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>documentation: caution on SPI clock speed for SAMD21</title>
<updated>2018-01-30T19:31:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-01-30T19:31:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cc87363234e22b2ba3a1b91f73f3a3b3f16d01df'/>
<id>urn:sha1:cc87363234e22b2ba3a1b91f73f3a3b3f16d01df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd: Correct computation of SPI baud rate.</title>
<updated>2018-01-30T17:08:41+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-01-30T03:52:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e550b024c5d3d6d5a7e739ae9dd2175756591f6e'/>
<id>urn:sha1:e550b024c5d3d6d5a7e739ae9dd2175756591f6e</id>
<content type='text'>
all: Add .frequency read-only property for busio.SPI to return actual frequency.

Fix esp8266/posix_helpers.c, which was not up to date for the new
long-lived/short-lived heap allocation scheme.
</content>
</entry>
<entry>
<title>merge from 2.2.0 + fix up board defs</title>
<updated>2018-01-03T02:25:41+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-01-03T02:25:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=065e82015f0d2bd6732c62b7375fcc7af87fa0cf'/>
<id>urn:sha1:065e82015f0d2bd6732c62b7375fcc7af87fa0cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add SPI.write_readinto() - bidirectional SPI</title>
<updated>2017-12-05T19:17:16+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-12-05T02:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e75fd0e166375727fbb4c054478c9c8d329477c4'/>
<id>urn:sha1:e75fd0e166375727fbb4c054478c9c8d329477c4</id>
<content type='text'>
</content>
</entry>
</feed>
