<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/zephyr/README.md, branch azure</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=azure</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=azure'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-09-06T03:40:51+00:00</updated>
<entry>
<title>ports: Make new ports/ sub-directory and move all ports there.</title>
<updated>2017-09-06T03:40:51+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-09-06T03:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=01dd7804b87d60b2deab16712eccb3b97351a9b7'/>
<id>urn:sha1:01dd7804b87d60b2deab16712eccb3b97351a9b7</id>
<content type='text'>
This is to keep the top-level directory clean, to make it clear what is
core and what is a port, and to allow the repository to grow with new ports
in a sustainable way.
</content>
</entry>
<entry>
<title>zephyr/README: Update to require Zephyr 1.8.</title>
<updated>2017-05-12T19:05:07+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-05-12T19:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5383a50072dcd9827e601add56d20b86b9dd9e27'/>
<id>urn:sha1:5383a50072dcd9827e601add56d20b86b9dd9e27</id>
<content type='text'>
There're a lot of changes and fixes in 1.8 regarding IP stack,
incompatible with previous Zephyr versions, so supporting them
doesn't make sense.

This is  the last commit which should build with Zephyr 1.7.
</content>
</entry>
<entry>
<title>zephyr: Move "minimal" configuration building to a separate wrapper script.</title>
<updated>2017-03-12T20:54:12+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-03-12T20:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=40e541063faf15bd8965f2d65d5a5be08fdef851'/>
<id>urn:sha1:40e541063faf15bd8965f2d65d5a5be08fdef851</id>
<content type='text'>
Minimal config can be now build with:

./make-minimal BOARD=...

This is required because of Makefile.exports magic, which in its turn depends
on PROJ_CONF to be set correctly at the beginning of Makefile parsing at all
times. Instead of adding more and more workarounds for that, it's better to
just move minimal support to a separate wrapper.

Also, remove Zephyr 1.5 era cruft from Makefile, and add support for Zephyr's
"run" target which supercedes older "qemu" target in upstream.
</content>
</entry>
<entry>
<title>zephyr/README: Network startup issues with frdm_k64f resolved.</title>
<updated>2017-02-17T19:08:42+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-02-17T19:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3d739eb398e44c3151bb999fcb3427b5184b4f58'/>
<id>urn:sha1:3d739eb398e44c3151bb999fcb3427b5184b4f58</id>
<content type='text'>
But leave a generic warning that users should be aware of Zephyr's
limitations/issues for a board they use.
</content>
</entry>
<entry>
<title>zephyr/README: Describe many gotchas of networked builds.</title>
<updated>2017-02-01T18:28:11+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-02-01T18:23:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=00bd14539823a40cf98cabd826b0585f37732689'/>
<id>urn:sha1:00bd14539823a40cf98cabd826b0585f37732689</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zephyr/Makefile: Add minimal port.</title>
<updated>2016-11-04T21:22:37+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-11-04T21:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=50e8e28f96416d5b47381dd1517fbfc8993757d4'/>
<id>urn:sha1:50e8e28f96416d5b47381dd1517fbfc8993757d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zephyr/README: Update for the current featureset, add more info.</title>
<updated>2016-10-28T18:51:18+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-10-28T18:51:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=aee64835367e75c624b321cb1ab3e811d3104ccf'/>
<id>urn:sha1:aee64835367e75c624b321cb1ab3e811d3104ccf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zephyr: Add README.</title>
<updated>2016-10-10T18:23:58+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-10-10T18:21:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ac70119779c9379ffacd919607b2f9fadd064e19'/>
<id>urn:sha1:ac70119779c9379ffacd919607b2f9fadd064e19</id>
<content type='text'>
</content>
</entry>
</feed>
