<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/esp8266/moduos.c, branch cross</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=cross</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=cross'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-07-16T00:53:55+00:00</updated>
<entry>
<title>esp8266/moduos: Add rmdir() function.</title>
<updated>2016-07-16T00:53:55+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-16T00:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bcd0e9a7fa9ca9fa86a5c9ffc1855b74f5cbc6c7'/>
<id>urn:sha1:bcd0e9a7fa9ca9fa86a5c9ffc1855b74f5cbc6c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/moduos.c: Add stat() to the module uos of esp8266.</title>
<updated>2016-05-31T20:00:38+00:00</updated>
<author>
<name>Robert HH</name>
<email>robert@hammelrath.com</email>
</author>
<published>2016-05-31T16:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4f3fbf09cc5f9e135a47744ccc89c72918a97812'/>
<id>urn:sha1:4f3fbf09cc5f9e135a47744ccc89c72918a97812</id>
<content type='text'>
This implementation makes use of vfs.stat() and therefore has the same
properties. Known issues for all ports: uos.stat(".") on the top level
returns the error code 22, EINVAL. The same happens with
uos.stat("dirname/") where dirname IS the name of a directory.
</content>
</entry>
<entry>
<title>esp8266/moduos: Add chdir() and getcwd() functions.</title>
<updated>2016-05-29T16:44:24+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-29T16:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=12401f337e9accbf69836f39e536ec33c3e4fa4b'/>
<id>urn:sha1:12401f337e9accbf69836f39e536ec33c3e4fa4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/moduos.c: Addition of the rename method to module uos.</title>
<updated>2016-05-16T11:19:13+00:00</updated>
<author>
<name>Robert HH</name>
<email>robert@hammelrath.com</email>
</author>
<published>2016-05-16T08:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a676a41cb7f50d0aab4230be19e9b2bb508f754e'/>
<id>urn:sha1:a676a41cb7f50d0aab4230be19e9b2bb508f754e</id>
<content type='text'>
That one was missing in the module, even if it was available in the
vfs object. The change consist of adding the name and preparing the
call to the underlying vfs module, similar to what was already
implemented e.g. for remove.

Rename is useful by itself, or for instance for a safe file replace,
consisting of the sequence:

    write to a temp file
    delete the original file
    rename the temp file to the original file's name
</content>
</entry>
<entry>
<title>esp8266: Convert to use new MP_Exxx errno symbols.</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:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4f2ba9fbdcbafd7ae09199186320f4173bcc8c31'/>
<id>urn:sha1:4f2ba9fbdcbafd7ae09199186320f4173bcc8c31</id>
<content type='text'>
These symbols are still defined in terms of the system Exxx symbols, and
can be switched to internal numeric definitions at a later stage.

Note that extmod/modlwip still uses many system Exxx symbols.
</content>
</entry>
<entry>
<title>esp8266/moduos: Add dupterm_notify() function.</title>
<updated>2016-04-17T15:09:52+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-17T15:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dde9abad16dfa2117104b2922fa10784a7ae7ff6'/>
<id>urn:sha1:dde9abad16dfa2117104b2922fa10784a7ae7ff6</id>
<content type='text'>
Should be called to notify that current dupterm object has more input
data to read.
</content>
</entry>
<entry>
<title>esp8266/moduos: Add uos.mkdir function.</title>
<updated>2016-04-14T22:37:15+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-04-14T22:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=091dcaea2f4576c8cdbb1df68497e5b9e08b490d'/>
<id>urn:sha1:091dcaea2f4576c8cdbb1df68497e5b9e08b490d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/main: mp_builtin_open(): Implement, using vfs_proxy_call().</title>
<updated>2016-04-10T13:59:19+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-10T13:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c734de490a03927dfb244224aec90d333606a3ef'/>
<id>urn:sha1:c734de490a03927dfb244224aec90d333606a3ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Enable uos.dupterm() method.</title>
<updated>2016-03-29T08:41:23+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-03-29T08:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8fc5e56a6a06523ff864d309c7718885a990cb2b'/>
<id>urn:sha1:8fc5e56a6a06523ff864d309c7718885a990cb2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Implement os.urandom function.</title>
<updated>2016-03-29T07:29:57+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-03-29T07:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6ca17c19225c228c39dcc1f8be4ec269c702a165'/>
<id>urn:sha1:6ca17c19225c228c39dcc1f8be4ec269c702a165</id>
<content type='text'>
Uses what is suspected to be a hardware random number generator.
</content>
</entry>
</feed>
