File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
cores/nRF5/sysview/Config Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,15 @@ Revision: $Rev: 17066 $
84
84
#endif
85
85
86
86
#ifndef SEGGER_RTT_PRINTF_BUFFER_SIZE
87
- #define SEGGER_RTT_PRINTF_BUFFER_SIZE (64u) // Size of buffer for RTT printf to bulk-send chars via RTT (Default: 64)
87
+ #define SEGGER_RTT_PRINTF_BUFFER_SIZE (64u) // Size of buffer for RTT printf to bulk-send chars via RTT (Default: 64)
88
88
#endif
89
89
90
90
#ifndef SEGGER_RTT_MODE_DEFAULT
91
91
#define SEGGER_RTT_MODE_DEFAULT SEGGER_RTT_MODE_NO_BLOCK_SKIP // Mode for pre-initialized terminal channel (buffer 0)
92
92
#endif
93
93
94
+ #define RTT_USE_ASM (0) // defaults to 1, results in link error ... undefined references to `SEGGER_RTT_ASM_WriteSkipNoLock`
95
+
94
96
/*********************************************************************
95
97
*
96
98
* RTT memcpy configuration
You can’t perform that action at this time.
0 commit comments