Hi
See
http://www.utasker.com/docs/uTasker/uTaskerUserFiles.PDF sections 7.1 and 7.2.
The
uTaskerFileCreate utility allows files to be packed into a header file for including into a project, or to be packed into a single file so that a complete set of web pages etc. can be loaded as one file. It is also used to convert BMP files to an C-file format for including images in code for displaying with the
uGLCDLIB (it is this quite easy to create a set of embedded icons etc. for use with a graphic LCD).
This is probably similar to the PIC32 utility - although not necessary identical - it requires a list of files, each of which can be given different properties, but I suppose it could be modified quite easily to accept a complete directory or wild cards to automate adding complete folder content if that were to be of advantage. A further advantage is that it allows the files to be viewed and referenced by full file names (no renaming) but still achieves fast file access (similar to
uFileSystem speed) and can also be used together with
uFileSystem files.
Finally note that the new
utFAT support allows huge web content to be copied from a PC to an SD card and then served by the web server. It supports reading long directories and long file names so no change is required - just copy a few GBytes of existing web site content to the correct directory and that's it... (the utFAt user's guide explains this -
http://www.utasker.com/docs/uTasker/uTasker_utFAT.PDF - whereby the HTTP root directory on the SD card and start side are defined in
config.h)
Regards
Mark