<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/cc3200/fatfs, branch v1.4.3</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-05-12T23:12:54+00:00</updated>
<entry>
<title>lib: Move time utility functions to common library.</title>
<updated>2015-05-12T23:12:54+00:00</updated>
<author>
<name>Josef Gajdusek</name>
<email>atx@atx.name</email>
</author>
<published>2015-05-11T00:00:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1db42538864e1f235fee1b37b44ca428b1f3c427'/>
<id>urn:sha1:1db42538864e1f235fee1b37b44ca428b1f3c427</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Clean up and reduce use/include of std.h.</title>
<updated>2015-04-18T13:29:28+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-04-18T13:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=259eaab9a9de1b01ac45803fe4f0e58b90f99d84'/>
<id>urn:sha1:259eaab9a9de1b01ac45803fe4f0e58b90f99d84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Enable long filename support in FatFS.</title>
<updated>2015-04-11T11:35:05+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-04-10T19:02:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6e25d955f489ee3446c5af10ea28b1f9038a733b'/>
<id>urn:sha1:6e25d955f489ee3446c5af10ea28b1f9038a733b</id>
<content type='text'>
This has implications all over the place. I have to admit that
you can instantly see that usability improves, but it costs 3K.
At the same time I took the oportunity to rename the '/SFLASH'
drive to '/flash' which improves compatibility with the pyboard.
</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>cc3200: Fixes and improvements to the SD card driver.</title>
<updated>2015-03-18T20:55:02+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-03-18T20:48:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f382f4442e38227a983ad0a966b00c6d42b3911f'/>
<id>urn:sha1:f382f4442e38227a983ad0a966b00c6d42b3911f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Align SD card driver with new SDK release(1.1.0).</title>
<updated>2015-03-15T23:42:13+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-03-15T19:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=09623580262ecbd747f4feabd62eceb524ec16af'/>
<id>urn:sha1:09623580262ecbd747f4feabd62eceb524ec16af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Prevent multiple memory allocations if sflash init fails.</title>
<updated>2015-03-14T09:08:46+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-03-14T08:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d432bcb9acb7105274c10c6b4bee3736a1a690b5'/>
<id>urn:sha1:d432bcb9acb7105274c10c6b4bee3736a1a690b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add power management framework. Add mpcallback class.</title>
<updated>2015-03-11T16:00:33+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-03-04T12:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9e44383e3f4092940a1e1b49a278978df99f7b08'/>
<id>urn:sha1:9e44383e3f4092940a1e1b49a278978df99f7b08</id>
<content type='text'>
Supports suspend and hibernate modes. Waking is possible throug GPIO
and WLAN.
The mpcallback class is generic and can be reused by other classes.
</content>
</entry>
<entry>
<title>cc3200: Modify simplelink FreeRTOS OSI layer to only use semaphores.</title>
<updated>2015-02-26T10:18:18+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-02-26T09:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5330d8996f3e64447b48ffe2824f7911337b0d07'/>
<id>urn:sha1:5330d8996f3e64447b48ffe2824f7911337b0d07</id>
<content type='text'>
Before, both mutexes and semaphores were used. Using only the latter
and with a bit of cleanup to remove some code bloat, we save ~600
bytes of code.
</content>
</entry>
<entry>
<title>cc3200: Remove dependencies from FreeRTOS.</title>
<updated>2015-02-22T16:50:50+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-02-22T16:31:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=33ddb566a7565b4fba4a68939d43bcdb5f132836'/>
<id>urn:sha1:33ddb566a7565b4fba4a68939d43bcdb5f132836</id>
<content type='text'>
Use the simplelink wrappers instead. This is one step further
towards having a single module for the cc3200 and the cc3100.
</content>
</entry>
</feed>
