Pros:
- If you have an LPC1768 mbed board and you’d like to quickly test a new idea which requires also some storage, but that isn’t your main focus, then the
LocalFileSystem
is very handy. Later on (in the product or custom board) it could be replaced with other type of file system.
Cons:
- The type (model) of the IC installed on an LPC1768 mbed board for the 'LocalFileSystem` is not publicly known.
- The source code of the firmware for the
LocalFileSystem
IC has never been released.
Obviously the cons above render the LocalFileSystem
useless for custom boards or products.