From: Keith Packard Date: Tue, 13 Jun 2023 06:11:01 +0000 (-0700) Subject: altos/stm32f042: Increase interrupt stack to 256 bytes X-Git-Tag: 1.9.17~1^2~11 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=41301eea02a25c77129c852d11977accf26152db;hp=41301eea02a25c77129c852d11977accf26152db;p=fw%2Faltos altos/stm32f042: Increase interrupt stack to 256 bytes Running the radio on TeleMini in monitor idle mode ended up overflowing the interrupt stack of 128 bytes. Increase to 256 bytes and adjust task stack sizes so targets continue to build. Signed-off-by: Keith Packard ---