Wykres commitów

102 Commity (e8503fb9b0a54483ab7d5dfc9f4989973711f1ef)

Autor SHA1 Wiadomość Data
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
Karl Palsson 388606716e Update tutorial docs and flash writing/reading 2011-11-04 02:23:17 +00:00
jnosky 0fbdd62e61 Fixed flash utility for STM32F4
Can write entire 1MB of flash
2011-10-29 18:17:46 -04:00
Fabien Le Mentec fb84122913 [update] tutorial, led blinking from flash 2011-10-23 08:31:40 -05:00
Fabien Le Mentec 81e4e8d157 [update] documentation, CHIBIOS 2011-10-23 03:26:55 -05:00
Karl Palsson 85ff603805 Make the blink example build for all platforms.
Less mucking around with make parameters, it's a tiny build.  Verified with a
VL and L board.

Removed the old obsolete bin file
2011-10-22 15:46:19 +00:00
Karl Palsson 2f7b70f1a8 Add option parsing and help
Supports setting the gdb listen port
Supports setting which version of stlink to use
Supports setting the device to use (in case autoprobing doesn't work)
2011-10-22 15:20:21 +00:00
Karl Palsson 9bc72d4519 Merge upstream texane/master 2011-10-22 02:11:04 +00:00
Fabien Le Mentec 9a6c4ac2f6 [update] documentation 2011-10-21 04:28:24 -05:00
Fabien Le Mentec 52ba1bae25 [update] documentation 2011-10-21 02:59:05 -05:00
Fabien Le Mentec 7c3b58a80c [fix] documentation 2011-10-20 16:39:23 -05:00
Fabien Le Mentec 73765950a6 [update] documentation 2011-10-20 00:38:50 -05:00
Fabien Le Mentec a821592dad [update] add macpod to AUTHORS. update documentation for the blink program. 2011-10-18 00:49:07 -05:00
Fabien Le Mentec 7ca637b513 [update] documentation 2011-10-17 15:06:23 -05:00
Fabien Le Mentec 4a8fefed01 [update] lcd example uses libstm32l_discovery 2011-10-16 11:05:46 -05:00
Fabien Le Mentec 25b68d2743 [update] documentation 2011-10-16 10:59:51 -05:00
Fabien Le Mentec 828eff39ea [update] documentation 2011-10-16 03:48:27 -05:00
Fabien Le Mentec fa4a8c1ec4 [update] documentation 2011-10-16 03:24:45 -05:00
Fabien Le Mentec 52f3b4381b [mv] blink source into example/blink 2011-10-16 01:28:57 -05:00
Fabien Le Mentec a161199867 [update] documentation, libsg2 dependency 2011-10-15 17:25:11 -05:00
Fabien Le Mentec 0c24d59554 [update] documentation 2011-10-15 17:20:56 -05:00
Fabien Le Mentec bc250330de [update] documentation 2011-10-15 17:15:50 -05:00
Fabien Le Mentec 6d7479e655 [update] documentation 2011-10-15 17:14:12 -05:00
Fabien Le Mentec ebd83aa56a [update] documentation 2011-10-15 16:40:47 -05:00
Fabien Le Mentec a60030d8ff [update] documentation 2011-10-15 15:15:33 -05:00
Fabien Le Mentec ad13960dd6 [update] documentation 2011-10-15 15:06:14 -05:00
Fabien Le Mentec 1a34038afe [fix] documentation 2011-10-15 13:18:26 -05:00
Fabien Le Mentec 7de129c05d [update] documentation 2011-10-15 12:53:44 -05:00
Fabien Le Mentec d7956829d3 [add] doc/tutorial.tex,pdf 2011-10-15 12:30:33 -05:00