浏览代码

Provide more information about this SRAM

linyiyang 5 年之前
父节点
当前提交
8b11bfd3ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig

+ 1 - 1
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