<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/lib/fatfs/diskio.c, branch 6.0.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-01-30T01:26:08+00:00</updated>
<entry>
<title>lib/fatfs: Remove old fatfs library component, it's replaced by oofatfs.</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-29T04:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9425bf5b2ba4a4b7f535c9e52add43fd1664802d'/>
<id>urn:sha1:9425bf5b2ba4a4b7f535c9e52add43fd1664802d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib: Update FatFs to R0.11.</title>
<updated>2015-03-29T21:12:14+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-03-27T11:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7b19e99edd2ca5d60154ffaa6007c936f274a15a'/>
<id>urn:sha1:7b19e99edd2ca5d60154ffaa6007c936f274a15a</id>
<content type='text'>
There are lots of cosmetic changes, but this release brings a  very
important bug fix:
 - Fixed f_unlink() does not remove cluster chain of the file.

With R0.10c if you try to write a file that is too large to fit in the
free space of the drive, the operation fails, you delete the incomplete
file, and it seems to be erased, but the space is not really freed,
because any subsequent write operations fail because the drive is
"still" full. The only way to recover from this is by formatting the
drive. I can confirm that R0.11 fixes the problem.
</content>
</entry>
<entry>
<title>lib/fatfs: Upgrade to new FatFs driver, put in lib/ for common use.</title>
<updated>2014-12-27T17:36:16+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-12-20T20:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c546b66bab04426a423af21eabb84de5707b29c4'/>
<id>urn:sha1:c546b66bab04426a423af21eabb84de5707b29c4</id>
<content type='text'>
Patches to fatfs for our use will follow.
</content>
</entry>
</feed>
