From 247ad37c4bd0c27e3cf358df30fa29517f033260 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 21 Dec 2012 21:30:33 +0000 Subject: configs/sim/nxwm now uses kconfig-frontends git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5449 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/sim/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch') diff --git a/nuttx/arch/sim/Kconfig b/nuttx/arch/sim/Kconfig index 331f61c79..dc3a85b54 100644 --- a/nuttx/arch/sim/Kconfig +++ b/nuttx/arch/sim/Kconfig @@ -50,7 +50,7 @@ config SIM_FRAMEBUFFER config SIM_X11FB bool "Use X11 window" default n - depends on NX && FB_CMAP + depends on NX ---help--- Use an X11 graphics window to simulate the graphics device" -- cgit v1.2.3 From c62d3d93deef9ec14e80c3a96d70f846deeff66e Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 23 Dec 2012 17:32:41 +0000 Subject: 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(-) (limited to 'nuttx/arch') diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index f48994bab..84f298d3a 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).