aboutsummaryrefslogtreecommitdiff
path: root/cc3200/fatfs/src/diskio.c
AgeCommit message (Collapse)Author
2017-01-30cc3200: Convert to use new VFS sub-system and new ooFatFs library.Damien George
2015-11-08cc3200: FatFS configuration moved to the library folder.Alex March
Port specific settinigs defined in mpconfigport. FreeRTOS and semphr headers added to define SemaphoreHandle_t for the SYNC_T.
2015-09-21cc3200: New SD and RTC API plus os and time modules' extensions.Daniel Campora
2015-07-10cc3200: Set simplelink time and date when enabling WLAN.Daniel Campora
2015-05-13lib: Move time utility functions to common library.Josef Gajdusek
2015-02-21cc3200: Add explicit py/ path-prefix for py includes.Damien George
This is how it should be, so one knows exactly where the includes are coming from.
2015-02-06cc3200: Add cc3200 port of MicroPython.danicampora
The port currently implements support for GPIO, RTC, ExtInt and the WiFi subsystem. A small file system is available in the serial flash. A bootloader which makes OTA updates possible, is also part of this initial implementation.