Wykres commitów

78 Commity (bc423e2e26a6b9de843a2170bfd78fd70464fec4)

Autor SHA1 Wiadomość Data
nightwalker-87 2f9748e52f General Project Update
- Fixes in CHANGELOG.md
- Added note in README.md
- Updated package requirements.
2020-02-26 20:32:55 +01:00
nightwalker-87 90997ed65b Updated list with tested-boards. 2020-02-21 02:22:19 +01:00
nightwalker-87 fa35d5b7ba Merge branch 'pr-858/yumkam/fix-st-flash-man-size' into develop
[doc/trivial] Fix st-flash manpage read example (#858)
2020-02-21 01:26:21 +01:00
nightwalker-87 5f1264787c Archived page from github project wiki. 2020-02-20 00:37:04 +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
kraus f070345249 added several comments on the stlink software structure 2020-01-04 15:05:22 +01:00
Slyshyk Oleksiy a3cb1a1569 build wor windows under Debian/Ubuntu (#802) 2019-05-11 19:41:57 +02:00
aoand d13f946468 doc/compiling.md: fix package name "devscripts" (#775)
the command 'debuild' is (and always was) part of the devscripts package
2019-03-07 12:41:38 +01:00
Jerry Jacobs a201d3e5bd
Update compiling.md
Fixes #748
2018-12-02 21:25:02 +01:00
Jerry Jacobs f87076fcbf
doc/man: Fix double dash issue (fixes #746) 2018-11-19 20:45:50 +01:00
Bez 79306cc5d8 Update tutorial.md (#722) 2018-07-10 19:43:48 +02: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
texane c0d759dc41 STM32F042K6 Nucleo-32 Board reported to work, by frank@bauernoeppel.de 2018-02-18 08:01:58 +01:00
Vasiliy Glazov 1700e6a471 Added LIB_INSTALL_DIR to correct libs install on 64-bit systems (#636)
* Added LIB_INSTALL_DIR to correct libs install on 64-bit systems
* Add description for using LIB_INSTALL_DIR parameter.
2017-09-08 14:00:45 +02:00
Zhang, Chi dc8eb3e739 Fix gitignore and add support for STM32L452 (#608)
* update gitignore for debian
* add/update support for L43x/44x/45x/46x, partially thanks to @vatsaltrivedi86, should close texane/stlink#603
2017-06-26 23:57:14 +02:00
orinem 79d91786f7 Stop the sulk with GPL2016 on Windows (#602)
* Fixes for VS2017.
* Added a getopt implementation.
* Added a unistd.h.
* Corrected closing of sockets for Windows versions.
* Fixed gdbserver CMakeLists.txt to play nice with VS2017.
* Fixed include of getopt.h and unistd.h for WIN32.
* Added a unistd.h.
* Corrected closing of sockets for Windows versions.
* Fixed gdbserver CMakeLists.txt to play nice with VS2017.
* Override /MD to /MT for MSVC to match libusb's builds.
* MSVC settings should be if (MSVC).
* Don't busy-wait for long periods in usleep().
* Dynamic link to MSVC libusb binaries.
* Added Visual Studio section to compiling.md.
* Added -D_CRT_NONSTDC_NO_WARNINGS to MSVC flags.
* Prevented some more warnings under MSVC.
2017-06-17 08:05:47 +02: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
Joost Rijneveld fc4fd76a75 Fix incorrect release folder name in docs (#560) 2017-02-20 18:45:07 +01:00
Jerry Jacobs 4868a62fbf Prepare for win64 static executable builds 2017-01-28 11:30:30 +01:00
Jerry Jacobs e05ad17253 Update doc/tutorial.md with latest commandline arguments. Fixes #543. 2017-01-28 10:21:59 +01:00
Jerry Jacobs bf1b81b930 Prepare for v1.3.0 release, update ChangeLog.md 2017-01-28 10:12:53 +01:00
Jerry Jacobs 2cb33d45a8 Add note about debhelper for compiling the debian package. Fixes #520 2017-01-14 15:05:26 +01:00
Jerry Jacobs 8253cf1b88 Add tested NUCLEO-L476RG board. Fixes #521 2017-01-14 15:02:36 +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 76196d22c7 doc/compilation.md: Add note for user folder or system wide installation after compilation. Fixes #497 2016-10-29 12:09:15 +02:00
Jerry Jacobs be66bbf200 doc/compiling.md: Add note about installation and ldconfig. Fixes #478 2016-10-29 12:03:58 +02:00
Christian Mauderer 49248f5985 Fix install locations for modprobe config and udev rules (#502)
* cmake: Fix location of modprobe.d config.

* cmake: Use cmake variables for install locations.

This commit add the following two Cmake variables to
change the install location of the udev and modprobe
configuration files:
    - STLINK_UDEV_RULES_DIR
    - STLINK_MODPROBED_DIR

* doc/compiling.md: Add info about new CMAKE variables.

* debian: Use CMAKE variables for build.
2016-10-26 20:40:25 +02:00
Jerry Jacobs 7b359e2b95 doc/compiling.md: Add note on compiling for Mac OS X. Refs #499 2016-10-22 10:22:44 +02:00
Jerry Jacobs 9eb84d9f04 README.md: Refactor compilation and udev notes into seperate document. Fixes #486 2016-10-22 10:18:33 +02: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
Andrew Andrianov a35cc23525 CMakeLists.txt: Add shared library build and debian packaging
Signed-off-by: Andrew Andrianov <andrew@ncrmnt.org>
2016-09-02 23:00:33 +03:00
Jerry Jacobs 9aac78d184 Deprecate autotools 2016-08-03 20:02:50 +02:00
Jerry Jacobs e454fe9819 Reorganize files:
* Header files moved into include/stlink
* doc/tutorial.{pdf/tex} converted to markdown for rendering by github and easy editing
* Remove `stlink-` suffix from some C source files and move into `src/tools`
2016-05-05 19:30:32 +02:00
Karl Palsson 37aa61a74d Update tutorial documentation to reflect current code. 2012-06-20 19:35:46 +00:00
Karl Palsson 13035018f2 Add pkg-config to the list of requirements. 2012-02-01 21:34:58 +00:00
Karl Palsson 83a5eb2ed3 Merge branch 'tmaster' into future
This branch should work for F1 and F4 devices.  It has currently been tested
with F1 value line, (a VL discovery board) programmed via gdb via both an
stlinkv1 and an stlinkv2.

F4 has _not_ yet been tested on this branch

Conflicts:
	.gitignore
	doc/tutorial/tutorial.pdf
	example/blink/main.c
	gdbserver/Makefile
	gdbserver/gdb-server.c
	src/stlink-common.c
	src/stlink-common.h
	src/stlink-usb.c
2011-11-15 00:57:09 +00:00
Fabien Le Mentec 0ff09f90ce [merge] merge jnosky/master 2011-11-12 02:25:02 -06:00
Karl Palsson c98c487fa5 Merge branch 'master' of https://github.com/texane/stlink
Conflicts:
	Makefile
	doc/tutorial/tutorial.pdf
	example/blink/Makefile
	flash/main.c
	src/stlink-common.c
	src/stlink-usb.c

Mostly whitespace conflicts it seems.
2011-11-04 02:51:15 +00:00