فهرست منبع

stlink: add st-info page

Daniel Campoverde [alx741] 8 سال پیش
والد
کامیت
57e32a7e52
1فایلهای تغییر یافته به همراه15 افزوده شده و 0 حذف شده
  1. 15 0
      pages/common/st-info.md

+ 15 - 0
pages/common/st-info.md

@@ -0,0 +1,15 @@
+# st-info
+
+> Provides information about connected STLink and STM32 devices.
+
+- Display about of program memory available:
+
+`st-info --flash`
+
+- Display about of sram memory available:
+
+`st-info --sram`
+
+- Display summarized information of the device:
+
+`st-info --probe`