diff options
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/stm32f4/boards/stm32f401blackpill/board.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/bsp/stm32f4/boards/stm32f401blackpill/board.cmake b/hw/bsp/stm32f4/boards/stm32f401blackpill/board.cmake index fab6a42d2..34bf54e99 100644 --- a/hw/bsp/stm32f4/boards/stm32f401blackpill/board.cmake +++ b/hw/bsp/stm32f4/boards/stm32f401blackpill/board.cmake @@ -1,3 +1,6 @@ +# 64 KiB total RAM: the family's 65536 SystemView default cannot link here. +set(SYSVIEW_BUFFER_SIZE_DEFAULT 4096) + set(MCU_VARIANT stm32f401xc) set(JLINK_DEVICE stm32f401cc) |
