<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/extmod/vfs_fat.c, branch v1.9.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-05-10T02:30:34+00:00</updated>
<entry>
<title>extmod/vfs: Use MP_S_IFDIR, MP_S_IFREG consts instead of magic numbers.</title>
<updated>2017-05-10T02:30:34+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-10T02:30:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d70f688f25a76e1e6a251a4ffc5144539c1a4e64'/>
<id>urn:sha1:d70f688f25a76e1e6a251a4ffc5144539c1a4e64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/vfs_fat: Replace listdir() with implementation of ilistdir().</title>
<updated>2017-05-10T01:39:28+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-05T13:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d4cd4831b01ff87b4a9f84bb88b165e3b156b3b4'/>
<id>urn:sha1:d4cd4831b01ff87b4a9f84bb88b165e3b156b3b4</id>
<content type='text'>
VfsFat no longer has the listdir() method.  Rather, if listdir()
functionality is needed then one should use uos.listdir() which will call
VfsFat.ilistdir().
</content>
</entry>
<entry>
<title>extmod/vfs_fat: Fix calculation of total blocks in statvfs.</title>
<updated>2017-03-29T01:53:35+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-03-29T01:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f7816188b701552036c9f3f2c6d1eb06462087d1'/>
<id>urn:sha1:f7816188b701552036c9f3f2c6d1eb06462087d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/vfs_fat: Remove obsolete and unused str/len members.</title>
<updated>2017-03-10T08:09:42+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-03-10T08:09:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=12d0731b91d8e58ba20ec28adf2d6c1aa995d74a'/>
<id>urn:sha1:12d0731b91d8e58ba20ec28adf2d6c1aa995d74a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/vfs_fat.c: Use explicit include path for timeutils.h.</title>
<updated>2017-01-30T12:10:16+00:00</updated>
<author>
<name>Andrew Gatt</name>
<email>andrew.gatt@springltd.co</email>
</author>
<published>2017-01-30T11:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=10dbf2383f14ad4cc9ddfd9e5b75492a219a7a6c'/>
<id>urn:sha1:10dbf2383f14ad4cc9ddfd9e5b75492a219a7a6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.</title>
<updated>2017-01-30T01:26:08+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-29T08:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b697c890096805d9ccaf7553dbff5b82f5332609'/>
<id>urn:sha1:b697c890096805d9ccaf7553dbff5b82f5332609</id>
<content type='text'>
vfs.h is for generic VFS declarations, and vfs_fat.h is for VfsFat
specific things.
</content>
</entry>
<entry>
<title>extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.</title>
<updated>2017-01-30T01:26:07+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-29T04:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0bd61d23b9b21819da9d10290dfccd4ae4a69e1a'/>
<id>urn:sha1:0bd61d23b9b21819da9d10290dfccd4ae4a69e1a</id>
<content type='text'>
Everyone should now be using the new ooFatFs library.  The old one is no
longer supported and will be removed.
</content>
</entry>
<entry>
<title>extmod/vfs_fat: Use SECSIZE macro to determine FatFs sector size.</title>
<updated>2017-01-27T12:22:15+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-27T11:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8aa8a0a660451e8eafc4aa0bca2116d561cebe4a'/>
<id>urn:sha1:8aa8a0a660451e8eafc4aa0bca2116d561cebe4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/vfs_fat: Rework to support new generic VFS sub-system.</title>
<updated>2017-01-27T06:19:06+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-27T04:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fb3ae1784e1905709f82aadb7f1c8994682f9759'/>
<id>urn:sha1:fb3ae1784e1905709f82aadb7f1c8994682f9759</id>
<content type='text'>
The VfsFat object can now be mounted by the generic VFS sub-system.
</content>
</entry>
<entry>
<title>extmod: Rename vfs_fat_file.h to vfs_fat.h.</title>
<updated>2017-01-27T04:04:17+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-27T04:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=32a1138b9f66b76808906064a76c5f9533cc825c'/>
<id>urn:sha1:32a1138b9f66b76808906064a76c5f9533cc825c</id>
<content type='text'>
And move declaration of mp_fat_vfs_type to this file.
</content>
</entry>
</feed>
