From 0b16e8ada58b88d0f6e6a2e4c6c7f140d55d06ee Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 29 May 2017 11:52:08 +0300 Subject: [PATCH] samples: microbit/pong: Increase ISR stack size The stuff that the GPIO button callback does (in particular the printk calls) requires more stack space from the ISR stack. Increase it to 1k from the default 640. Signed-off-by: Johan Hedberg --- samples/boards/microbit/pong/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/boards/microbit/pong/prj.conf b/samples/boards/microbit/pong/prj.conf index 4744d12b231..378cce523bb 100644 --- a/samples/boards/microbit/pong/prj.conf +++ b/samples/boards/microbit/pong/prj.conf @@ -1,3 +1,4 @@ +CONFIG_ISR_STACK_SIZE=1024 CONFIG_BLUETOOTH=y CONFIG_BLUETOOTH_CENTRAL=y CONFIG_BLUETOOTH_PERIPHERAL=y