Skip to content

Commit 3a11955

Browse files
authored
Add information about sram in help command.
1 parent 8b11bfd commit 3a11955

File tree

1 file changed

+3
-1
lines changed
  • bsp/stm32/stm32f103-atk-warshipv3/board

1 file changed

+3
-1
lines changed

bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ menu "Onboard Peripheral Drivers"
3535
default n
3636

3737
config BSP_USING_SRAM
38-
bool "Enable SRAM. Chip name is IS62WV51216, 1Mbytes static RAMs organized as 512K words by 16bits."
38+
bool "Enable SRAM."
3939
default n
40+
help
41+
Chip name is IS62WV51216, 1Mbytes static RAMs organized as 512K words by 16bits.
4042

4143
endmenu
4244

0 commit comments

Comments
 (0)