From d5841e7bf8fbf5f51bb033c1ca57b0e1015d955f Mon Sep 17 00:00:00 2001 From: Maximilian Deubel Date: Wed, 13 Nov 2024 15:59:14 +0100 Subject: [PATCH] samples: cellular: at_client: disable legacy shim AT Client does not respond with the legacy shim enabled. We need to disable it. Signed-off-by: Maximilian Deubel (cherry picked from commit 6985c36f47e84320180dbf5921f2c8be25f1ee37) --- samples/cellular/at_client/prj.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/cellular/at_client/prj.conf b/samples/cellular/at_client/prj.conf index 36656414bfa0..cff74317d9d5 100644 --- a/samples/cellular/at_client/prj.conf +++ b/samples/cellular/at_client/prj.conf @@ -24,3 +24,5 @@ CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_MAIN_STACK_SIZE=3072 CONFIG_HEAP_MEM_POOL_SIZE=16384 CONFIG_AT_MONITOR_HEAP_SIZE=512 + +CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=n