forked from jasondellaluce/arm9loaderhax
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates fatfs lib to a newer version, modified start.s and stub.ld files
to fix a sd usage problem, added support to read the config file from a folder called arm9loaderhax added support for creating the log file in this folder, added some more debug output
- Loading branch information
Showing
39 changed files
with
10,061 additions
and
9,559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
FatFs Module Source Files R0.11 | ||
|
||
|
||
FILES | ||
|
||
00readme.txt This file. | ||
history.txt Revision history. | ||
ffconf.h Configuration file for FatFs module. | ||
ff.h Common include file for FatFs and application module. | ||
ff.c FatFs module. | ||
diskio.h Common include file for FatFs and disk I/O module. | ||
diskio.c An example of glue function to attach existing disk I/O module to FatFs. | ||
integer.h Integer type definitions for FatFs. | ||
option Optional external functions. | ||
|
||
|
||
Low level disk I/O module is not included in this archive because the FatFs | ||
module is only a generic file system layer and not depend on any specific | ||
storage device. You have to provide a low level disk I/O module that written | ||
to control the target storage device. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.