summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/stm32/config-stm32l15x.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/stm32/config-stm32l15x.h b/chip/stm32/config-stm32l15x.h
index ef913bbc0c..9014ce5717 100644
--- a/chip/stm32/config-stm32l15x.h
+++ b/chip/stm32/config-stm32l15x.h
@@ -48,3 +48,6 @@
/* Number of IRQ vectors on the NVIC */
#define CONFIG_IRQ_COUNT 45
+
+/* Lots of RAM, so use bigger UART buffer */
+#define CONFIG_UART_TX_BUF_SIZE 2048