Driver structure

Every flash filesystem driver consists of the following components:

When customizing the flash filesystem driver for your system, you'll be modifying the main() routine for the flash filesystem and providing an implementation of the socket services component. The other components are supplied as libraries to link into the driver.

Figure 1. Structure of the flash filesystem driver.