<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/extmod/vfs_fat.c, branch v1.8.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-05-31T12:42:08+00:00</updated>
<entry>
<title>extmod/vfs_fat: Mark anused "self" arg for fat_vfs_stat().</title>
<updated>2016-05-31T12:42:08+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-31T12:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=298c2ae2c79606bd50522c5cb297855c070a823e'/>
<id>urn:sha1:298c2ae2c79606bd50522c5cb297855c070a823e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/vfs_fat.c: Add vfs.stat().</title>
<updated>2016-05-31T10:03:12+00:00</updated>
<author>
<name>Robert HH</name>
<email>robert@hammelrath.com</email>
</author>
<published>2016-05-30T19:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ee009d713a40e710bd6c7d5e98b47f5825fd3e69'/>
<id>urn:sha1:ee009d713a40e710bd6c7d5e98b47f5825fd3e69</id>
<content type='text'>
The call to stat() returns a 10 element tuple consistent to the os.stat()
call. At the moment, the only relevant information returned are file
type and file size.
</content>
</entry>
<entry>
<title>extmod/vfs_fat: getcwd(): Use mp_obj_new_exception_arg1().</title>
<updated>2016-05-29T17:04:53+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-29T17:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=480159ca8be7e9b75dea7db56f0affa9c3778054'/>
<id>urn:sha1:480159ca8be7e9b75dea7db56f0affa9c3778054</id>
<content type='text'>
Copy-paste issue, with the original mistake in stmhal.
</content>
</entry>
<entry>
<title>extmod/vfs_fat: chdir(), getcwd() methods should accept VFS object (self).</title>
<updated>2016-05-29T15:52:41+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-29T15:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ee5e3f65276fd80edd104964402a1957188a7126'/>
<id>urn:sha1:ee5e3f65276fd80edd104964402a1957188a7126</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/vfs_fat: Add getcwd() method.</title>
<updated>2016-05-29T15:23:59+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-29T15:23:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cac6c9704ef2003c13fd89be113ea06ebebffa2e'/>
<id>urn:sha1:cac6c9704ef2003c13fd89be113ea06ebebffa2e</id>
<content type='text'>
Ported from stmhal.
</content>
</entry>
<entry>
<title>extmod/vfs_fat: Add chdir() method.</title>
<updated>2016-05-29T15:17:00+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-29T15:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f12146cbf6bbd878086132021d673c537a5e5c66'/>
<id>urn:sha1:f12146cbf6bbd878086132021d673c537a5e5c66</id>
<content type='text'>
Ported from stmhal.
</content>
</entry>
<entry>
<title>extmod/vfs_fat*: Replace text error messages by POSIX error numbers.</title>
<updated>2016-05-27T20:57:01+00:00</updated>
<author>
<name>Robert HH</name>
<email>robert@hammelrath.com</email>
</author>
<published>2016-05-27T20:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7c004e794c4b7f9c7eb0979cf1c8d608992afb1a'/>
<id>urn:sha1:7c004e794c4b7f9c7eb0979cf1c8d608992afb1a</id>
<content type='text'>
These changes are in line with similar changes in other modules, and
with standard Python interface.
</content>
</entry>
<entry>
<title>extmod: When including extmod headers, prefix path with extmod/.</title>
<updated>2016-05-20T11:46:20+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-20T11:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f9dc644017a03c5dac5c0798e4c45310b8cfc8e8'/>
<id>urn:sha1:f9dc644017a03c5dac5c0798e4c45310b8cfc8e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/vfs_fat: Add .rename() method.</title>
<updated>2016-02-28T23:23:53+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-02-28T23:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e0821830b044f736619906e1b4f974b7d43263db'/>
<id>urn:sha1:e0821830b044f736619906e1b4f974b7d43263db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/vfs_fat: Add .mkdir() method.</title>
<updated>2016-02-28T22:03:20+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-02-28T22:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bbe832a0b2e7995e8da87c93683bb595c75cd345'/>
<id>urn:sha1:bbe832a0b2e7995e8da87c93683bb595c75cd345</id>
<content type='text'>
</content>
</entry>
</feed>
