diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-27 15:27:52 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-29 21:46:26 -0700 |
commit | 9eaa70ddf2e5c50503b5e135b52b39ac7ae6f089 (patch) | |
tree | e6b29ee637d8f8eab54939fcd932af6bcce6beb1 /libcr_ipc | |
parent | 5d1c30d11f2f8f1dcf2c1d823a1b0c174dc53495 (diff) |
gdb-helpers/libcr.py: Use fewer breakpoints
They're at a premium on the RP2040.
Diffstat (limited to 'libcr_ipc')
-rw-r--r-- | libcr_ipc/tests/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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_ */ |