Eliminate arch/arc/src/lm3s/lm3s_internal.h; replace with several header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5494 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
6859eeea9e
commit
0e7c2d25c2
@ -39,6 +39,7 @@ CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_ARM=y
|
||||
CONFIG_ARCH_CORTEXM3=y
|
||||
CONFIG_ARCH_CHIP="lm3s"
|
||||
CONFIG_ARCH_CHIP_LM3S=y
|
||||
CONFIG_ARCH_CHIP_LM3S6918=y
|
||||
CONFIG_ARCH_BOARD="eagle100"
|
||||
CONFIG_ARCH_BOARD_EAGLE100=y
|
||||
|
@ -39,6 +39,7 @@ CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_ARM=y
|
||||
CONFIG_ARCH_CORTEXM3=y
|
||||
CONFIG_ARCH_CHIP="lm3s"
|
||||
CONFIG_ARCH_CHIP_LM3S=y
|
||||
CONFIG_ARCH_CHIP_LM3S6918=y
|
||||
CONFIG_ARCH_BOARD="eagle100"
|
||||
CONFIG_ARCH_BOARD_EAGLE100=y
|
||||
|
@ -39,6 +39,7 @@ CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_ARM=y
|
||||
CONFIG_ARCH_CORTEXM3=y
|
||||
CONFIG_ARCH_CHIP="lm3s"
|
||||
CONFIG_ARCH_CHIP_LM3S=y
|
||||
CONFIG_ARCH_CHIP_LM3S6918=y
|
||||
CONFIG_ARCH_BOARD="eagle100"
|
||||
CONFIG_ARCH_BOARD_EAGLE100=y
|
||||
|
@ -39,6 +39,7 @@ CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_ARM=y
|
||||
CONFIG_ARCH_CORTEXM3=y
|
||||
CONFIG_ARCH_CHIP="lm3s"
|
||||
CONFIG_ARCH_CHIP_LM3S=y
|
||||
CONFIG_ARCH_CHIP_LM3S6918=y
|
||||
CONFIG_ARCH_BOARD="eagle100"
|
||||
CONFIG_ARCH_BOARD_EAGLE100=y
|
||||
|
@ -39,6 +39,7 @@ CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_ARM=y
|
||||
CONFIG_ARCH_CORTEXM3=y
|
||||
CONFIG_ARCH_CHIP="lm3s"
|
||||
CONFIG_ARCH_CHIP_LM3S=y
|
||||
CONFIG_ARCH_CHIP_LM3S6918=y
|
||||
CONFIG_ARCH_BOARD="eagle100"
|
||||
CONFIG_ARCH_BOARD_EAGLE100=y
|
||||
|
@ -45,6 +45,7 @@
|
||||
#include <nuttx/compiler.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "lm_gpio.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include "chip.h"
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "lm3s_internal.h"
|
||||
#include "lm_gpio.h"
|
||||
#include "eagle100_internal.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -49,7 +49,7 @@
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "chip.h"
|
||||
#include "lm3s_internal.h"
|
||||
#include "lm_gpio.h"
|
||||
#include "eagle100_internal.h"
|
||||
|
||||
/* The Eagle100 microSD CS is on SSI0 */
|
||||
|
@ -39,6 +39,7 @@ CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_ARM=y
|
||||
CONFIG_ARCH_CORTEXM3=y
|
||||
CONFIG_ARCH_CHIP="lm3s"
|
||||
CONFIG_ARCH_CHIP_LM3S=y
|
||||
CONFIG_ARCH_CHIP_LM3S6918=y
|
||||
CONFIG_ARCH_BOARD="eagle100"
|
||||
CONFIG_ARCH_BOARD_EAGLE100=y
|
||||
|
@ -40,6 +40,7 @@ CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_ARM=y
|
||||
CONFIG_ARCH_CORTEXM3=y
|
||||
CONFIG_ARCH_CHIP="lm3s"
|
||||
CONFIG_ARCH_CHIP_LM3S=y
|
||||
CONFIG_ARCH_CHIP_LM3S9B96=y
|
||||
CONFIG_ARCH_BOARD="ekk-lm3s9b96"
|
||||
CONFIG_ARCH_BOARD_EKKLM3S9B96=y
|
||||
|
@ -40,6 +40,7 @@ CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_ARM=y
|
||||
CONFIG_ARCH_CORTEXM3=y
|
||||
CONFIG_ARCH_CHIP="lm3s"
|
||||
CONFIG_ARCH_CHIP_LM3S=y
|
||||
CONFIG_ARCH_CHIP_LM3S9B96=y
|
||||
CONFIG_ARCH_BOARD="ekk-lm3s9b96"
|
||||
CONFIG_ARCH_BOARD_EKKLM3S9B96=y
|
||||
|
@ -46,6 +46,7 @@
|
||||
#include <nuttx/compiler.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "lm_gpio.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
|
@ -49,7 +49,7 @@
|
||||
#include "chip.h"
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "lm3s_internal.h"
|
||||
#include "lm_gpio.h"
|
||||
#include "ekklm3s9b96_internal.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -50,7 +50,7 @@
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "chip.h"
|
||||
#include "lm3s_internal.h"
|
||||
#include "lm_gpio.h"
|
||||
#include "ekklm3s9b96_internal.h"
|
||||
|
||||
#if !defined(CONFIG_SSI0_DISABLE) || !defined(CONFIG_SSI1_DISABLE)
|
||||
|
@ -39,6 +39,7 @@ CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_ARM=y
|
||||
CONFIG_ARCH_CORTEXM3=y
|
||||
CONFIG_ARCH_CHIP="lm3s"
|
||||
CONFIG_ARCH_CHIP_LM3S=y
|
||||
CONFIG_ARCH_CHIP_LM3S6432=y
|
||||
CONFIG_ARCH_BOARD="lm3s6432-s2e"
|
||||
CONFIG_ARCH_BOARD_LM3S6432S2E=y
|
||||
|
@ -39,6 +39,7 @@ CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_ARM=y
|
||||
CONFIG_ARCH_CORTEXM3=y
|
||||
CONFIG_ARCH_CHIP="lm3s"
|
||||
CONFIG_ARCH_CHIP_LM3S=y
|
||||
CONFIG_ARCH_CHIP_LM3S6432=y
|
||||
CONFIG_ARCH_BOARD="lm3s6432-s2e"
|
||||
CONFIG_ARCH_BOARD_LM3S6432S2E=y
|
||||
|
@ -44,6 +44,7 @@
|
||||
#include <nuttx/compiler.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "lm_gpio.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include "up_arch.h"
|
||||
#include "chip.h"
|
||||
#include "up_internal.h"
|
||||
#include "lm3s_internal.h"
|
||||
#include "lm_gpio.h"
|
||||
#include "lm3s6432s2e_internal.h"
|
||||
|
||||
/************************************************************************************
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include "chip.h"
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "lm3s_internal.h"
|
||||
#include "lm_gpio.h"
|
||||
#include "lm3s6432s2e_internal.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -49,7 +49,7 @@
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "chip.h"
|
||||
#include "lm3s_internal.h"
|
||||
#include "lm_gpio.h"
|
||||
#include "lm3s6432s2e_internal.h"
|
||||
|
||||
#if !defined(CONFIG_SSI0_DISABLE)
|
||||
|
@ -45,6 +45,7 @@
|
||||
#include <nuttx/compiler.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "lm_gpio.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include "chip.h"
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "lm3s_internal.h"
|
||||
#include "lm_gpio.h"
|
||||
#include "lm3s6965ek_internal.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include <nuttx/lcd/lcd.h>
|
||||
#include <nuttx/lcd/p14201.h>
|
||||
|
||||
#include "lm3s_internal.h"
|
||||
#include "lm_gpio.h"
|
||||
#include "lm3s6965ek_internal.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -49,7 +49,7 @@
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "chip.h"
|
||||
#include "lm3s_internal.h"
|
||||
#include "lm_gpio.h"
|
||||
#include "lm3s6965ek_internal.h"
|
||||
|
||||
/* The LM3S6965 Eval Kit microSD CS is on SSI0 */
|
||||
|
@ -39,6 +39,7 @@ CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_ARM=y
|
||||
CONFIG_ARCH_CORTEXM3=y
|
||||
CONFIG_ARCH_CHIP="lm3s"
|
||||
CONFIG_ARCH_CHIP_LM3S=y
|
||||
CONFIG_ARCH_CHIP_LM3S8962=y
|
||||
CONFIG_ARCH_BOARD="lm3s8962-ek"
|
||||
CONFIG_ARCH_BOARD_LM3S8962EK=y
|
||||
|
@ -39,6 +39,7 @@ CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_ARM=y
|
||||
CONFIG_ARCH_CORTEXM3=y
|
||||
CONFIG_ARCH_CHIP="lm3s"
|
||||
CONFIG_ARCH_CHIP_LM3S=y
|
||||
CONFIG_ARCH_CHIP_LM3S8962=y
|
||||
CONFIG_ARCH_BOARD="lm3s8962-ek"
|
||||
CONFIG_ARCH_BOARD_LM3S8962EK=y
|
||||
|
@ -39,6 +39,7 @@ CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_ARM=y
|
||||
CONFIG_ARCH_CORTEXM3=y
|
||||
CONFIG_ARCH_CHIP="lm3s"
|
||||
CONFIG_ARCH_CHIP_LM3S=y
|
||||
CONFIG_ARCH_CHIP_LM3S8962=y
|
||||
CONFIG_ARCH_BOARD="lm3s8962-ek"
|
||||
CONFIG_ARCH_BOARD_LM3S8962EK=y
|
||||
|
@ -45,6 +45,7 @@
|
||||
#include <nuttx/compiler.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "lm_gpio.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include "chip.h"
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "lm3s_internal.h"
|
||||
#include "lm_gpio.h"
|
||||
#include "lm3s8962ek_internal.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include <nuttx/lcd/lcd.h>
|
||||
#include <nuttx/lcd/p14201.h>
|
||||
|
||||
#include "lm3s_internal.h"
|
||||
#include "lm_gpio.h"
|
||||
#include "lm3s8962ek_internal.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -49,7 +49,7 @@
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "chip.h"
|
||||
#include "lm3s_internal.h"
|
||||
#include "lm_gpio.h"
|
||||
#include "lm3s8962ek_internal.h"
|
||||
|
||||
/* The LM3S8962 Eval Kit microSD CS is on SSI0 */
|
||||
|
Loading…
Reference in New Issue
Block a user