<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/lib/oofatfs/ffconf.h, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-07-06T18:16:25+00:00</updated>
<entry>
<title>Add license to some obvious files.</title>
<updated>2020-07-06T18:16:25+00:00</updated>
<author>
<name>Diego Elio Pettenò</name>
<email>flameeyes@flameeyes.com</email>
</author>
<published>2020-06-03T22:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=34b4993d63a6b576f29d624385c681f679b4124c'/>
<id>urn:sha1:34b4993d63a6b576f29d624385c681f679b4124c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>oofatfs: Remove _FS_DISK_READ_ALIGNED</title>
<updated>2020-02-28T16:04:28+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@unpythonic.net</email>
</author>
<published>2020-02-28T16:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eef742bf45f504cf23523fea4f20e61774407646'/>
<id>urn:sha1:eef742bf45f504cf23523fea4f20e61774407646</id>
<content type='text'>
This workaround is no longer needed, so it can be removed.

Closes: #2332
</content>
</entry>
<entry>
<title>nRF: disk_read must be 4-byte aligned</title>
<updated>2019-12-10T20:03:06+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-11-29T14:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a484a93b290806d01850e58905d65bc798b4cd91'/>
<id>urn:sha1:a484a93b290806d01850e58905d65bc798b4cd91</id>
<content type='text'>
.. a requirement that oofatfs needs to be taught to respect.

This problem can be demonstrated with the following snippet, except
that the related file ("test.bin") must also be contiguous on the
filesystem.  You can ensure this by reformatting your device's filesystem
before testing, then copying any single file bigger than 4kB to test.bin.

    f = open("test.bin", "rb")
    f.seek(2048)
    b = bytearray(2048)
    v = memoryview(b)
    f.readinto(v[909:])

Closes: #2332
</content>
</entry>
<entry>
<title>Add fast seek support to file objects</title>
<updated>2019-02-03T21:41:20+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-02-03T21:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a393a6e0c578231123220e73adc32b8ee58db64b'/>
<id>urn:sha1:a393a6e0c578231123220e73adc32b8ee58db64b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/oofatfs/ffconf.h: Add MICROPY_FATFS_NORTC option.</title>
<updated>2017-01-31T08:54:20+00:00</updated>
<author>
<name>Andrew Gatt</name>
<email>andrew.gatt@springltd.co</email>
</author>
<published>2017-01-31T08:27:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9d3c0d423e878edf1daa4ea836fc6879f519a438'/>
<id>urn:sha1:9d3c0d423e878edf1daa4ea836fc6879f519a438</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/oofatfs/ffconf.h: Allow to configure FS_EXFAT option.</title>
<updated>2017-01-31T01:32:24+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-31T01:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b039d93d7e0d43bb45e0c36a28f02d580acbf5ea'/>
<id>urn:sha1:b039d93d7e0d43bb45e0c36a28f02d580acbf5ea</id>
<content type='text'>
Using MICROPY_FATFS_EXFAT.  Enabling this has licensing implications;
see https://www.microsoft.com/en-us/legal/intellectualproperty/mtl/exfat-licensing.aspx
</content>
</entry>
<entry>
<title>lib/oofatfs: Add OO version of FatFS library.</title>
<updated>2017-01-27T02:19:10+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-24T09:56:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9b08faf3ae98e5176a041072a6b6f24044ea473c'/>
<id>urn:sha1:9b08faf3ae98e5176a041072a6b6f24044ea473c</id>
<content type='text'>
From https://github.com/micropython/oofatfs, branch work-R0.12b,
commit a346ccec123c2e4d887e2751d64156208d03bff4.
</content>
</entry>
</feed>
