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 /cmd/srv9p/config | |
parent | 5d1c30d11f2f8f1dcf2c1d823a1b0c174dc53495 (diff) |
gdb-helpers/libcr.py: Use fewer breakpoints
They're at a premium on the RP2040.
Diffstat (limited to 'cmd/srv9p/config')
-rw-r--r-- | cmd/srv9p/config/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/srv9p/config/config.h b/cmd/srv9p/config/config.h index 82be297..4f8384e 100644 --- a/cmd/srv9p/config/config.h +++ b/cmd/srv9p/config/config.h @@ -51,6 +51,7 @@ #define CONFIG_COROUTINE_PROTECT_STACK 1 /* bool */ #define CONFIG_COROUTINE_DEBUG 0 /* bool */ #define CONFIG_COROUTINE_VALGRIND 1 /* bool */ +#define CONFIG_COROUTINE_GDB 1 /* bool */ #define CONFIG_COROUTINE_NUM (1 /* usb_common */ +\ 1 /* usb_keyboard */ +\ CONFIG_SRV9P_NUM_CONNS /* accept+read */ +\ |