<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/unix/mphalport.h, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-09-06T03:40:51+00:00</updated>
<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>
<entry>
<title>all: Use the name MicroPython consistently in comments</title>
<updated>2017-07-31T08:35:40+00:00</updated>
<author>
<name>Alexander Steffen</name>
<email>devel.20.webmeister@spamgourmet.com</email>
</author>
<published>2017-06-30T07:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=55f33240f3d7051d4213629e92437a36f1fac50e'/>
<id>urn:sha1:55f33240f3d7051d4213629e92437a36f1fac50e</id>
<content type='text'>
There were several different spellings of MicroPython present in comments,
when there should be only one.
</content>
</entry>
<entry>
<title>unix: Convert to use core-provided version of built-in import().</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-01T06:01:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d92898a35acdb6fc665be75f7c53d0fec107c4c4'/>
<id>urn:sha1:d92898a35acdb6fc665be75f7c53d0fec107c4c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix/mphalport.h: Add dummy definition of mp_hal_ticks_cpu().</title>
<updated>2016-10-29T14:23:05+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-10-29T14:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c62679bdaadea2277291aa3f8bc1e36757b1c61d'/>
<id>urn:sha1:c62679bdaadea2277291aa3f8bc1e36757b1c61d</id>
<content type='text'>
To fix coverage build.
</content>
</entry>
<entry>
<title>unix/mphalport.h: Add warning of mp_hal_delay_ms() implementation.</title>
<updated>2016-10-29T10:38:02+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-10-29T10:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=99ed0f25cb1dded94d0774ee3bdb3c08062df51a'/>
<id>urn:sha1:99ed0f25cb1dded94d0774ee3bdb3c08062df51a</id>
<content type='text'>
It's implemented in terms of usleep(), and POSIX doesn't guarantee that
usleep() can sleep for more than a second. This restriction unlikely
applies to any real-world system, but...
</content>
</entry>
<entry>
<title>unix: Use mp_raise_OSError helper function.</title>
<updated>2016-10-07T03:05:15+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-10-07T03:05:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=503089ea9d6b358f1a06ad1f164561b7cf11c742'/>
<id>urn:sha1:503089ea9d6b358f1a06ad1f164561b7cf11c742</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix/mphalport: Add mp_hal_delay_us() for consistency with other ports.</title>
<updated>2016-05-07T18:18:44+00:00</updated>
<author>
<name>Pavol Rusnak</name>
<email>stick@gk2.sk</email>
</author>
<published>2016-04-29T12:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bc7ca7ca01fc0e8b430e9094d846406f375b2a91'/>
<id>urn:sha1:bc7ca7ca01fc0e8b430e9094d846406f375b2a91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix: Add "uselect" module, with poll() function.</title>
<updated>2015-11-16T22:35:57+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-11-16T22:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=65971f5160ae328ebe6fcaf0ca4223dd46f49365'/>
<id>urn:sha1:65971f5160ae328ebe6fcaf0ca4223dd46f49365</id>
<content type='text'>
Underlyingly, uses standard POSIX poll() for portability.
</content>
</entry>
<entry>
<title>unix: Use standard mphalport.h header.</title>
<updated>2015-11-13T13:44:26+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-11-13T13:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=66fd3e4a7b79f81ea66c87f7607fa463bc8def15'/>
<id>urn:sha1:66fd3e4a7b79f81ea66c87f7607fa463bc8def15</id>
<content type='text'>
This also unbreaks "make minimal".
</content>
</entry>
</feed>
