summaryrefslogtreecommitdiff
path: root/nuttx/configs/fire-stm32v2
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-16 08:29:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-16 08:29:39 -0600
commit191590e73957b470ec5323d712f4055e1e442cdb (patch)
tree42f9e92bd4f1f0a1161e653fbd173cc5a2e1d3cc /nuttx/configs/fire-stm32v2
parent19b828c29a0ab876c85dbfed95689cba4c747bcf (diff)
downloadnuttx-191590e73957b470ec5323d712f4055e1e442cdb.tar.gz
nuttx-191590e73957b470ec5323d712f4055e1e442cdb.tar.bz2
nuttx-191590e73957b470ec5323d712f4055e1e442cdb.zip
Undefine IRQPRIO in all configurations it should not be set
Diffstat (limited to 'nuttx/configs/fire-stm32v2')
-rw-r--r--nuttx/configs/fire-stm32v2/README.txt4
-rw-r--r--nuttx/configs/fire-stm32v2/nsh/defconfig2
2 files changed, 1 insertions, 5 deletions
diff --git a/nuttx/configs/fire-stm32v2/README.txt b/nuttx/configs/fire-stm32v2/README.txt
index afedd394c..cb362f0a5 100644
--- a/nuttx/configs/fire-stm32v2/README.txt
+++ b/nuttx/configs/fire-stm32v2/README.txt
@@ -598,10 +598,6 @@ M3 Wildfire-specific Configuration Options
CONFIG_RAM_START=0x20000000
- CONFIG_ARCH_IRQPRIO - The STM32F103Z supports interrupt prioritization
-
- CONFIG_ARCH_IRQPRIO=y
-
CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to boards that
have LEDs
diff --git a/nuttx/configs/fire-stm32v2/nsh/defconfig b/nuttx/configs/fire-stm32v2/nsh/defconfig
index 5ed2dfbb9..50b79bef1 100644
--- a/nuttx/configs/fire-stm32v2/nsh/defconfig
+++ b/nuttx/configs/fire-stm32v2/nsh/defconfig
@@ -69,7 +69,7 @@ CONFIG_ARCH_FAMILY="armv7-m"
CONFIG_ARCH_CHIP="stm32"
CONFIG_ARCH_HAVE_MPU=y
# CONFIG_ARMV7M_MPU is not set
-CONFIG_ARCH_IRQPRIO=y
+# CONFIG_ARCH_IRQPRIO is not set
CONFIG_BOARD_LOOPSPERMSEC=5483
# CONFIG_ARCH_CALIBRATION is not set
# CONFIG_SERIAL_TERMIOS is not set