summaryrefslogtreecommitdiff
path: root/nuttx/configs/nutiny-nuc120
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/nutiny-nuc120
parent19b828c29a0ab876c85dbfed95689cba4c747bcf (diff)
downloadpx4-nuttx-191590e73957b470ec5323d712f4055e1e442cdb.tar.gz
px4-nuttx-191590e73957b470ec5323d712f4055e1e442cdb.tar.bz2
px4-nuttx-191590e73957b470ec5323d712f4055e1e442cdb.zip
Undefine IRQPRIO in all configurations it should not be set
Diffstat (limited to 'nuttx/configs/nutiny-nuc120')
-rw-r--r--nuttx/configs/nutiny-nuc120/README.txt4
-rw-r--r--nuttx/configs/nutiny-nuc120/nsh/defconfig2
2 files changed, 1 insertions, 5 deletions
diff --git a/nuttx/configs/nutiny-nuc120/README.txt b/nuttx/configs/nutiny-nuc120/README.txt
index ac14f0af9..673bdc320 100644
--- a/nuttx/configs/nutiny-nuc120/README.txt
+++ b/nuttx/configs/nutiny-nuc120/README.txt
@@ -182,10 +182,6 @@ NuTiny-specific Configuration Options
CONFIG_RAM_START=0x20000000
- CONFIG_ARCH_IRQPRIO - The Cortex-M0 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/nutiny-nuc120/nsh/defconfig b/nuttx/configs/nutiny-nuc120/nsh/defconfig
index 8f79e197a..cf2e909d0 100644
--- a/nuttx/configs/nutiny-nuc120/nsh/defconfig
+++ b/nuttx/configs/nutiny-nuc120/nsh/defconfig
@@ -182,7 +182,7 @@ CONFIG_NUC_UARTCLK_INTHI=y
# CONFIG_ARCH_NOINTC is not set
# CONFIG_ARCH_VECNOTIRQ is not set
# CONFIG_ARCH_DMA is not set
-CONFIG_ARCH_IRQPRIO=y
+# CONFIG_ARCH_IRQPRIO is not set
# CONFIG_CUSTOM_STACK is not set
# CONFIG_ADDRENV is not set
CONFIG_ARCH_HAVE_VFORK=y