summaryrefslogtreecommitdiff
path: root/nuttx/configs/cloudctrl
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/cloudctrl
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/cloudctrl')
-rw-r--r--nuttx/configs/cloudctrl/README.txt4
-rw-r--r--nuttx/configs/cloudctrl/nsh/defconfig2
2 files changed, 1 insertions, 5 deletions
diff --git a/nuttx/configs/cloudctrl/README.txt b/nuttx/configs/cloudctrl/README.txt
index 7de88edf3..0d12fdd77 100644
--- a/nuttx/configs/cloudctrl/README.txt
+++ b/nuttx/configs/cloudctrl/README.txt
@@ -502,10 +502,6 @@ Cloudctrl-specific Configuration Options
CONFIG_STM32_CCMEXCLUDE - Exclude CCM SRAM from the HEAP
- CONFIG_ARCH_IRQPRIO - The STM32107xxx 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/cloudctrl/nsh/defconfig b/nuttx/configs/cloudctrl/nsh/defconfig
index 8752539a3..b6a1a1413 100644
--- a/nuttx/configs/cloudctrl/nsh/defconfig
+++ b/nuttx/configs/cloudctrl/nsh/defconfig
@@ -76,7 +76,7 @@ CONFIG_ARCH_HAVE_CMNVECTOR=y
# CONFIG_ARMV7M_CMNVECTOR is not set
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