From a2d2056cf227b03dbb58704c63eecdb8e97daeb3 Mon Sep 17 00:00:00 2001 From: Kristoffer Richardsson Date: Fri, 10 Nov 2023 10:57:53 +0100 Subject: [PATCH] Disable hybrid mode in random build --- configs/all.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/all.config b/configs/all.config index 63bccc37d3..abfe7fcf74 100644 --- a/configs/all.config +++ b/configs/all.config @@ -15,3 +15,6 @@ # Some decks use UART1 and can not be enabled when debug printing is directed to UART1 # Turn it off to verify the deck drivers. # CONFIG_DEBUG_PRINT_ON_UART1 is not set +# +# Do not build with hybrid mode as we run out of CCM memory in combination with some other configurations +# CONFIG_DECK_LOCO_TDOA3_HYBRID_MODE is not set