Add st-info man page

pull/467/head
Daniel Campoverde [alx741] 2016-09-15 18:18:45 -05:00
rodzic 3268ea1250
commit 759f423987
2 zmienionych plików z 59 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
set(MANPAGES
st-util
st-flash
st-info
)
# Only generate manpages with pandoc in Debug builds

58
doc/man/st-info.md 100644
Wyświetl plik

@ -0,0 +1,58 @@
% ST-INFO(1) Open Source STMicroelectronics Stlink Tools | STLINK
%
% Sep 2016
# NAME
st-info - Provides information about connected STLINK and STM32 devices
# SYNOPSIS
*st-info* \[*OPTIONS*\]
# DESCRIPTION
Provides information about connected STLINK programmers and STM32 devices:
Serial code, openocd, flash, sram, page size, chipid, description.
# OPTIONS
--flash
: Display amount of flash memory available in the device
--sram
: Display amount of sram memory available in device
--descr
: Display textual description of the device
--pagesize
: Display the page size of the device
--chipid
: Display the chip ID of the device
--serial
: Display the serial code of the device
--hla-serial
: Display the hex escaped serial code of the device
--probe
: Display the summarized information of the connected programmers and devices
# EXAMPLES
Display information about connected programmers and devices
$ st-info --probe
# SEE ALSO
st-util(1), st-flash(1), st-term(1)
# COPYRIGHT
This work is copyrighted. Stlink contributors.
See *LICENSE* file in the stlink source distribution.