mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 11:59:17 +08:00
Hotfix: Give FMU its own interrupt stack to isolate the interrupt context from application stacks
This commit is contained in:
@@ -328,7 +328,7 @@ CONFIG_BOARD_LOOPSPERMSEC=16717
|
|||||||
CONFIG_DRAM_START=0x20000000
|
CONFIG_DRAM_START=0x20000000
|
||||||
CONFIG_DRAM_SIZE=196608
|
CONFIG_DRAM_SIZE=196608
|
||||||
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
|
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
|
||||||
CONFIG_ARCH_INTERRUPTSTACK=0
|
CONFIG_ARCH_INTERRUPTSTACK=2048
|
||||||
|
|
||||||
#
|
#
|
||||||
# Boot options
|
# Boot options
|
||||||
|
|||||||
Reference in New Issue
Block a user