diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-04 00:18:23 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-04 00:18:23 -0700 |
commit | 47cee5df1e5e63a8d0a5f1b634ac6d4e1ff00af7 (patch) | |
tree | d72daabeedecbc397cdce739639f8cf2cb947685 /cmd/sbc_harness/config/config.h | |
parent | 355d7a495b0ca1a622d600427a8c737f3207a803 (diff) | |
parent | 3f49a57b99e7fe5aafa73e70ed146d98b1ae174c (diff) |
Merge branch 'lukeshu/dma'
Diffstat (limited to 'cmd/sbc_harness/config/config.h')
-rw-r--r-- | cmd/sbc_harness/config/config.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cmd/sbc_harness/config/config.h b/cmd/sbc_harness/config/config.h index f9c7df2..e923ac8 100644 --- a/cmd/sbc_harness/config/config.h +++ b/cmd/sbc_harness/config/config.h @@ -9,6 +9,10 @@ #include <stddef.h> /* for size_t */ +/* RP2040 *********************************************************************/ + +#define CONFIG_RP2040_SPI_DEBUG 1 /* bool */ + /* W5500 **********************************************************************/ /** @@ -22,8 +26,8 @@ #define CONFIG_W5500_LOCAL_PORT_MIN 32768 #define CONFIG_W5500_LOCAL_PORT_MAX 60999 +#define CONFIG_W5500_VALIDATE_SPI 1 /* bool */ #define CONFIG_W5500_DEBUG 1 /* bool */ - #define CONFIG_W5500_LL_DEBUG 0 /* bool */ /* 9P *************************************************************************/ |