mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 13:08:26 +00:00
All of the tools listed on the original documentation are now given their own individual doc pages. This makes it much easier to cross-reference them from other documentation locations (as many are used in CI/for specific architectures) and it also makes it easier for users to digest the information. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
13 lines
466 B
ReStructuredText
13 lines
466 B
ReStructuredText
===============
|
|
``mkfsdata.pl``
|
|
===============
|
|
|
|
This perl script is used to build the "fake" file system and CGI support
|
|
as needed for the apps/netutils/webserver. It is currently used only
|
|
by the Makefile at apps/examples/uip. That example serves as an example
|
|
of how to configure the uIP webserver "fake" file system.
|
|
|
|
.. note::
|
|
|
|
This perl script comes from uIP and was (probably) written by Adam Dunkels.
|
|
uIP has a license that is compatible with NuttX.
|