Wykres commitów

38 Commity (develop)

Autor SHA1 Wiadomość Data
nightwalker-87 101d77bf7e Formatting & style fixes. 2023-06-24 23:55:12 +02:00
nightwalker-87 f93adb92f2 Fixes for project compilation
- Cleanup for CMakeLists.txt
- [doc] Added list of cmake path variables
- Fixed stlink-gui install path (Closes #1270) (Closes #1271)
- Replaced path variable for chips directory
2022-10-24 01:49:03 +02:00
hydroconstructor d0ed1253ce
Update doc/man/st-util.1
Co-authored-by: Grzegorz Szymaszek <gszymaszek@short.pl>
2022-01-23 23:28:07 +04:00
hydroconstructor 1e7d89fc13 Removing env. var. STLINK_DEVICE from docs
In #1210 from codebase was removed functionality to specify ST-LINK by environment variable. This still mentioned in documentation, so I updated it.
2022-01-10 20:24:29 +04:00
nightwalker-87 40e9aa22ba
Merge pull request #1107 from Ant-ON/add_reset_doc
[doc] Updated documentation on target resetting
2021-03-20 22:07:16 +01:00
Ant-ON d9726fa86d Updated a target resetting documentation 2021-03-19 20:19:01 +05:00
Tarek BOCHKATI 9ed3d46c24 fix for stlink old DFU serial number
omit the hla serial aka 'openocd serial'
Only one valid serial is used which matches the serial as displayed
in STM32CubeProgrammer and official ST tools.

Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
2021-03-18 19:17:48 +01:00
Geert Stappers cdac310755 [manual] Added st-info --probe example output
To show what to expect: information about the ST-link and the target.

Bumped date to this month and removed a trailing space.

Modified: doc/man/st-info.md
2020-10-10 22:33:18 +02:00
Sören Tempel 2016590502 doc/man: Fix installation directory
On Unix-like operating systems man pages are commonly installed to
`/usr/share/man` not `/usr/share/stlink/man`.
2020-06-01 00:20:26 +02:00
nightwalker-87 7ef06378aa Refactoring for build settings
Tidy up install paths & directories:
-> modprobe.d & udev rules
  (both are now ON per default on Linux)
-> stlink-gui supplements
-> man pages
- Fixed paths according to GNUInstallDirs
- cmake: Restructured library config
- Test files & gui now use shared library
2020-05-19 11:28:35 +02:00
nightwalker-87 1b3200d5bc Updated build settings
- Removed unneeded commands in travis.sh
- Removed -Wno-dev flag in Release target
- cmake: Grouped udev and modprobe.d config
- rpm package now relocatable (CPackRPM)
2020-05-18 18:34:16 +02:00
nightwalker-87 f827006231 Refactoring for cmake build settings
- Moved additional header files to /src
- Simplified header-paths
- Added missing license title for getopt
- Added comments and sections to CMakeLists
- Improved file structure (partially)
- Co-build st-util with st-info & st-flash
- GUI: Renamed .ui file to match executable
- Added install targets for executables
- Added missing "uninstall" cmd to Makefile
2020-04-25 22:34:18 +02:00
Guillaume Revaillot 5e0fd8b61c doc: remove stlink version parameter selectors doc and examples 2020-04-22 11:15:58 +02:00
Guillaume Revaillot ad0e52540e doc: update doc to mention STLINK_DEVICE and --probe parameters if
applicable in all man files
2020-04-22 11:15:51 +02:00
nightwalker-87 6f934a396e Whitespace cleanup 2020-04-15 16:20:17 +02:00
Chen Guokai e97eaa329a Add man documentation about --opt 2020-04-11 14:06:38 +08:00
nightwalker-87 1818d9375d Fixed indentation & whitespace. 2020-04-05 14:57:59 +02:00
nightwalker-87 587fb48ce4 Updated cmake configuration
- Alligned formatting
- Updated version requirement
- Updated pkg-maintainer
- [doc] Added note in compiling manual
- Fixed install paths in build script
- Updated C-flag -std=gnu99 to gnu11
2020-04-05 14:25:45 +02:00
nightwalker-87 c783d0e777 Refactoring for tool "st-info"
- Resorted cmds to the order they appear.
2020-03-24 17:09:14 +01:00
Yuriy M. Kaminskiy 1ec9173a90 Fix st-flash manpage read example
Size must be specified as hexdecimal number (as per both documentation
and implementation)
2020-01-29 15:57:39 +03:00
Jerry Jacobs f87076fcbf
doc/man: Fix double dash issue (fixes #746) 2018-11-19 20:45:50 +01:00
Jerry Jacobs 1f18a18a85 doc/man: Add semihosting parameter documentation, fix styling issue with double dashhes. Fixes #674. 2018-03-01 11:51:26 +01:00
Jerry Jacobs c8dbc0adb3 doc/man: Fix reference to non-exisiting st-term tool. Fixes #676. 2018-03-01 11:40:21 +01:00
Warren Gay 9775689196 Added --flash=n[k][m] command line option to override device model (#576)
* Added --flash=xxxx to st-flash command line
2017-03-24 23:10:05 +01:00
Jerry Jacobs 4868a62fbf Prepare for win64 static executable builds 2017-01-28 11:30:30 +01:00
Georg von Zengen 7ab464527e flash: added easy way to reset the target (#505)
* flash: added easy way to reset the target

st-flash does now have a 'reset' command
makes it easy to reset the Target

* Doc: added man page entry for reset command of st-flash
2016-11-03 22:56:33 +01:00
Jerry Jacobs 68b0f3bddc Initial work to fix cygwin builds 2016-10-22 09:44:37 +02:00
Jerry Jacobs cde9cb147b doc: Remove remaining st-term man page 2016-10-22 09:25:43 +02:00
texane 043a928d8f add generated manpages 2016-09-18 16:12:10 +02:00
Jerry Jacobs 6f26487f83 Add --version commandline argument flag. Fixes #470 2016-09-18 11:17:25 +02:00
Jerry Jacobs 4209e4b924 cmake: Refactor into seperate files, fix project version detection when everything fails (travis) 2016-09-16 15:42:34 +02:00
Daniel Campoverde [alx741] c23732c832 Use 'STLink' in man pages 2016-09-15 18:53:10 -05:00
Daniel Campoverde [alx741] 3c28cf15a7 Add st-term man page 2016-09-15 18:52:58 -05:00
Daniel Campoverde [alx741] 759f423987 Add st-info man page 2016-09-15 18:18:45 -05:00
Daniel Campoverde [alx741] 3268ea1250 Add st-flash man page 2016-09-15 18:18:27 -05:00
Jerry Jacobs 1ade678f9c Refactor main CMakeLists.txt. Generate manpages when pandoc is present in Debug builds. Add top level Makefile 2016-09-15 10:44:01 +02:00
fabien.lementec d50bd3705e fix: add missing st-util.1 until proper solution 2016-09-15 08:04:12 +02:00
Daniel Campoverde [alx741] b0df7049dd Add st-util man page 2016-09-14 22:15:53 -05:00