NSH cmp command by Andrew Twidgell

This commit is contained in:
Gregory Nutt 2013-07-18 08:24:29 -06:00
parent 78bffd06c2
commit 91313feac2
3 changed files with 2 additions and 4 deletions

View File

@ -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"

View File

@ -228,4 +228,3 @@ extern "C" {
#endif
#endif /* __ARCH_ARM_INCLUDE_ARM_IRQ_H */

View File

@ -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>