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:
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…
Reference in New Issue
Block a user