In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "LibELM"

From WiiBrew
Jump to navigation Jump to search
(Updated LibELM to 1.2!)
(Added revision history)
Line 18: Line 18:
  
 
The original ELM FatFs page is here: [http://elm-chan.org/fsw/ff/00index_e.html http://elm-chan.org/fsw/ff/00index_e.html]
 
The original ELM FatFs page is here: [http://elm-chan.org/fsw/ff/00index_e.html http://elm-chan.org/fsw/ff/00index_e.html]
 +
 +
== Revision History ==
 +
=== 1.2 Final ===
 +
* Complete devoptab. (File functions, directory functions, old error reporting style in addition to errno)
 +
* Better error handling.
 +
* Cleaner code.
 +
* Fixed memory leak.
 +
 +
=== 1.1 ===
 +
* Partial devoptab. (File functions, no directory functions, fail error reporting.)
 +
* Changed a few functions to assist in devoptab and for other help.
 +
 +
=== 1.0 ===
 +
* Initial release.
 +
* No devoptab.
 +
* SD Card, USB Drive, and SDGecko Support.

Revision as of 02:54, 29 September 2009

LibELM
General
Author(s)SquidMan
TypeLibrary
Version1.2
Links
Download
Website
Source

LibELM is a FAT driver, like libFAT. However, LibELM is based on the amazing ELM FatFs driver by ChaN. LibELM now has a devoptab so now you can use stdio functions (fopen, fread, etc.)! Directories and LFN filenames are now supported! Now completely usable, for everything! 1.2 is the Final release, if there are any bugs, please report them on the talk page, and I will fix them A.S.A.P.

LibELM is Wii only, at the moment, and supports SD card, USB stick, and should support SDGecko, but SDGecko has not been tested.

For software using LibELM, go to Category:Homebrew using libELM

The original ELM FatFs page is here: http://elm-chan.org/fsw/ff/00index_e.html

Revision History

1.2 Final

  • Complete devoptab. (File functions, directory functions, old error reporting style in addition to errno)
  • Better error handling.
  • Cleaner code.
  • Fixed memory leak.

1.1

  • Partial devoptab. (File functions, no directory functions, fail error reporting.)
  • Changed a few functions to assist in devoptab and for other help.

1.0

  • Initial release.
  • No devoptab.
  • SD Card, USB Drive, and SDGecko Support.