Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis
This commit is contained in:
parent
6fef2aabd9
commit
0dbf579aa8
@ -115,7 +115,7 @@ Rev 2 vs. Rev 3
|
|||||||
(see include/board.h). That fix as well as any others that we may find
|
(see include/board.h). That fix as well as any others that we may find
|
||||||
will be enabled by selecting
|
will be enabled by selecting
|
||||||
|
|
||||||
CONFIG_ADRUINO_DUE_REV3=y
|
CONFIG_ARDUINO_DUE_REV3=y
|
||||||
|
|
||||||
ITEAD 2.4" TFT with Touch
|
ITEAD 2.4" TFT with Touch
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
@ -200,7 +200,7 @@
|
|||||||
|
|
||||||
/* GPIO pin configurations **********************************************************/
|
/* GPIO pin configurations **********************************************************/
|
||||||
|
|
||||||
#if 1 /* #ifdef CONFIG_ADRUINO_DUE_REV3 works with REV2 as well */
|
#if 1 /* #ifdef CONFIG_ARDUINO_DUE_REV3 works with REV2 as well */
|
||||||
/* This port was performed on the Arduino Due Rev 2 board. A NuttX user reported
|
/* This port was performed on the Arduino Due Rev 2 board. A NuttX user reported
|
||||||
* issues with the serial port on his Aduino Due Rev 3 board. That problem was
|
* issues with the serial port on his Aduino Due Rev 3 board. That problem was
|
||||||
* resolved as follows:
|
* resolved as follows:
|
||||||
|
@ -590,7 +590,7 @@ Where <subdir> is one of the following:
|
|||||||
microSD Yes (5) Yes (5)
|
microSD Yes (5) Yes (5)
|
||||||
Support
|
Support
|
||||||
----------- ----------------------- --------------------------------
|
----------- ----------------------- --------------------------------
|
||||||
FAT FS CONFIG_FAT_LCNAME=y CONFIG_FAT_LCNAME=y
|
FAT FS CONFIG_FAT_LCNAMES=y CONFIG_FAT_LCNAMES=y
|
||||||
Config CONFIG_FAT_LFN=n CONFIG_FAT_LFN=y (3)
|
Config CONFIG_FAT_LFN=n CONFIG_FAT_LFN=y (3)
|
||||||
----------- ----------------------- --------------------------------
|
----------- ----------------------- --------------------------------
|
||||||
LCD Driver No Yes
|
LCD Driver No Yes
|
||||||
|
@ -423,7 +423,7 @@ USB Host Configuration
|
|||||||
|
|
||||||
Device Drivers -> USB Host Driver Support
|
Device Drivers -> USB Host Driver Support
|
||||||
CONFIG_USBHOST=y : USB host support
|
CONFIG_USBHOST=y : USB host support
|
||||||
CONFIG_USBHOST_ISCO_DISABLE=y : Not needed
|
CONFIG_USBHOST_ISOC_DISABLE=y : Not needed
|
||||||
CONFIG_USBHOST_MSC=y : Mass storage class support
|
CONFIG_USBHOST_MSC=y : Mass storage class support
|
||||||
|
|
||||||
Library Routines
|
Library Routines
|
||||||
|
@ -548,7 +548,7 @@ Configurations
|
|||||||
Here are the relevant current settings:
|
Here are the relevant current settings:
|
||||||
|
|
||||||
Build Setup:
|
Build Setup:
|
||||||
CONFIG_HOST_WINDOS=y : Microsoft Windows
|
CONFIG_HOST_WINDOWS=y : Microsoft Windows
|
||||||
CONFIG_WINDOWS_CYGWIN=y : Using Cygwin or other POSIX environment
|
CONFIG_WINDOWS_CYGWIN=y : Using Cygwin or other POSIX environment
|
||||||
|
|
||||||
System Type -> Toolchain:
|
System Type -> Toolchain:
|
||||||
|
@ -116,8 +116,8 @@ CONFIG_LPC2378_CODE_BASE=0x00000000
|
|||||||
CONFIG_LPC2378_PLL_SETUP=y
|
CONFIG_LPC2378_PLL_SETUP=y
|
||||||
CONFIG_LPC2378_PLL_CLKSRC=1
|
CONFIG_LPC2378_PLL_CLKSRC=1
|
||||||
CONFIG_LPC2378_MAM_SETUP=y
|
CONFIG_LPC2378_MAM_SETUP=y
|
||||||
CONFIG_LPC2378_LPC2378_MAMCR_VALUE=1
|
CONFIG_LPC2378_MAMCR_VALUE=1
|
||||||
CONFIG_LPC2378_LPC2378_MAMTIM_VALUE=3
|
CONFIG_LPC2378_MAMTIM_VALUE=3
|
||||||
|
|
||||||
#
|
#
|
||||||
# LPC2378 Peripheral Support
|
# LPC2378 Peripheral Support
|
||||||
|
@ -363,7 +363,7 @@ Configurations
|
|||||||
Here are the relevant current settings:
|
Here are the relevant current settings:
|
||||||
|
|
||||||
Build Setup:
|
Build Setup:
|
||||||
CONFIG_HOST_WINDOS=y : Microsoft Windows
|
CONFIG_HOST_WINDOWS=y : Microsoft Windows
|
||||||
CONFIG_WINDOWS_CYGWIN=y : Using Cygwin or other POSIX environment
|
CONFIG_WINDOWS_CYGWIN=y : Using Cygwin or other POSIX environment
|
||||||
|
|
||||||
System Type -> Toolchain:
|
System Type -> Toolchain:
|
||||||
|
@ -774,7 +774,7 @@ static int sam_getpower(struct lcd_dev_s *dev)
|
|||||||
* Name: sam_setpower
|
* Name: sam_setpower
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Enable/disable LCD panel power (0: full off - CONFIG_LCD_MAXPOWERL: full on). On
|
* Enable/disable LCD panel power (0: full off - CONFIG_LCD_MAXPOWER: full on). On
|
||||||
* backlit LCDs, this setting may correspond to the backlight setting.
|
* backlit LCDs, this setting may correspond to the backlight setting.
|
||||||
*
|
*
|
||||||
* LCD backlight is made of 4 white chip LEDs in parallel, driven by an AAT3194 charge
|
* LCD backlight is made of 4 white chip LEDs in parallel, driven by an AAT3194 charge
|
||||||
|
@ -176,19 +176,19 @@
|
|||||||
/* Check orientation */
|
/* Check orientation */
|
||||||
|
|
||||||
#if defined(CONFIG_LCD_LANDSCAPE)
|
#if defined(CONFIG_LCD_LANDSCAPE)
|
||||||
# if defined(CONFIG_LCD_PORTAIT) || defined(CONFIG_LCD_RPORTAIT) || \
|
# if defined(CONFIG_LCD_PORTRAIT) || defined(CONFIG_LCD_RPORTRAIT) || \
|
||||||
defined(CONFIG_LCD_RLANDSCAPE)
|
defined(CONFIG_LCD_RLANDSCAPE)
|
||||||
# error "Cannot define both portrait and any other orientations"
|
# error "Cannot define both portrait and any other orientations"
|
||||||
# endif
|
# endif
|
||||||
#elif defined(CONFIG_LCD_RLANDSCAPE)
|
#elif defined(CONFIG_LCD_RLANDSCAPE)
|
||||||
# if defined(CONFIG_LCD_PORTAIT) || defined(CONFIG_LCD_RPORTAIT)
|
# if defined(CONFIG_LCD_PORTRAIT) || defined(CONFIG_LCD_RPORTRAIT)
|
||||||
# error "Cannot define both rportrait and any other orientations"
|
# error "Cannot define both rportrait and any other orientations"
|
||||||
# endif
|
# endif
|
||||||
#elif defined(CONFIG_LCD_PORTAIT)
|
#elif defined(CONFIG_LCD_PORTRAIT)
|
||||||
# ifdef CONFIG_LCD_RPORTAIT
|
# ifdef CONFIG_LCD_RPORTRAIT
|
||||||
# error "Cannot define both landscape and any other orientations"
|
# error "Cannot define both landscape and any other orientations"
|
||||||
# endif
|
# endif
|
||||||
#elif !defined(CONFIG_LCD_RPORTAIT)
|
#elif !defined(CONFIG_LCD_RPORTRAIT)
|
||||||
# define CONFIG_LCD_LANDSCAPE 1
|
# define CONFIG_LCD_LANDSCAPE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -1671,7 +1671,7 @@ SDRAM Support
|
|||||||
|
|
||||||
System Type->Heap Configuration
|
System Type->Heap Configuration
|
||||||
CONFIG_SAMA5_ISRAM_HEAP=n : These do not apply in this case
|
CONFIG_SAMA5_ISRAM_HEAP=n : These do not apply in this case
|
||||||
CONFIG_SAMA5_DCRS_HEAP=n
|
CONFIG_SAMA5_DDRCS_HEAP=n
|
||||||
|
|
||||||
System Type->Boot Memory Configuration
|
System Type->Boot Memory Configuration
|
||||||
CONFIG_RAM_START=0x20000000 : Physical address of SDRAM
|
CONFIG_RAM_START=0x20000000 : Physical address of SDRAM
|
||||||
|
@ -1874,7 +1874,7 @@ SDRAM Support
|
|||||||
|
|
||||||
System Type->Heap Configuration
|
System Type->Heap Configuration
|
||||||
CONFIG_SAMA5_ISRAM_HEAP=n : These do not apply in this case
|
CONFIG_SAMA5_ISRAM_HEAP=n : These do not apply in this case
|
||||||
CONFIG_SAMA5_DCRS_HEAP=n
|
CONFIG_SAMA5_DDRCS_HEAP=n
|
||||||
|
|
||||||
System Type->Boot Memory Configuration
|
System Type->Boot Memory Configuration
|
||||||
CONFIG_RAM_START=0x20000000 : Physical address of SDRAM
|
CONFIG_RAM_START=0x20000000 : Physical address of SDRAM
|
||||||
|
@ -2223,7 +2223,7 @@ SDRAM Support
|
|||||||
|
|
||||||
System Type->Heap Configuration
|
System Type->Heap Configuration
|
||||||
CONFIG_SAMA5_ISRAM_HEAP=n : These do not apply in this case
|
CONFIG_SAMA5_ISRAM_HEAP=n : These do not apply in this case
|
||||||
CONFIG_SAMA5_DCRS_HEAP=n
|
CONFIG_SAMA5_DDRCS_HEAP=n
|
||||||
|
|
||||||
System Type->Boot Memory Configuration
|
System Type->Boot Memory Configuration
|
||||||
CONFIG_RAM_START=0x20000000 : Physical address of SDRAM
|
CONFIG_RAM_START=0x20000000 : Physical address of SDRAM
|
||||||
@ -4139,7 +4139,7 @@ Configurations
|
|||||||
this, the board logic supports these special configurations:
|
this, the board logic supports these special configurations:
|
||||||
|
|
||||||
Board Selection ->
|
Board Selection ->
|
||||||
CONFIG_SAMA5D4EK_HSMCI0_AMOUNT=y
|
CONFIG_SAMA5D4EK_HSMCI0_AUTOMOUNT=y
|
||||||
CONFIG_SAMA5D4EK_HSMCI0_MOUNT_BLKDEV="/dev/mmcsd0"
|
CONFIG_SAMA5D4EK_HSMCI0_MOUNT_BLKDEV="/dev/mmcsd0"
|
||||||
CONFIG_SAMA5D4EK_HSMCI0_MOUNT_FSTYPE="vfat"
|
CONFIG_SAMA5D4EK_HSMCI0_MOUNT_FSTYPE="vfat"
|
||||||
CONFIG_SAMA5D4EK_HSMCI0_MOUNT_MOUNTPOINT="/bin"
|
CONFIG_SAMA5D4EK_HSMCI0_MOUNT_MOUNTPOINT="/bin"
|
||||||
|
@ -181,19 +181,19 @@
|
|||||||
/* Check orientation */
|
/* Check orientation */
|
||||||
|
|
||||||
#if defined(CONFIG_LCD_LANDSCAPE)
|
#if defined(CONFIG_LCD_LANDSCAPE)
|
||||||
# if defined(CONFIG_LCD_PORTAIT) || defined(CONFIG_LCD_RPORTAIT) || \
|
# if defined(CONFIG_LCD_PORTRAIT) || defined(CONFIG_LCD_RPORTRAIT) || \
|
||||||
defined(CONFIG_LCD_RLANDSCAPE)
|
defined(CONFIG_LCD_RLANDSCAPE)
|
||||||
# error "Cannot define both portrait and any other orientations"
|
# error "Cannot define both portrait and any other orientations"
|
||||||
# endif
|
# endif
|
||||||
#elif defined(CONFIG_LCD_RLANDSCAPE)
|
#elif defined(CONFIG_LCD_RLANDSCAPE)
|
||||||
# if defined(CONFIG_LCD_PORTAIT) || defined(CONFIG_LCD_RPORTAIT)
|
# if defined(CONFIG_LCD_PORTRAIT) || defined(CONFIG_LCD_RPORTRAIT)
|
||||||
# error "Cannot define both rportrait and any other orientations"
|
# error "Cannot define both rportrait and any other orientations"
|
||||||
# endif
|
# endif
|
||||||
#elif defined(CONFIG_LCD_PORTAIT)
|
#elif defined(CONFIG_LCD_PORTRAIT)
|
||||||
# ifdef CONFIG_LCD_RPORTAIT
|
# ifdef CONFIG_LCD_RPORTRAIT
|
||||||
# error "Cannot define both landscape and any other orientations"
|
# error "Cannot define both landscape and any other orientations"
|
||||||
# endif
|
# endif
|
||||||
#elif !defined(CONFIG_LCD_RPORTAIT)
|
#elif !defined(CONFIG_LCD_RPORTRAIT)
|
||||||
# define CONFIG_LCD_LANDSCAPE 1
|
# define CONFIG_LCD_LANDSCAPE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -201,7 +201,7 @@ BASIC
|
|||||||
|
|
||||||
Enable the BASIC interpreter. Other default options should be okay:
|
Enable the BASIC interpreter. Other default options should be okay:
|
||||||
CONFIG_INTERPRETERS_BAS=y : Enables the interpreter
|
CONFIG_INTERPRETERS_BAS=y : Enables the interpreter
|
||||||
CONFIG_INTERPREPTER_BAS_VT100=y
|
CONFIG_INTERPRETER_BAS_VT100=y
|
||||||
|
|
||||||
The BASIC test suite can be included:
|
The BASIC test suite can be included:
|
||||||
CONFIG_FS_ROMFS=y : ROMFS support is needed
|
CONFIG_FS_ROMFS=y : ROMFS support is needed
|
||||||
@ -309,7 +309,7 @@ cxxtest
|
|||||||
how to install uClibc++
|
how to install uClibc++
|
||||||
|
|
||||||
2. At present (2012/11/02), exceptions are disabled in this example
|
2. At present (2012/11/02), exceptions are disabled in this example
|
||||||
CONFIG_UCLIBCXX_EXCEPTIONS=n). It is probably not necessary to
|
CONFIG_UCLIBCXX_EXCEPTION=n). It is probably not necessary to
|
||||||
disable exceptions.
|
disable exceptions.
|
||||||
|
|
||||||
3. Unfortunately, this example will not run now.
|
3. Unfortunately, this example will not run now.
|
||||||
|
@ -749,7 +749,7 @@ Where <subdir> is one of the following:
|
|||||||
microSD Yes Yes
|
microSD Yes Yes
|
||||||
Support
|
Support
|
||||||
----------- ----------------------- --------------------------------
|
----------- ----------------------- --------------------------------
|
||||||
FAT FS CONFIG_FAT_LCNAME=y CONFIG_FAT_LCNAME=y
|
FAT FS CONFIG_FAT_LCNAMES=y CONFIG_FAT_LCNAMES=y
|
||||||
Config CONFIG_FAT_LFN=n CONFIG_FAT_LFN=y (4)
|
Config CONFIG_FAT_LFN=n CONFIG_FAT_LFN=y (4)
|
||||||
----------- ----------------------- --------------------------------
|
----------- ----------------------- --------------------------------
|
||||||
Support for No Yes
|
Support for No Yes
|
||||||
|
@ -917,7 +917,7 @@ Where <subdir> is one of the following:
|
|||||||
must be manually enabled by selecting:
|
must be manually enabled by selecting:
|
||||||
|
|
||||||
CONFIG_CAN=y : Enable the generic CAN infrastructure
|
CONFIG_CAN=y : Enable the generic CAN infrastructure
|
||||||
CONFIG_CAN_EXID=y or n : Enable to support extended ID frames
|
CONFIG_CAN_EXTID=y or n : Enable to support extended ID frames
|
||||||
CONFIG_STM32_CAN1=y : Enable CAN1
|
CONFIG_STM32_CAN1=y : Enable CAN1
|
||||||
CONFIG_CAN_LOOPBACK=y : Enable CAN loopback mode
|
CONFIG_CAN_LOOPBACK=y : Enable CAN loopback mode
|
||||||
|
|
||||||
|
@ -1177,7 +1177,7 @@ Where <subdir> is one of the following:
|
|||||||
must be manually enabled by selecting:
|
must be manually enabled by selecting:
|
||||||
|
|
||||||
CONFIG_CAN=y : Enable the generic CAN infrastructure
|
CONFIG_CAN=y : Enable the generic CAN infrastructure
|
||||||
CONFIG_CAN_EXID=y or n : Enable to support extended ID frames
|
CONFIG_CAN_EXTID=y or n : Enable to support extended ID frames
|
||||||
CONFIG_STM32_CAN1=y : Enable CAN1
|
CONFIG_STM32_CAN1=y : Enable CAN1
|
||||||
CONFIG_CAN_LOOPBACK=y : Enable CAN loopback mode
|
CONFIG_CAN_LOOPBACK=y : Enable CAN loopback mode
|
||||||
|
|
||||||
|
@ -1075,7 +1075,7 @@ BASIC
|
|||||||
|
|
||||||
Enable the BASIC interpreter. Other default options should be okay:
|
Enable the BASIC interpreter. Other default options should be okay:
|
||||||
CONFIG_INTERPRETERS_BAS=y : Enables the interpreter
|
CONFIG_INTERPRETERS_BAS=y : Enables the interpreter
|
||||||
CONFIG_INTERPREPTER_BAS_VT100=y
|
CONFIG_INTERPRETER_BAS_VT100=y
|
||||||
|
|
||||||
The BASIC test suite can be included:
|
The BASIC test suite can be included:
|
||||||
CONFIG_FS_ROMFS=y : ROMFS support is needed
|
CONFIG_FS_ROMFS=y : ROMFS support is needed
|
||||||
@ -1214,7 +1214,7 @@ Where <subdir> is one of the following:
|
|||||||
|
|
||||||
arm-none-eabi-ar.exe rcs libsupc++.a vterminate.o
|
arm-none-eabi-ar.exe rcs libsupc++.a vterminate.o
|
||||||
|
|
||||||
4. Exceptions are enabled and workking (CONFIG_UCLIBCXX_EXCEPTIONS=y)
|
4. Exceptions are enabled and workking (CONFIG_UCLIBCXX_EXCEPTION=y)
|
||||||
|
|
||||||
elf:
|
elf:
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user