Mass Storage
FAT
- Low level functions
- fat.c : Set of all basic low level functions (get_cluster_list...).
- fat_unusual.c : Extended set of low level functions (mount...).
- Abstract interface
- Navigation
- File
- file.c : Basic functions to handle a file (open, read...).
- reader_txt.c : Set of function to handle text files (read_line...).
- unicode.c : Plug-in to handle Unicode in text files.
- play_list.c : Set of functions to parse and read a playlist file.
Audio Player Core
USB Host