CypherCG / fatfs_psx

embedded fatfs/exfat implementation for psx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fatfs_psx

embedded fatfs/exfat implementation for psx

original implementation comes from http://elm-chan.org/fsw/ff/00index_e.html

FatFs is a generic FAT/exFAT filesystem module for small embedded systems. The FatFs module is written in compliance with ANSI C (C89) and completely separated from the disk I/O layer. Therefore it is independent of the platform. It can be incorporated into small microcontrollers with limited resource, such as 8051, PIC, AVR, ARM, Z80, RX and etc. Also Petit FatFs module is available for tiny microcontrollers.

check ffconf.h for enabled functionality and change if/as needed

for PS3, use the sdk from https://github.com/Estwald/PSDK3v2 or any other compatible sdk and build & run the included example

provided 'as is' with no guarantee or warranties. check original LICENSE.txt for details.

cheers

About

embedded fatfs/exfat implementation for psx

License:Other


Languages

Language:C 98.8%Language:HTML 0.8%Language:C++ 0.2%Language:Makefile 0.1%Language:Assembly 0.1%Language:CSS 0.0%Language:Objective-C 0.0%Language:PLSQL 0.0%Language:Python 0.0%Language:Batchfile 0.0%