Change naming configs/ to boards in comments, Documentation, etc. Still a few more to go.

This commit is contained in:
Gregory Nutt
2019-08-05 07:13:48 -06:00
parent a1c991d921
commit 615c0ea7ee
513 changed files with 1336 additions and 1336 deletions
+3 -3
View File
@@ -69,14 +69,14 @@ fs/unionfs/README.txt
Example Configurations
----------------------
o configs/sim/unionfs - This is a simulator configuration that uses the
o boards/sim/unionfs - This is a simulator configuration that uses the
Union File System test at apps/examples/unionfs. That test overlays two
small ROMFS file systems with many conflicts in directories and file
names. This is a good platform for testing the Union file System and
apps/examples/unionfs is a good example of how to configure the Union
File System.
o configs/lincoln60/thttpd-binfs - This is an example using the THTTPD
o boards/lincoln60/thttpd-binfs - This is an example using the THTTPD
web server. It server up content from a Union File System with fixed
content provided by a ROMFS file system and CGI content provided by a
BINFS file system.
@@ -84,7 +84,7 @@ fs/unionfs/README.txt
You can see how the Union File System content directory is configured
by logic in apps/example/thttpd/.
o configs/olimex-lpc1766stk/thttpd-binfs - This is essentially the same
o boards/olimex-lpc1766stk/thttpd-binfs - This is essentially the same
as the lincoln60 configuration. It does not work, however, because the
LPC1766 has insufficient RAM to support the THTTPD application in this
configuration.