From b2878db7f7c57ce8be3421520417d3ed09c81ee5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 10 Mar 2011 22:16:05 +0000 Subject: Restructure interrupt/timer logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3362 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/qemu-i486/nsh/defconfig | 2 +- nuttx/configs/qemu-i486/ostest/defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs') diff --git a/nuttx/configs/qemu-i486/nsh/defconfig b/nuttx/configs/qemu-i486/nsh/defconfig index 8244e35bc..3cec37a3b 100644 --- a/nuttx/configs/qemu-i486/nsh/defconfig +++ b/nuttx/configs/qemu-i486/nsh/defconfig @@ -80,7 +80,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_NOINTC=n CONFIG_ARCH_STACKDUMP=y CONFIG_ARCH_LEDS=n CONFIG_ARCH_BUTTONS=n diff --git a/nuttx/configs/qemu-i486/ostest/defconfig b/nuttx/configs/qemu-i486/ostest/defconfig index 8b17c30b8..c84f50822 100644 --- a/nuttx/configs/qemu-i486/ostest/defconfig +++ b/nuttx/configs/qemu-i486/ostest/defconfig @@ -80,7 +80,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_NOINTC=n CONFIG_ARCH_STACKDUMP=y CONFIG_ARCH_LEDS=n CONFIG_ARCH_BUTTONS=n -- cgit v1.2.3