<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/nrf/mpconfigport.h, 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>CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup</title>
<updated>2021-01-25T04:10:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2021-01-25T03:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=69869e1439a1ebad383b75b28e7e88f21ccab732'/>
<id>urn:sha1:69869e1439a1ebad383b75b28e7e88f21ccab732</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved ORDEREDDICT define to central location</title>
<updated>2020-10-13T23:52:27+00:00</updated>
<author>
<name>gamblor21</name>
<email>mark.komus@gmail.com</email>
</author>
<published>2020-10-13T23:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4270061db491bae1e7cca9ca2cbed5db70f9062e'/>
<id>urn:sha1:4270061db491bae1e7cca9ca2cbed5db70f9062e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SPIM3 buffer must be in first 64kB of RAM</title>
<updated>2020-08-15T14:31:56+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-08-15T14:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cf0f3d70b57b097ea7719669d81f7bea9d41f9e5'/>
<id>urn:sha1:cf0f3d70b57b097ea7719669d81f7bea9d41f9e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix calculation of nrf firmware size</title>
<updated>2020-04-22T04:52:54+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-04-22T04:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2f86e31501d50715150a2109af110525a334af88'/>
<id>urn:sha1:2f86e31501d50715150a2109af110525a334af88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nrf: mpconfigport: support configuration of various sizes</title>
<updated>2020-04-21T04:29:58+00:00</updated>
<author>
<name>Sean Cross</name>
<email>sean@xobs.io</email>
</author>
<published>2020-04-21T03:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3537ad40594b3d23785108475be571c6fa92e769'/>
<id>urn:sha1:3537ad40594b3d23785108475be571c6fa92e769</id>
<content type='text'>
Conditionally set variables such as the softdevice RAM size, bootloader
size, and the spi m3 buffer size.  This allows ports to adjust these
values to suit their needs.

Signed-off-by: Sean Cross &lt;sean@xobs.io&gt;
</content>
</entry>
<entry>
<title>nrf: mpconfigport: subtract config size from firmware size</title>
<updated>2020-04-21T04:29:57+00:00</updated>
<author>
<name>Sean Cross</name>
<email>sean@xobs.io</email>
</author>
<published>2020-04-21T03:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=33720af0c6b13e974fdf3246d87ad66082977a46'/>
<id>urn:sha1:33720af0c6b13e974fdf3246d87ad66082977a46</id>
<content type='text'>
The BLE Config area needs to be subtracted from the size of the firmware.
THis is because the firmware is counted by walking backwards from the end
of memory, and the BLE config area is placed lower in memory than the
firmware.  Subtracting the BLE config size ensures the internal flash
filesystem doesn't try to use the firmware as storage.

Signed-off-by: Sean Cross &lt;sean@xobs.io&gt;
</content>
</entry>
<entry>
<title>nrf: add support for nrf52833</title>
<updated>2020-04-21T04:29:56+00:00</updated>
<author>
<name>Sean Cross</name>
<email>sean@xobs.io</email>
</author>
<published>2020-04-17T02:35:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3ed5b87b8fea218c0485282ed1cf9fdf5a6f687f'/>
<id>urn:sha1:3ed5b87b8fea218c0485282ed1cf9fdf5a6f687f</id>
<content type='text'>
This adds preliminary support for the nRF52833, which is a variant of
the nRF52840 with half the RAM, half the flash, and fewer peripherals.

Signed-off-by: Sean Cross &lt;sean@xobs.io&gt;
</content>
</entry>
<entry>
<title>put neopixel_write buffer in root pointers</title>
<updated>2020-02-21T13:44:25+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-02-21T13:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9cf46ec9470c479a342d02ac18d0162298657c75'/>
<id>urn:sha1:9cf46ec9470c479a342d02ac18d0162298657c75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correct chec^Cfor flash erase boundaries</title>
<updated>2020-02-13T22:41:05+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-02-13T22:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dc97b0d844011876db286d1388c7ac0dd006f143'/>
<id>urn:sha1:dc97b0d844011876db286d1388c7ac0dd006f143</id>
<content type='text'>
</content>
</entry>
</feed>
