stlink: Make SWO Trace Buffer smaller.

Changes for delayed memory map setup otherwise overflow SRAM silently.
This commit is contained in:
Uwe Bonnes 2018-04-15 17:12:49 +02:00 committed by Gareth McMullin
parent 455e0a74d2
commit 72c1498ae1
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
#define LED_UART GPIO14
#define PLATFORM_HAS_TRACESWO 1
#define NUM_TRACE_PACKETS (192) /* This is an 12K buffer */
#define NUM_TRACE_PACKETS (128) /* This is an 8K buffer */
#define TMS_SET_MODE() \
gpio_set_mode(TMS_PORT, GPIO_MODE_OUTPUT_50_MHZ, \