<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/zephyr/prj_base.conf, 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>2019-10-13T15:09:55+00:00</updated>
<entry>
<title>remove ports/zephyr</title>
<updated>2019-10-13T15:09:55+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-10-13T15:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9c8f969b346c25df6e333f097cabe6ce3b00f9f0'/>
<id>urn:sha1:9c8f969b346c25df6e333f097cabe6ce3b00f9f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zephyr/prj_base.conf: Enable DHCP and group static IPs together.</title>
<updated>2018-05-21T00:35:16+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2018-01-23T19:28:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7afbc498636be676f309193be50c1c47a700b157'/>
<id>urn:sha1:7afbc498636be676f309193be50c1c47a700b157</id>
<content type='text'>
Add CONFIG_NET_DHCPV4, which, after
https://github.com/zephyrproject-rtos/zephyr/pull/5750 works as follows:
static addresses are configured after boot, and DHCP requests are sent
at the same time. If valid DHCP reply is received, it overrides static
addresses.

This setup works out of the box for both direct connection to a
workstation (DHCP server usually is not available) and for connection
to a router (DHCP is available and required).
</content>
</entry>
<entry>
<title>zephyr/modzsensor: Zephyr sensor subsystem bindings.</title>
<updated>2018-05-21T00:35:16+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2018-01-16T14:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0e52ee957df7700e27fe5bb2378b24b4cecfab08'/>
<id>urn:sha1:0e52ee957df7700e27fe5bb2378b24b4cecfab08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zephyr/prj_base.conf: Bump MAIN_STACK_SIZE to let builtin testsuite run.</title>
<updated>2017-12-15T16:17:00+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-12-15T16:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dd35fe7ca0e18af0286f89a20e5f743015d3dac5'/>
<id>urn:sha1:dd35fe7ca0e18af0286f89a20e5f743015d3dac5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zephyr/prj_base.conf: Force zephyr.bin build output.</title>
<updated>2017-11-28T12:11:46+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-11-28T12:11:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=25b7c7d7c66e46a9a5729b149ac35ebf13343716'/>
<id>urn:sha1:25b7c7d7c66e46a9a5729b149ac35ebf13343716</id>
<content type='text'>
As useful for CI systems. 1.10 doesn't build .bin for qemu_* for example.

Also, remove deprecated CONFIG_LEGACY_KERNEL option.
</content>
</entry>
<entry>
<title>zephyr: Switch to interrupt-driven pull-style console.</title>
<updated>2017-10-07T14:36:16+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-10-07T14:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4514f073c18ab94b3f0f790ae813de61f38d367b'/>
<id>urn:sha1:4514f073c18ab94b3f0f790ae813de61f38d367b</id>
<content type='text'>
While this console API improves handling on real hardware boards
(e.g. clipboard paste is much more reliable, as well as programmatic
communication), it vice-versa poses problems under QEMU, apparently
because it doesn't emulate UART interrupt handling faithfully. That
leads to inability to run the testsuite on QEMU at all. To work that
around, we have to suuport both old and new console routines, and use
the old ones under QEMU.
</content>
</entry>
<entry>
<title>zephyr: Use CONFIG_NET_APP_SETTINGS to setup initial network addresses.</title>
<updated>2017-10-07T11:08:50+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-10-07T11:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=58ea239510530b5ce80aa24cd084b43698309bb4'/>
<id>urn:sha1:58ea239510530b5ce80aa24cd084b43698309bb4</id>
<content type='text'>
Ideally, these should be configurable from Python (using network module),
but as that doesn't exist, we better off using Zephyr's native bootstrap
configuration facility.
</content>
</entry>
<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>
</feed>
