From 16cbd31f0f03a92344be155a047b10de6789f3a8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 9 Mar 2011 03:41:34 +0000 Subject: [PATCH] #warning removal git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3355 42af7a65-404d-4744-a932-0658087f49c3 --- configs/avr32dev1/ostest/defconfig | 2 +- configs/qemu-i486/README.txt | 6 +++++- configs/qemu-i486/ostest/defconfig | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/configs/avr32dev1/ostest/defconfig b/configs/avr32dev1/ostest/defconfig index b83edad0bd..a6588daf4f 100755 --- a/configs/avr32dev1/ostest/defconfig +++ b/configs/avr32dev1/ostest/defconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/avr32dev1/ostest/defconfig # -# Copyright (C) 2010 Gregory Nutt. All rights reserved. +# Copyright (C) 2010-2011 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without diff --git a/configs/qemu-i486/README.txt b/configs/qemu-i486/README.txt index f7b7d0674d..112a04a433 100644 --- a/configs/qemu-i486/README.txt +++ b/configs/qemu-i486/README.txt @@ -58,7 +58,11 @@ Cygwin Build Problems 1. Google for "qemu windows download" and download some pre-built QEMU binaries. I found 0.14.0 here: http://dietpc.org/windows/qemu/, or - 2. Try building QEMU with MingGW + 2. Try building QEMU with MingGW (I understand that this is difficult). + + NOTE: As of this writing, I have not been successful getting ANY pre-built + version of QEMU to work successful; they all fail immediately with + initialization errors. Running QEMU ------------ diff --git a/configs/qemu-i486/ostest/defconfig b/configs/qemu-i486/ostest/defconfig index 8ab964e794..e7541be174 100644 --- a/configs/qemu-i486/ostest/defconfig +++ b/configs/qemu-i486/ostest/defconfig @@ -49,6 +49,9 @@ # CONFIG_DRAM_SIZE - Describes the installed DRAM. # CONFIG_DRAM_START - The start address of DRAM (physical) # CONFIG_DRAM_END - Last address+1 of installed RAM +# CONFIG_ARCH_NOINTC - define if the architecture does not +# support an interrupt controller or otherwise cannot support +# APIs like up_enable_irq() and up_disable_irq(). # CONFIG_ARCH_IRQPRIO - Set if the architecture supports interrupt prioritization # CONFIG_ARCH_INTERRUPTSTACK - This architecture supports an interrupt # stack. If defined, this symbol is the size of the interrupt @@ -78,6 +81,7 @@ CONFIG_BOARD_LOOPSPERMSEC=999 CONFIG_DRAM_SIZE=0x00100000 CONFIG_DRAM_START=0x00100000 CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE) +CONFIG_ARCH_NOINTC=y CONFIG_ARCH_STACKDUMP=y CONFIG_ARCH_LEDS=n CONFIG_ARCH_BUTTONS=n