From 72a29f3fa8cca03449117d4ffc96fd0a77f4360a Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Wed, 5 Oct 2022 09:16:14 +0900 Subject: [PATCH] boards: raspberrypi-pico: Adjust CONFIG_UART0_TXBUFSIZE for SMP Summary: - I noticed that sometimes automatic tests failed due to missing serial outputs, although the kernel is still alive. - This commit fixes the issue. Impact: - raspberrypi-pico:smp only Testing: - Tested with smp, ostest, etc. Signed-off-by: Masayuki Ishikawa --- boards/arm/rp2040/raspberrypi-pico/configs/smp/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/rp2040/raspberrypi-pico/configs/smp/defconfig b/boards/arm/rp2040/raspberrypi-pico/configs/smp/defconfig index 40de6373963..d181ccef37e 100644 --- a/boards/arm/rp2040/raspberrypi-pico/configs/smp/defconfig +++ b/boards/arm/rp2040/raspberrypi-pico/configs/smp/defconfig @@ -52,3 +52,4 @@ CONFIG_TESTING_GETPRIME=y CONFIG_TESTING_OSTEST=y CONFIG_TESTING_SMP=y CONFIG_UART0_SERIAL_CONSOLE=y +CONFIG_UART0_TXBUFSIZE=384