NSH cmp command by Andrew Twidgell

This commit is contained in:
Gregory Nutt
2013-07-18 08:24:29 -06:00
parent 4519b21995
commit a7ae91c716
5 changed files with 117 additions and 91 deletions
File diff suppressed because it is too large Load Diff
+1 -2
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"
-1
View File
@@ -228,4 +228,3 @@ extern "C" {
#endif
#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.
* Author: Gregory Nutt <gnutt@nuttx.org>
+1 -2
View File
@@ -743,5 +743,4 @@ Configurations
ostest:
This configuration directory, performs a simple OS test using
examples/ostest. By default, this project assumes that you are
using the DFU bootloader.
examples/ostest.