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
+1 -2
View File
@@ -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"
-1
View File
@@ -228,4 +228,3 @@ extern "C" {
#endif #endif
#endif /* __ARCH_ARM_INCLUDE_ARM_IRQ_H */ #endif /* __ARCH_ARM_INCLUDE_ARM_IRQ_H */
+1 -1
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. * Copyright (C) 2007, 2009-2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>