<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/esp8266, branch v1.9.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-06-10T15:13:43+00:00</updated>
<entry>
<title>esp8266/Makefile: Add clean-modules target.</title>
<updated>2017-06-10T15:13:43+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-06-10T15:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=52410ef5b3ef04d416637f82eed1ca19b11b5761'/>
<id>urn:sha1:52410ef5b3ef04d416637f82eed1ca19b11b5761</id>
<content type='text'>
Helpful when dealing with frozen modules (and whole applications).
</content>
</entry>
<entry>
<title>esp8266/Makefile: replace references to make with $(MAKE)</title>
<updated>2017-06-08T03:42:23+00:00</updated>
<author>
<name>Tamas TEVESZ</name>
<email>ice@extreme.hu</email>
</author>
<published>2017-06-07T15:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1dd18c5260141f68cee5b071345585721a152dd8'/>
<id>urn:sha1:1dd18c5260141f68cee5b071345585721a152dd8</id>
<content type='text'>
make is not always GNU make; the latter  may go by different names.
This helps builds on systems where the default make is not GNU make.
</content>
</entry>
<entry>
<title>ports: Convert from using stmhal's input() to core provided version.</title>
<updated>2017-06-01T06:02:49+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-06-01T05:43:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6ff0ecfffcea4e7aa6301c54870ae97aa4a0cf72'/>
<id>urn:sha1:6ff0ecfffcea4e7aa6301c54870ae97aa4a0cf72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>various: Spelling fixes</title>
<updated>2017-05-29T08:36:05+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2017-05-29T07:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ca16c3821053e5bf2b87aeb10007f73f31dc1eac'/>
<id>urn:sha1:ca16c3821053e5bf2b87aeb10007f73f31dc1eac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/mpconfigport.h: Remove duplicate link to lwip module.</title>
<updated>2017-05-26T07:06:31+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-26T07:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=22fdb915717c6c7053ae1a62965d8650097c1dbf'/>
<id>urn:sha1:22fdb915717c6c7053ae1a62965d8650097c1dbf</id>
<content type='text'>
It's already included in the core when MICROPY_PY_LWIP is defined.
</content>
</entry>
<entry>
<title>esp8266/modules: Mount filesystem at root when creating for first time.</title>
<updated>2017-05-26T07:05:58+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-26T07:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eea584860dc65203dcae407819c2f139c1f71214'/>
<id>urn:sha1:eea584860dc65203dcae407819c2f139c1f71214</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266, stmhal, zephyr: Rename machine.Pin high/low methods to on/off.</title>
<updated>2017-05-21T14:44:58+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-16T08:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bcf31a39087bd7727e15105363063980120fd528'/>
<id>urn:sha1:bcf31a39087bd7727e15105363063980120fd528</id>
<content type='text'>
For consistent Pin/Signal class hierarchy. With it, Signal is a proper
(while still ducktyped) subclass of a Pin, and any (direct) usage of Pin
can be replace with Signal.

As stmhal's class is reused both as machine.Pin and legacy pyb.Pin,
high/low methods actually retained there.
</content>
</entry>
<entry>
<title>esp8266/machine_uart: Add uart.any() method.</title>
<updated>2017-05-19T05:48:22+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-17T07:16:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=aca898eeb0d85a8efbea9abea79c420118521ee9'/>
<id>urn:sha1:aca898eeb0d85a8efbea9abea79c420118521ee9</id>
<content type='text'>
Returns 0 or 1, corresponding to no or at least 1 char waiting.
</content>
</entry>
<entry>
<title>esp8266/modnetwork: In connect, fix potential buffer overflows.</title>
<updated>2017-05-16T07:30:45+00:00</updated>
<author>
<name>puuu</name>
<email>puuu@users.noreply.github.com</email>
</author>
<published>2017-05-11T02:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4b235800a4ebba19a98bba50a5a98d2c407d99a7'/>
<id>urn:sha1:4b235800a4ebba19a98bba50a5a98d2c407d99a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/ets_alt_task.c: Prevent spurious large increment of ticks_ms()</title>
<updated>2017-05-13T07:56:16+00:00</updated>
<author>
<name>Robert HH</name>
<email>robert@hammelrath.com</email>
</author>
<published>2017-05-12T18:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=71df60cf42d831b4d6e39dc7bee3c45f46befdab'/>
<id>urn:sha1:71df60cf42d831b4d6e39dc7bee3c45f46befdab</id>
<content type='text'>
This happened when the overflow counter for ticks_ms() was interrupted
by an external hard interrupt (issue #3076).
</content>
</entry>
</feed>
