<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/esp8266, branch v1.3.8</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.8</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.8'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-12-06T11:34:18+00:00</updated>
<entry>
<title>esp8266/README: Fix typos.</title>
<updated>2014-12-06T11:34:18+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-12-06T11:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d4f80f58b894ddc336653e16b0210d66ae0e46ad'/>
<id>urn:sha1:d4f80f58b894ddc336653e16b0210d66ae0e46ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Add README.md.</title>
<updated>2014-11-29T15:06:20+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-29T15:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b395220ef00ccf9700a37e470f4d4cf021743572'/>
<id>urn:sha1:b395220ef00ccf9700a37e470f4d4cf021743572</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use MP_DEFINE_CONST_DICT macro to define module dicts.</title>
<updated>2014-11-29T14:39:27+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-29T14:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3b603f29ec093b77b6fad72d77becd5375310637'/>
<id>urn:sha1:3b603f29ec093b77b6fad72d77becd5375310637</id>
<content type='text'>
This is just a clean-up of the code.  Generated code is exactly the
same.
</content>
</entry>
<entry>
<title>esp8266: Move more rodata to irom section.</title>
<updated>2014-11-29T14:36:18+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-29T14:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e636279fe07898c5cfd0d33197cdf79f42f76b96'/>
<id>urn:sha1:e636279fe07898c5cfd0d33197cdf79f42f76b96</id>
<content type='text'>
rodata can only go in iram/irom if it's accessed only using word loads
(ie no byte or half-word access).
</content>
</entry>
<entry>
<title>esp8266: Make default ESP_SDK variable work correctly.</title>
<updated>2014-11-28T18:05:25+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-28T18:05:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d96e6b14c94716ea261c25c57ed4cd14a686ce5b'/>
<id>urn:sha1:d96e6b14c94716ea261c25c57ed4cd14a686ce5b</id>
<content type='text'>
When esp-open-sdk is built with STANDALONE=y (the default) then ESP_SDK
is set to the correct value, so that "make" just works.
</content>
</entry>
<entry>
<title>esp8266: Change bignum from mpz to longlong; move some rodata to iram.</title>
<updated>2014-11-28T14:58:25+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-28T14:58:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fbea8100432abbdfde3d866d5bea1d8b4f87d217'/>
<id>urn:sha1:fbea8100432abbdfde3d866d5bea1d8b4f87d217</id>
<content type='text'>
Some rodata items can go in iram/irom segment, but not others.  With
this patch ESP now has 24256 bytes of heap ram.  It passes 228 out of
248 tests from tests/basics directory.
</content>
</entry>
<entry>
<title>esp8266: Provide sensible default ESP_SDK; deploy 2 the images together.</title>
<updated>2014-11-28T10:22:01+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-28T10:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5f100657188c3f6e53db9d90f7ceebc4753bf44b'/>
<id>urn:sha1:5f100657188c3f6e53db9d90f7ceebc4753bf44b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Allow to override serial port.</title>
<updated>2014-11-27T23:54:46+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-11-27T23:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1bbc389d67932e2afa0699848422b944d0ca759e'/>
<id>urn:sha1:1bbc389d67932e2afa0699848422b944d0ca759e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: New port of Micro Python to ESP8266 wifi module.</title>
<updated>2014-11-27T20:30:33+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-27T20:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=075d597464be619475535930de2f36abe69176f8'/>
<id>urn:sha1:075d597464be619475535930de2f36abe69176f8</id>
<content type='text'>
</content>
</entry>
</feed>
