feat(core): increase systemview buffers

pull/1432/head
Ondrej Mikle 3 years ago committed by Pavol Rusnak
parent f591ce6789
commit 5a4166ea93

@ -269,7 +269,7 @@ extern uint32_t svc_get_dwt_cyccnt();
* 1024
*/
#ifndef SEGGER_SYSVIEW_RTT_BUFFER_SIZE
#define SEGGER_SYSVIEW_RTT_BUFFER_SIZE 1024
#define SEGGER_SYSVIEW_RTT_BUFFER_SIZE 4096
#endif
/*********************************************************************
@ -364,7 +364,7 @@ extern uint32_t svc_get_dwt_cyccnt();
* 128
*/
#ifndef SEGGER_SYSVIEW_MAX_STRING_LEN
#define SEGGER_SYSVIEW_MAX_STRING_LEN 128
#define SEGGER_SYSVIEW_MAX_STRING_LEN 1024
#endif
/*********************************************************************

Loading…
Cancel
Save