mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Update LPC43 Kconfig
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5103 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+5
-1
@@ -75,8 +75,8 @@ config ARCH_CHIP_LPC31XX
|
|||||||
|
|
||||||
config ARCH_CHIP_LPC43XX
|
config ARCH_CHIP_LPC43XX
|
||||||
bool "NXP LPC43XX"
|
bool "NXP LPC43XX"
|
||||||
select ARCH_CORTEXM
|
|
||||||
select ARCH_CORTEXM4
|
select ARCH_CORTEXM4
|
||||||
|
select ARMV7M_CMNVECTOR
|
||||||
---help---
|
---help---
|
||||||
NPX LPC43XX architectures (ARM Cortex-M4).
|
NPX LPC43XX architectures (ARM Cortex-M4).
|
||||||
|
|
||||||
@@ -115,6 +115,10 @@ config ARCH_CORTEXM3
|
|||||||
config ARCH_CORTEXM4
|
config ARCH_CORTEXM4
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
config ARMV7M_CMNVECTOR
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
config ARCH_FPU
|
config ARCH_FPU
|
||||||
bool "FPU support"
|
bool "FPU support"
|
||||||
default y
|
default y
|
||||||
|
|||||||
@@ -85,9 +85,37 @@ config ARCH_FAMILY_LPC4357
|
|||||||
bool
|
bool
|
||||||
default y if ARCH_CHIP_LPC4357FET180 || ARCH_CHIP_LPC4357FBD208 || ARCH_CHIP_LPC4357FET256
|
default y if ARCH_CHIP_LPC4357FET180 || ARCH_CHIP_LPC4357FBD208 || ARCH_CHIP_LPC4357FET256
|
||||||
|
|
||||||
|
choice
|
||||||
|
prompt "Toolchain Selection"
|
||||||
|
default LPC43_CODEREDW
|
||||||
|
depends on ARCH_CHIP_LPC43XX
|
||||||
|
|
||||||
|
config LPC43_CODEREDW
|
||||||
|
bool "CodeRed for Windows"
|
||||||
|
|
||||||
|
config LPC43_CODESOURCERYW
|
||||||
|
bool "CodeSourcery for Windows"
|
||||||
|
|
||||||
|
config LPC43_CODESOURCERYL
|
||||||
|
bool "CodeSourcery for Linux"
|
||||||
|
|
||||||
|
config LPC43_ATOLLIC_LITE
|
||||||
|
bool "Atollic Lite for Windows"
|
||||||
|
|
||||||
|
config LPC43_ATOLLIC_PRO
|
||||||
|
bool "Atollic Pro for Windows"
|
||||||
|
|
||||||
|
config LPC43_DEVKITARM
|
||||||
|
bool "DevkitARM (Windows)"
|
||||||
|
|
||||||
|
config LPC43_BUILDROOT
|
||||||
|
bool "NuttX buildroot (Cygwin or Linux)"
|
||||||
|
|
||||||
|
endchoice
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "LPC43XX Boot Configuration"
|
prompt "LPC43XX Boot Configuration"
|
||||||
default CONFIG_BOOT_SRAM
|
default BOOT_SRAM
|
||||||
depends on ARCH_CHIP_LPC43XX
|
depends on ARCH_CHIP_LPC43XX
|
||||||
---help---
|
---help---
|
||||||
The startup code needs to know if the code is running from internal FLASH,
|
The startup code needs to know if the code is running from internal FLASH,
|
||||||
|
|||||||
@@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_LPC43XX_LPC32_USB0DEV_H
|
#ifndef __ARCH_ARM_SRC_LPC43XX_LPC43_USB0DEV_H
|
||||||
#define __ARCH_ARM_SRC_LPC43XX_LPC32_USB0DEV_H
|
#define __ARCH_ARM_SRC_LPC43XX_LPC43_USB0DEV_H
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@@ -94,5 +94,5 @@ EXTERN void lpc43_usbsuspend(FAR struct usbdev_s *dev, bool resume);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __ASSEMBLY__ */
|
#endif /* __ASSEMBLY__ */
|
||||||
#endif /* __ARCH_ARM_SRC_LPC43XX_LPC32_USB0DEV_H */
|
#endif /* __ARCH_ARM_SRC_LPC43XX_LPC43_USB0DEV_H */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user