From 9eaa70ddf2e5c50503b5e135b52b39ac7ae6f089 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 27 Nov 2024 15:27:52 -0700 Subject: gdb-helpers/libcr.py: Use fewer breakpoints They're at a premium on the RP2040. --- libcr_ipc/tests/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcr_ipc/tests') diff --git a/libcr_ipc/tests/config.h b/libcr_ipc/tests/config.h index 949a82f..e06c876 100644 --- a/libcr_ipc/tests/config.h +++ b/libcr_ipc/tests/config.h @@ -15,5 +15,6 @@ #define CONFIG_COROUTINE_PROTECT_STACK 1 #define CONFIG_COROUTINE_DEBUG 1 #define CONFIG_COROUTINE_VALGRIND 1 +#define CONFIG_COROUTINE_GDB 1 #endif /* _CONFIG_H_ */ -- cgit v1.2.3-2-g168b