mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
NSH cmp command by Andrew Twidgell
This commit is contained in:
+1
-2
@@ -174,8 +174,7 @@ config ARCH_EXTDRAMSIZE
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "SDRAM Width Selection"
|
prompt "SDRAM Width Selection"
|
||||||
default ARCH_CHIP_STM32F103ZET6
|
default ARCH_SDRAM_16BIT
|
||||||
depends on ARCH_CHIP_STM32
|
|
||||||
|
|
||||||
config ARCH_SDRAM_8BIT
|
config ARCH_SDRAM_8BIT
|
||||||
bool "8-bit"
|
bool "8-bit"
|
||||||
|
|||||||
@@ -228,4 +228,3 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_INCLUDE_ARM_IRQ_H */
|
#endif /* __ARCH_ARM_INCLUDE_ARM_IRQ_H */
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/arm/up_pghead.S
|
* arch/arm/src/arm/up_head.S
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007, 2009-2010 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2007, 2009-2010 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
|||||||
Reference in New Issue
Block a user