aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-19 22:18:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-19 22:18:30 +0000
commitdb3e7613bce907bab90a64c297ec420f3b35f7ce (patch)
treed8042aaa7325712cbdc8afaeab8f6928ce915e76 /nuttx/arch
parent272fc3b5233e6d3c9e4d9c32a67511868f2c1a9a (diff)
downloadpx4-firmware-db3e7613bce907bab90a64c297ec420f3b35f7ce.tar.gz
px4-firmware-db3e7613bce907bab90a64c297ec420f3b35f7ce.tar.bz2
px4-firmware-db3e7613bce907bab90a64c297ec420f3b35f7ce.zip
Verify PATH variable in apps/examples/elf
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5445 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/arm/Kconfig b/nuttx/arch/arm/Kconfig
index 9fa73782d..4fce8efbf 100644
--- a/nuttx/arch/arm/Kconfig
+++ b/nuttx/arch/arm/Kconfig
@@ -111,6 +111,7 @@ config ARCH_CHIP_STM32
select ARCH_HAVE_CMNVECTOR
select ARCH_HAVE_MPU
select ARCH_HAVE_I2CRESET
+ select ARCH_IRQPRIO
---help---
STMicro STM32 architectures (ARM Cortex-M3/4).