<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/esp8266/mpconfigport.h, branch esp-extra-scripts</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=esp-extra-scripts</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=esp-extra-scripts'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-07-31T21:03:55+00:00</updated>
<entry>
<title>esp8266: Make APA102 driver inclusion configurable.</title>
<updated>2016-07-31T21:03:55+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-31T21:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0e4cae521288208e637d609fc00503fc828217b6'/>
<id>urn:sha1:0e4cae521288208e637d609fc00503fc828217b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/mpconfig.h: Add MICROPY_STREAMS_POSIX_API setting.</title>
<updated>2016-07-30T17:05:56+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-30T17:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=61e77a4e88c4b6971fd997191de01e5ab08e46c5'/>
<id>urn:sha1:61e77a4e88c4b6971fd997191de01e5ab08e46c5</id>
<content type='text'>
To filter out even prototypes of mp_stream_posix_*() functions, which
require POSIX types like ssize_t &amp; off_t, which may be not available in
some ports.
</content>
</entry>
<entry>
<title>esp8266/mpconfigport.h: Include sys/types.h for POSIX types definitions.</title>
<updated>2016-07-30T14:46:36+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-30T14:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ba2c5035410c74dc7b24fcb72eff708acf4b8349'/>
<id>urn:sha1:ba2c5035410c74dc7b24fcb72eff708acf4b8349</id>
<content type='text'>
As required for related functions in stream.h.
</content>
</entry>
<entry>
<title>esp8266: Enable MICROPY_PY_STR_BYTES_CMP_WARN.</title>
<updated>2016-07-21T21:57:55+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-21T21:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=40214b9e26408ceb0e4eb92a57f59302b38fa6f9'/>
<id>urn:sha1:40214b9e26408ceb0e4eb92a57f59302b38fa6f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Enable frozen bytecode, with scripts in modules/ subdir.</title>
<updated>2016-06-29T12:59:19+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-11T15:57:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=db80c0ed4678f4bacc6c7c9b67cbf26846fc21be'/>
<id>urn:sha1:db80c0ed4678f4bacc6c7c9b67cbf26846fc21be</id>
<content type='text'>
To start with, the critical scripts _boot.py and flashbdev.py are frozen
to improve performance and reduce RAM consumption.

Saves about 1000 bytes of heap RAM for a bare boot with filesystem.
</content>
</entry>
<entry>
<title>esp8266: Enable MICROPY_PY_IO_FILEIO to get compliant text/binary streams.</title>
<updated>2016-05-31T18:46:02+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-31T18:46:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=15eb1ce52d27ee6ef18c9364f3274662bce1158e'/>
<id>urn:sha1:15eb1ce52d27ee6ef18c9364f3274662bce1158e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/machine: Add MICROPY_PY_MACHINE_PULSE config for time_pulse_us.</title>
<updated>2016-05-31T13:25:19+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-31T13:25:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=33168081f48634d45902f0a31a27d4527c88a522'/>
<id>urn:sha1:33168081f48634d45902f0a31a27d4527c88a522</id>
<content type='text'>
Since not all ports that enable the machine module have the pin HAL
functions.
</content>
</entry>
<entry>
<title>esp8266: Enable collections.OrderedDict.</title>
<updated>2016-05-21T23:57:33+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-21T23:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9c2217a165ccac5ad27add35c7cbf077aa7376cf'/>
<id>urn:sha1:9c2217a165ccac5ad27add35c7cbf077aa7376cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Change to use internal errno's.</title>
<updated>2016-05-12T11:49:36+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-12T11:49:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0d6d315ba6c36cc493c844f69a898469bf231abc'/>
<id>urn:sha1:0d6d315ba6c36cc493c844f69a898469bf231abc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Enable uerrno module, weak linked also as errno.</title>
<updated>2016-05-10T22:30:39+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-10T22:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7e1f5809104ce69979de7b7fd958e68e428d7535'/>
<id>urn:sha1:7e1f5809104ce69979de7b7fd958e68e428d7535</id>
<content type='text'>
</content>
</entry>
</feed>
