1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 01:18:28 +00:00

feat(core): increase systemview buffers

This commit is contained in:
Ondrej Mikle 2020-12-07 12:04:04 +01:00 committed by Pavol Rusnak
parent f591ce6789
commit 5a4166ea93

View File

@ -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
/*********************************************************************