NSH cmp command by Andrew Twidgell
This commit is contained in:
parent
78bffd06c2
commit
91313feac2
|
@ -174,8 +174,7 @@ config ARCH_EXTDRAMSIZE
|
|||
|
||||
choice
|
||||
prompt "SDRAM Width Selection"
|
||||
default ARCH_CHIP_STM32F103ZET6
|
||||
depends on ARCH_CHIP_STM32
|
||||
default ARCH_SDRAM_16BIT
|
||||
|
||||
config ARCH_SDRAM_8BIT
|
||||
bool "8-bit"
|
||||
|
|
|
@ -228,4 +228,3 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#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.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
|
Loading…
Reference in New Issue