From 7c7a0d4f24f90b33297715dbb0aadeacf0c883fb 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: svn://svn.code.sf.net/p/nuttx/code/trunk@5452 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 15 +++++------ README.txt | 24 +++++++++++------- arch/arm/src/arm/up_doirq.c | 8 +++--- arch/arm/src/armv7-m/up_doirq.c | 8 +++--- arch/avr/src/avr/up_doirq.c | 8 +++--- arch/avr/src/avr32/up_doirq.c | 8 +++--- arch/hc/src/common/up_doirq.c | 8 +++--- arch/mips/src/mips32/up_doirq.c | 8 +++--- arch/sh/src/common/up_doirq.c | 9 +++++++ arch/z16/src/common/up_doirq.c | 9 +++++++ arch/z80/include/z80/chip.h | 6 ++--- arch/z80/src/common/up_internal.h | 41 ++++++++++++++----------------- arch/z80/src/ez80/switch.h | 26 +++++++++++--------- arch/z80/src/z180/switch.h | 25 +++++++++---------- arch/z80/src/z8/switch.h | 28 ++++++++++++--------- arch/z80/src/z80/switch.h | 26 +++++++++++--------- 16 files changed, 149 insertions(+), 108 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f48994babdf..84f298d3acf 100644 --- a/Documentation/NuttX.html +++ b/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).