<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/zephyr/Makefile, branch v1.8.5</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.5</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.5'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-10-12T16:31:39+00:00</updated>
<entry>
<title>zephyr: Implement the help() function.</title>
<updated>2016-10-12T16:31:39+00:00</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel.thompson@linaro.org</email>
</author>
<published>2016-09-24T20:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b6a544b9175448cb533d43781bb62c424a51ea3d'/>
<id>urn:sha1:b6a544b9175448cb533d43781bb62c424a51ea3d</id>
<content type='text'>
The boot issue text mentions a help() function and encourages
the user to run it. It is very disconcerting to find that the
function does not exist...

Signed-off-by: Daniel Thompson &lt;daniel.thompson@linaro.org&gt;
</content>
</entry>
<entry>
<title>zephyr/Makefile: Be sure to extra qstr's from port sources.</title>
<updated>2016-10-12T16:15:32+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-10-12T16:15:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=06ee5e947f1584fec752a87b9f1fb0948b494b75'/>
<id>urn:sha1:06ee5e947f1584fec752a87b9f1fb0948b494b75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zephyr: Add Ctrl+C handling.</title>
<updated>2016-10-10T20:02:51+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-09-29T17:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=93c76d2b06e0f52395dc2d5fa1d7fae54c9164f7'/>
<id>urn:sha1:93c76d2b06e0f52395dc2d5fa1d7fae54c9164f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zephyr: Enable frozen modules support.</title>
<updated>2016-10-10T18:40:08+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-09-17T18:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7e3b21ec54643281ec71ab192724684f2918067b'/>
<id>urn:sha1:7e3b21ec54643281ec71ab192724684f2918067b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zephyr: Use recently added "make outputexports" Zephyr target.</title>
<updated>2016-10-09T23:47:32+00:00</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel.thompson@linaro.org</email>
</author>
<published>2016-09-19T16:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5a699a701767ded915d39ef46a9b4024765175a3'/>
<id>urn:sha1:5a699a701767ded915d39ef46a9b4024765175a3</id>
<content type='text'>
The outputexpors target, which exports Zephyr environment variables, was
recently added to Zephyr. By exploiting this feature we can hugely simplify
the build system, improving robustness at the same time.

Signed-off-by: Daniel Thompson &lt;daniel.thompson@linaro.org&gt;
</content>
</entry>
<entry>
<title>zephyr/Makefile: Automatically derive target-specific CFLAGS.</title>
<updated>2016-10-09T23:06:06+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-09-22T21:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=244b02f74487e67751c2ffd34ebc0168436c75ad'/>
<id>urn:sha1:244b02f74487e67751c2ffd34ebc0168436c75ad</id>
<content type='text'>
By tricking Zephyt arch Makefiles compute them for us (not just for
Zephyr). This make potentially break as Zephyr evolves.
</content>
</entry>
<entry>
<title>zephyr: Support extra make targets</title>
<updated>2016-10-09T23:02:50+00:00</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel.thompson@linaro.org</email>
</author>
<published>2016-09-19T18:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cbc0bf6fec3d0992b905d09194c68046aff5e7f7'/>
<id>urn:sha1:cbc0bf6fec3d0992b905d09194c68046aff5e7f7</id>
<content type='text'>
The two variables, GENERIC_TARGETS and CONFIG_TARGETS come, respectively,
from the the lists shown during "make help" and "make kconfig-help".

Signed-off-by: Daniel Thompson &lt;daniel.thompson@linaro.org&gt;
</content>
</entry>
<entry>
<title>zephyr: Automatically derive ARCH.</title>
<updated>2016-10-09T22:44:23+00:00</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel.thompson@linaro.org</email>
</author>
<published>2016-09-19T16:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2ea52cb045de021747c24ff7ed73e82a18be2aab'/>
<id>urn:sha1:2ea52cb045de021747c24ff7ed73e82a18be2aab</id>
<content type='text'>
Currently to compile for anything that except ARCH=x86 we have to
provide ARCH via the environment or make arguments. We can do better
than that!

Signed-off-by: Daniel Thompson &lt;daniel.thompson@linaro.org&gt;
</content>
</entry>
<entry>
<title>zephyr: Initial Zephyr RTOS port, MicroPython part.</title>
<updated>2016-10-09T22:35:14+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-22T17:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cff9f02cd735d344552f8c1d6c176e51f5c7f94b'/>
<id>urn:sha1:cff9f02cd735d344552f8c1d6c176e51f5c7f94b</id>
<content type='text'>
</content>
</entry>
</feed>
