FatFs integration (SDIO backend) (#242)
This commit is contained in:
parent
2994a566a6
commit
f1d44f5cbe
23 changed files with 38479 additions and 0 deletions
16
extras/fatfs/volumes.h
Normal file
16
extras/fatfs/volumes.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* FatFs integration to esp-open-rtos
|
||||
*
|
||||
* Part of esp-open-rtos
|
||||
* Copyright (C) 2016 Ruslan V. Uss <unclerus@gmail.com>
|
||||
* BSD Licensed as described in the file LICENSE
|
||||
*/
|
||||
#ifndef _EXTRAS_FATFS_VOLUMES_H_
|
||||
#define _EXTRAS_FATFS_VOLUMES_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
const char *f_gpio_to_volume(uint8_t gpio);
|
||||
uint8_t f_drv_to_gpio(uint8_t drv);
|
||||
|
||||
#endif /* _EXTRAS_FATFS_VOLUMES_H_ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue