From f888b0a7416c212ac22b2ac3ec9ab5f91e851079 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Fri, 19 Jan 2018 12:26:34 +0100 Subject: [PATCH] Fix documentation mistake about standalone problem I guess author meant "standalone program" not "standalone problem" ? Then, it was replicated elsewhere in code base, and fixed accordingly with this patch. Signed-off-by: Philippe Coval --- examples/README.txt | 8 ++++---- examples/adc/adc.h | 2 +- examples/can/can.h | 2 +- examples/i2schar/i2schar.h | 2 +- examples/lvgldemo/tp.h | 2 +- examples/touchscreen/tc.h | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/README.txt b/examples/README.txt index 787516f11..4f99beff9 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -35,7 +35,7 @@ examples/adc CONFIG_ADC - Enabled ADC support CONFIG_NSH_BUILTIN_APPS - Build the ADC test as an NSH built-in function. - Default: Built as a standalone problem + Default: Built as a standalone program Specific configuration options for this example include: @@ -169,7 +169,7 @@ examples/can CONFIG_CAN_LOOPBACK - A CAN driver may or may not support a loopback mode for testing. The STM32 CAN driver does support loopback mode. CONFIG_NSH_BUILTIN_APPS - Build the CAN test as an NSH built-in function. - Default: Built as a standalone problem + Default: Built as a standalone program Specific configuration options for this example include: @@ -668,7 +668,7 @@ examples/i2cchar CONFIG_DRIVERS_AUDIO - Enable audio device support CONFIG_AUDIO_I2SCHAR = Enabled support for the I2S character device CONFIG_NSH_BUILTIN_APPS - Build the I2S test as an NSH built-in function. - Default: Built as a standalone problem + Default: Built as a standalone program Specific configuration options for this example include: @@ -1965,7 +1965,7 @@ examples/touchscreen simulated touchscreen driver. CONFIG_NSH_BUILTIN_APPS - Build the touchscreen test as - an NSH built-in function. Default: Built as a standalone problem + an NSH built-in function. Default: Built as a standalone program CONFIG_EXAMPLES_TOUCHSCREEN_MINOR - The minor device number. Minor=N corresponds to touchscreen device /dev/inputN. Note this value must with CONFIG_EXAMPLES_TOUCHSCREEN_DEVPATH. Default 0. diff --git a/examples/adc/adc.h b/examples/adc/adc.h index 9a1fbadb0..bc561be5d 100644 --- a/examples/adc/adc.h +++ b/examples/adc/adc.h @@ -47,7 +47,7 @@ ****************************************************************************/ /* Configuration ************************************************************/ /* CONFIG_NSH_BUILTIN_APPS - Build the ADC test as an NSH built-in function. - * Default: Built as a standalone problem + * Default: Built as a standalone program * CONFIG_EXAMPLES_ADC_DEVPATH - The default path to the ADC device. Default: /dev/adc0 * CONFIG_EXAMPLES_ADC_NSAMPLES - If CONFIG_NSH_BUILTIN_APPS * is defined, then the number of samples is provided on the command line diff --git a/examples/can/can.h b/examples/can/can.h index bdea0a627..62ccb8c04 100644 --- a/examples/can/can.h +++ b/examples/can/can.h @@ -56,7 +56,7 @@ * Specific configuration options for this example include: * * CONFIG_NSH_BUILTIN_APPS - Build the CAN test as an NSH built-in function. - * Default: Built as a standalone problem + * Default: Built as a standalone program * CONFIG_CAN_LOOPBACK * CONFIG_EXAMPLES_CAN_DEVPATH - The path to the CAN device. Default: /dev/can0 * CONFIG_EXAMPLES_CAN_NMSGS - If CONFIG_NSH_BUILTIN_APPS diff --git a/examples/i2schar/i2schar.h b/examples/i2schar/i2schar.h index c2de0f516..469e8f6cb 100644 --- a/examples/i2schar/i2schar.h +++ b/examples/i2schar/i2schar.h @@ -48,7 +48,7 @@ ****************************************************************************/ /* Configuration ************************************************************/ /* CONFIG_NSH_BUILTIN_APPS - Build the I2SCHAR test as an NSH built-in - * function. Default: Built as a standalone problem + * function. Default: Built as a standalone program * CONFIG_EXAMPLES_I2SCHAR_DEVPATH - The default path to the I2S character * device. Default: /dev/i2schar0 */ diff --git a/examples/lvgldemo/tp.h b/examples/lvgldemo/tp.h index 6da26a2b4..07f385737 100644 --- a/examples/lvgldemo/tp.h +++ b/examples/lvgldemo/tp.h @@ -48,7 +48,7 @@ ****************************************************************************/ /* Configuration ************************************************************/ /* CONFIG_NSH_BUILTIN_APPS - Build the touchscreen test as - * an NSH built-in function. Default: Built as a standalone problem + * an NSH built-in function. Default: Built as a standalone program * CONFIG_EXAMPLES_LGVLDEMO_MINOR - The minor device number. Minor=N * corresponds to touchscreen device /dev/input0. Note this value must * with CONFIG_EXAMPLES_LGVLDEMO_DEVPATH. Default 0. diff --git a/examples/touchscreen/tc.h b/examples/touchscreen/tc.h index 6d141485d..396d00154 100644 --- a/examples/touchscreen/tc.h +++ b/examples/touchscreen/tc.h @@ -47,7 +47,7 @@ ****************************************************************************/ /* Configuration ************************************************************/ /* CONFIG_NSH_BUILTIN_APPS - Build the touchscreen test as - * an NSH built-in function. Default: Built as a standalone problem + * an NSH built-in function. Default: Built as a standalone program * CONFIG_EXAMPLES_TOUCHSCREEN_MINOR - The minor device number. Minor=N * corresponds to touchscreen device /dev/input0. Note this value must * with CONFIG_EXAMPLES_TOUCHSCREEN_DEVPATH. Default 0.