stlink: add st-info page

This commit is contained in:
Daniel Campoverde [alx741] 2016-09-17 23:13:42 -05:00
parent bee393809e
commit 57e32a7e52

15
pages/common/st-info.md Normal file
View File

@ -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`