From c62d3d93deef9ec14e80c3a96d70f846deeff66e Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 23 Dec 2012 17:32:41 +0000 Subject: [PATCH] Mostly costmetic updates git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5452 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttX.html | 15 ++++----- nuttx/README.txt | 24 +++++++++------ nuttx/arch/arm/src/arm/up_doirq.c | 8 +++-- nuttx/arch/arm/src/armv7-m/up_doirq.c | 8 +++-- nuttx/arch/avr/src/avr/up_doirq.c | 8 +++-- nuttx/arch/avr/src/avr32/up_doirq.c | 8 +++-- nuttx/arch/hc/src/common/up_doirq.c | 8 +++-- nuttx/arch/mips/src/mips32/up_doirq.c | 8 +++-- nuttx/arch/sh/src/common/up_doirq.c | 9 ++++++ nuttx/arch/z16/src/common/up_doirq.c | 9 ++++++ nuttx/arch/z80/include/z80/chip.h | 6 ++-- nuttx/arch/z80/src/common/up_internal.h | 41 ++++++++++++------------- nuttx/arch/z80/src/ez80/switch.h | 26 +++++++++------- nuttx/arch/z80/src/z180/switch.h | 25 ++++++++------- nuttx/arch/z80/src/z8/switch.h | 28 +++++++++-------- nuttx/arch/z80/src/z80/switch.h | 26 +++++++++------- 16 files changed, 149 insertions(+), 108 deletions(-) diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index f48994babd..84f298d3ac 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -1078,7 +1078,6 @@ svn checkout -r5447 svn://svn.code.sf.net/p/nuttx/code/trunk nuttx-code svn checkout -r5447 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code -

Additional new features and extended functionality

@@ -1244,7 +1243,7 @@ svn checkout -r5447 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code This build: (1) Uses all Windows style paths, (2) Uses primarily Windows batch commands from CMD.exe, with (3) a few extensions from GNUWin32.

- This capability should still be considered a work in progress because: (1) it has not been verfied on all targets and tools, and (2) still lacks some of the creature-comforts of the more mature environments (like a function configure.sh script and make menuconfig support). + This capability should still be considered a work in progress because: (1) It has not been verfied on all targets and tools, and (2) it still lacks some of the creature-comforts of the more mature environments (like a functional configure.sh script and make menuconfig support).

  • Example Windows native builds for STM32F4Discovery, eZ80, z16f, z8, Z80, and Z180. @@ -1890,8 +1889,7 @@ svn checkout -r5447 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
  • - These ports uses a GNU arm-nuttx-elf toolchain* under either Linux or Cygwin (with native Windows GNU - tools or Cygwin-based GNU tools). + These ports uses a GNU arm-nuttx-elf toolchain* under either Linux or Cygwin (with native Windows GNU tools or Cygwin-based GNU tools).