summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index a1d754ae1..caac77e4a 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -48,6 +48,22 @@ examples/adc
CONFIG_EXAMPLES_ADC_GROUPSIZE - The number of samples to read at once.
Default: 4
+examples/bastest
+^^^^^^^^^^^^^^^^
+ This directory contains a small program that will mount a ROMFS file system
+ containing the BASIC test files extracted from the BAS 2.4 release. See
+ examples/bastest/README.txt for licensing and usage information.
+
+ CONFIG_EXAMPLES_BASTEST_DEVMINOR - The minor device number of the ROMFS block
+ driver. For example, the N in /dev/ramN. Used for registering the RAM
+ block driver that will hold the ROMFS file system containing the BASIC
+ files to be tested. Default: 0
+
+ CONFIG_EXAMPLES_BASTEST_DEVPATH - The path to the ROMFS block driver device. This
+ must match EXAMPLES_BASTEST_DEVMINOR. Used for registering the RAM block driver
+ that will hold the ROMFS file system containing the BASIC files to be
+ tested. Default: "/dev/ram0"
+
examples/buttons
^^^^^^^^^^^^^^^^