1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-18 10:32:02 +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 * 1024
*/ */
#ifndef SEGGER_SYSVIEW_RTT_BUFFER_SIZE #ifndef SEGGER_SYSVIEW_RTT_BUFFER_SIZE
#define SEGGER_SYSVIEW_RTT_BUFFER_SIZE 1024 #define SEGGER_SYSVIEW_RTT_BUFFER_SIZE 4096
#endif #endif
/********************************************************************* /*********************************************************************
@ -364,7 +364,7 @@ extern uint32_t svc_get_dwt_cyccnt();
* 128 * 128
*/ */
#ifndef SEGGER_SYSVIEW_MAX_STRING_LEN #ifndef SEGGER_SYSVIEW_MAX_STRING_LEN
#define SEGGER_SYSVIEW_MAX_STRING_LEN 128 #define SEGGER_SYSVIEW_MAX_STRING_LEN 1024
#endif #endif
/********************************************************************* /*********************************************************************