mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 01:13:29 +00:00
SAMA5D3x-EK: Enable the interrupt stack in in all configurations
This commit is contained in:
parent
6fedf8658a
commit
71fa99d69f
2 changed files with 2 additions and 2 deletions
|
|
@ -261,7 +261,7 @@ CONFIG_ARCH_STACKDUMP=y
|
|||
CONFIG_BOARD_LOOPSPERMSEC=49341
|
||||
# CONFIG_ARCH_CALIBRATION is not set
|
||||
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
|
||||
CONFIG_ARCH_INTERRUPTSTACK=0
|
||||
CONFIG_ARCH_INTERRUPTSTACK=2048
|
||||
|
||||
#
|
||||
# Boot options
|
||||
|
|
|
|||
|
|
@ -212,7 +212,7 @@ CONFIG_ARCH_STACKDUMP=y
|
|||
CONFIG_BOARD_LOOPSPERMSEC=49341
|
||||
# CONFIG_ARCH_CALIBRATION is not set
|
||||
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
|
||||
CONFIG_ARCH_INTERRUPTSTACK=0
|
||||
CONFIG_ARCH_INTERRUPTSTACK=2048
|
||||
|
||||
#
|
||||
# Boot options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue