LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks

This commit is contained in:
Gregory Nutt 2013-12-05 10:37:55 -06:00
parent da2a5873bd
commit 994a49f8b8
18 changed files with 19 additions and 19 deletions

View File

@ -340,7 +340,7 @@ CONFIG_NSH_MMCSDMINOR=0
#
# Stack and heap information
#
CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_RUNFROMFLASH=y
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=1024

View File

@ -337,7 +337,7 @@ CONFIG_NSH_MMCSDMINOR=0
#
# Stack and heap information
#
CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_RUNFROMFLASH=y
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=1024

View File

@ -339,7 +339,7 @@ CONFIG_NSH_MMCSDMINOR=0
#
# Stack and heap information
#
CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_RUNFROMFLASH=y
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=1024

View File

@ -406,7 +406,7 @@ CONFIG_EXAMPLES_NX_EXTERNINIT=y
#
# Stack and heap information
#
CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_RUNFROMFLASH=y
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=1024

View File

@ -336,7 +336,7 @@ CONFIG_NSH_MMCSDMINOR=0
#
# Stack and heap information
#
CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_RUNFROMFLASH=y
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=1024

View File

@ -516,7 +516,7 @@ LEDs
- The LED is not illuminated until the LPCXpresso completes initialization.
If the LED is stuck in the OFF state, this means that the LPCXpresso did not
complete intialization.
complete initializeation.
- Each time the OS enters an interrupt (or a signal) it will turn the LED OFF and
restores its previous stated upon return from the interrupt (or signal).

View File

@ -75,7 +75,7 @@
* Description:
* This function is called by MCU-specific logic at power-on reset in
* order to provide one-time initialization the power management subystem.
* This function must be called *very* early in the intialization sequence
* This function must be called *very* early in the initializeation sequence
* *before* any other device drivers are initialized (since they may
* attempt to register with the power management subsystem).
*

View File

@ -585,7 +585,7 @@ Analog Input
When CONFIG_PIC32MX_ADC=y is defined, the Mirtoo boot up logic will
automatically configure pin 18 (AN0) as an analog input (see configs/mirtoo/src/up_adc.c).
To intialize and use the PGA117, you to add logic something like the
To initializee and use the PGA117, you to add logic something like the
following in your application code:
#include <nuttx/spi/spi.h>

View File

@ -2629,7 +2629,7 @@ Configurations
in the nsh configuration:
4. SDRAM is supported. .data and .bss is still retained in ISRAM, but
SDRAM is intialized and the SDRAM memory is included in the heap.
SDRAM is initializeed and the SDRAM memory is included in the heap.
Relevant configuration settings are provided in the paragraph entitled
"SDRAM Support" above.
@ -2762,7 +2762,7 @@ Configurations
However, no built-in applications are selected in the base configuration.
5. This configuration has support for the FAT file system built in. However,
by default, there are no block drivers intialized. The FAT file system can
by default, there are no block drivers initializeed. The FAT file system can
still be used to create RAM disks.
6. SDRAM support can be enabled by modifying your NuttX configuration as

View File

@ -152,7 +152,7 @@ int sam_at24_automount(int minor)
return ret;
}
#endif
/* Now we are intialized */
/* Now we are initializeed */
initialized = true;
}

View File

@ -129,7 +129,7 @@ int sam_at25_automount(int minor)
return ret;
}
#endif
/* Now we are intialized */
/* Now we are initializeed */
initialized = true;
}

View File

@ -219,7 +219,7 @@ int sam_nand_automount(int minor)
return ret;
}
#endif
/* Now we are intialized */
/* Now we are initializeed */
initialized = true;
}

View File

@ -1784,7 +1784,7 @@ static inline int stm32_lcdinitialize(FAR struct stm32_dev_s *priv)
stm32_lcdoutput(priv);
up_mdelay(10);
/* Intialize the LCD hardware */
/* Initialize the LCD hardware */
#ifndef CONFIG_STM32_ILI9300_DISABLE
if (id == ILI9300_ID)

View File

@ -452,7 +452,7 @@ nx11
2. You must first up_fbinitialize() before calling up_simtouchscreen()
or you will get a crash.
3. Call sim_tcuninintialize() when you are finished with the
3. Call sim_tcunininitializee() when you are finished with the
simulated touchscreen.
4. Enable CONFIG_DEBUG_INPUT=y for touchscreen debug output.

View File

@ -75,7 +75,7 @@
* Description:
* This function is called by MCU-specific logic at power-on reset in
* order to provide one-time initialization the power management subystem.
* This function must be called *very* early in the intialization sequence
* This function must be called *very* early in the initializeation sequence
* *before* any other device drivers are initialized (since they may
* attempt to register with the power management subsystem).
*

View File

@ -75,7 +75,7 @@
* Description:
* This function is called by MCU-specific logic at power-on reset in
* order to provide one-time initialization the power management subystem.
* This function must be called *very* early in the intialization sequence
* This function must be called *very* early in the initializeation sequence
* *before* any other device drivers are initialized (since they may
* attempt to register with the power management subsystem).
*

View File

@ -725,4 +725,4 @@ Where <subdir> is one of the following:
CONFIG_SCHED_WORKQUEUE=y : Enable the NuttX workqueue
CONFIG_NSH_ARCHINIT=y : Provide NSH intialization logic
CONFIG_NSH_ARCHINIT=y : Provide NSH initializeation logic

View File

@ -316,7 +316,7 @@ LEDs
- The LED is not illuminated until the ZKit-ARM completes initialization.
If the LED is stuck in the OFF state, this means that the ZKit-ARM did not
complete intialization.
complete initializeation.
- Each time the OS enters an interrupt (or a signal) it will turn the LED OFF and
restores its previous stated upon return from the interrupt (or signal).