portapack-mayhem/firmware/chibios-portapack/os/various/fatfs_bindings
Jared Boone f7bfde73b6 FatFs: Enable long file name support.
Lots of re-plumbing to make this work, including a bunch of Unicode stuff now in the binary. Bloat City, I'm sure.

TODO: FatFs using unsigned (uint16_t) for UTF16 representation is kinda inconvenient. Lots of reinterpret_cast<>().
2016-08-21 18:06:39 -07:00
..
fatfs_diskio.c FatFs: Remove (deprecated?) _USE_WRITE, _USE_IOCTL guards. 2016-07-28 23:14:43 -07:00
fatfs_syscall.c Initial firmware commit. 2015-07-08 08:39:24 -07:00
fatfs.cmake FatFs: Enable long file name support. 2016-08-21 18:06:39 -07:00
fatfs.mk Initial firmware commit. 2015-07-08 08:39:24 -07:00
readme.txt Initial firmware commit. 2015-07-08 08:39:24 -07:00

This directory contains the ChibiOS/RT "official" bindings with the FatFS
library by ChaN: http://elm-chan.org

In order to use FatFS within ChibiOS/RT project, unzip FatFS under
./ext/fatfs then include $(CHIBIOS)/os/various/fatfs_bindings/fatfs.mk
in your makefile.