IO v2: disable interrupt stack

This avoids burning significant memory in a configuration that is not actually using parallel tasks
This commit is contained in:
Lorenz Meier
2017-05-01 17:35:09 +02:00
parent 60a022329f
commit d1dd6a16f2

View File

@@ -530,7 +530,7 @@ CONFIG_BOARD_LOOPSPERMSEC=2000
# Interrupt options
#
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
CONFIG_ARCH_INTERRUPTSTACK=500
CONFIG_ARCH_INTERRUPTSTACK=0
CONFIG_ARCH_HAVE_HIPRI_INTERRUPT=y
# CONFIG_ARCH_HIPRI_INTERRUPT is not set