From 8b11bfd3ac6b6623d19c89a52c9e624d31ca80be Mon Sep 17 00:00:00 2001 From: linyiyang <50727129+eYoung8475@users.noreply.github.com> Date: Mon, 6 Jan 2020 19:14:35 +0800 Subject: [PATCH] Provide more information about this SRAM --- bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig b/bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig index c30f9ba572..548d5641bb 100644 --- a/bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig +++ b/bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig @@ -35,7 +35,7 @@ menu "Onboard Peripheral Drivers" default n config BSP_USING_SRAM - bool "Enable SRAM" + bool "Enable SRAM. Chip name is IS62WV51216, 1Mbytes static RAMs organized as 512K words by 16bits." default n endmenu -- GitLab