summaryrefslogtreecommitdiff
path: root/nuttx/configs/skp16c26
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-15 00:27:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-15 00:27:06 +0000
commitb6a7f6163deed35763ea3486405ad6310b577c15 (patch)
treed8e525ac06c9f7a8239bad7f68177fb8da9f47b6 /nuttx/configs/skp16c26
parentc736d900cf69ad1277353e877ad00630c2a03011 (diff)
downloadpx4-nuttx-b6a7f6163deed35763ea3486405ad6310b577c15.tar.gz
px4-nuttx-b6a7f6163deed35763ea3486405ad6310b577c15.tar.bz2
px4-nuttx-b6a7f6163deed35763ea3486405ad6310b577c15.zip
Add interrupt initialization logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1501 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/skp16c26')
-rw-r--r--nuttx/configs/skp16c26/ostest/defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/skp16c26/ostest/defconfig b/nuttx/configs/skp16c26/ostest/defconfig
index c194f02f6..ffadaa5c7 100644
--- a/nuttx/configs/skp16c26/ostest/defconfig
+++ b/nuttx/configs/skp16c26/ostest/defconfig
@@ -45,6 +45,9 @@
# CONFIG_ARCH_BOARD - identifies the configs subdirectory and, hence,
# the board that supports the particular chip or SoC.
# CONFIG_ARCH_BOARD_name - for use in C code
+# 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_ENDIAN_BIG - define if big endian (default is little endian)
# CONFIG_BOARD_LOOPSPERMSEC - for delay loops
# CONFIG_DRAM_SIZE - Describes the internal SRAM.
@@ -62,6 +65,7 @@ CONFIG_ARCH_CHIP=m16c
CONFIG_ARCH_CHIP_M30262F8=y
CONFIG_ARCH_BOARD=skp16c26
CONFIG_ARCH_BOARD_SKP16C26=y
+CONFIG_ARCH_NOINTC=y
CONFIG_ENDIAN_BIG=y
CONFIG_DRAM_SIZE=0x00800
CONFIG_DRAM_START=0x00400