SAM4S-EK_FreeRTOS+FAT-SL
1.0
An example project to test the functionality of FreeRTOS+FAT-SL using SD card as data storage medium
|
#include "fat_sl.h"
#include "psp_string.h"
#include "drv.h"
#include "util.h"
#include "volume.h"
#include "ver_fat_sl.h"
Go to the source code of this file.
Functions | |
unsigned char | _f_checkstatus (void) |
unsigned char | _f_writeglsector (unsigned long sector) |
unsigned char | _f_readglsector (unsigned long sector) |
Variables | |
F_DRIVER * | mdrv = NULL |