Merged in rzr/nuttx-apps/sandbox/rzr/master (pull request #132)
Fix documentation mistake about standalone problem Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
commit
3e8ed474dc
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user