<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/extmod/vfs_fat_file.c, branch v1.8.6</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.6</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.6'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-10-24T01:59:20+00:00</updated>
<entry>
<title>extmod/vfs_fat_file: Make file.close() a no-op if file already closed.</title>
<updated>2016-10-24T01:59:20+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-10-24T01:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=56942019309645781d330312f5944db2d4cb5cd7'/>
<id>urn:sha1:56942019309645781d330312f5944db2d4cb5cd7</id>
<content type='text'>
As per CPython semantics.  In particular, file.__del__() should not raise
an exception if the file is already closed.
</content>
</entry>
<entry>
<title>extmod/vfs_fat_file: Check fatfs f_sync() and f_close() returns for errors.</title>
<updated>2016-10-19T04:57:07+00:00</updated>
<author>
<name>Alex March</name>
<email>alex.march.dev@gmail.com</email>
</author>
<published>2016-10-18T13:18:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=84679e0c065adb357af39b9efbffcf0f3991eece'/>
<id>urn:sha1:84679e0c065adb357af39b9efbffcf0f3991eece</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/vfs_fat_file: Use MP_Exxx errno constants.</title>
<updated>2016-10-07T03:14:41+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-10-07T03:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dc43508cc2125b92b95b886bf687544508ae1854'/>
<id>urn:sha1:dc43508cc2125b92b95b886bf687544508ae1854</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/vfs_fat: Use mp_raise_OSError helper function.</title>
<updated>2016-10-07T02:44:55+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-10-07T02:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=620c4c32bf1ad3123d0b5a326fede444149651c3'/>
<id>urn:sha1:620c4c32bf1ad3123d0b5a326fede444149651c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: Rename mp_obj_type_t::stream_p to protocol.</title>
<updated>2016-06-18T15:44:57+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-18T15:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=07209f8592f15435d6abbccaad5347cea2c7722e'/>
<id>urn:sha1:07209f8592f15435d6abbccaad5347cea2c7722e</id>
<content type='text'>
It's now used for more than just stream protocol (e.g. pin protocol), so
don't use false names.
</content>
</entry>
<entry>
<title>py: When printf'ing an object as a pointer, pass the concrete pointer.</title>
<updated>2016-03-14T22:41:14+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-03-14T22:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0be6359f39136b0ab256ede945a88ed070114ebf'/>
<id>urn:sha1:0be6359f39136b0ab256ede945a88ed070114ebf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Fix breakage after VfsFat refactor.</title>
<updated>2016-02-15T08:39:56+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-02-15T08:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4cd45f48b138c8af126a12a248fc07539ef03b5f'/>
<id>urn:sha1:4cd45f48b138c8af126a12a248fc07539ef03b5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.</title>
<updated>2016-02-14T22:16:46+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-02-14T22:16:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6b0c88256b03de63280eb7b704f5b6aaa5e9cc46'/>
<id>urn:sha1:6b0c88256b03de63280eb7b704f5b6aaa5e9cc46</id>
<content type='text'>
</content>
</entry>
</feed>
