local file system specification

05 Mar 2010

Hello,

I want to use the mbed to build a high level programmable coder for radio controle modelism  ( airplane for the start). I start to read and understand the I2C communication as I plan to use max1239 and PCA9555D for the switch input, http://www.robot-electronics.co.uk/htm/Lcd02tech.htm for the display.

I plan to store the model configuration file on the local file system. each file will have no more than a few hundreds of value (imits, mixer, conditons....)

What i can't find is the limitation of the file systeme : number max of file for example, is there a way to modify a file (I think no apart erase and rewrite) is there a way to modify from the mbed the name of the file ? to copy a file from the mbed

is there a complete list of the fuction usable on the mbed to deal with the local file system, with the syntax is possible

thank you a lot