Peter Mortensen
c06a7737bd
Update README.md
...
Copy edited (e.g. ref. <http://en.wikipedia.org/wiki/Debian > and <http://en.wikipedia.org/wiki/Linux >)
2016-12-11 13:18:48 +01:00
Jerry Jacobs
0c63a2cffc
cmake/Version.cmake: Fix version detection when building from zipfile (non-git tree). Fixes #523
2016-12-05 17:36:37 +01:00
fabien.lementec
3de5cf0561
README.md: Add STM32F411E-DISCO
2016-11-22 07:45:55 +01:00
Slyshyk Oleksiy
470fc2b309
fix cmake wrong libusb extract command for windows ( fixes #511 )
2016-11-07 10:49:16 +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
9c05837566
README.md: Add missing features
2016-10-29 12:20:10 +02: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
78e849f010
README.md: Add not how to install on a mac with homebrew. Refs #499
2016-10-22 10:24:24 +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
09b8775328
.github/ISSUE_TEMPLATE.md: Correct typos. Fixes #503
2016-10-22 09:50:12 +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
Jerry Jacobs
f80412cd89
Merge pull request #501 from geoffreymbrown/stm32l432support
...
stm32l432 support
2016-10-15 21:32:47 +02:00
Geoffrey Brown
97052483cf
fixed formatting, description
2016-10-15 14:47:30 -04:00
Geoffrey Brown
e3975598fa
stm32l432 support
2016-10-15 14:33:41 -04:00
Jerry Jacobs
2e5093730b
Merge pull request #485 from nekromant/deb-pkg-fixup
...
Fix debian packaging
2016-10-04 17:29:12 +02:00
Andrew Andrianov
650a88aa2c
debian: Remove all useless stuff from debian/rules, force cmake buildsystem
...
The top-level makefile that was used to drive cmake broke the autodetection
of the used buildsystem by debhelper. This commit fixes it and moves most
of the installation stuff to CMakeLists.txt to keep debian/ folder contents
to the bare minimum.
Signed-off-by: Andrew Andrianov <andrew@ncrmnt.org>
2016-10-04 13:56:05 +03:00
Jerry Jacobs
ee3f7a1cf1
Update README.md
...
Update udev rules paragraph.
2016-09-24 23:57:25 +02:00
Jerry Jacobs
823079ad4d
Update README.md
...
Update badge caching
2016-09-22 21:06:35 +02:00
Jerry Jacobs
30523ed539
Merge pull request #481 from dflogeras/fix-issue-480
...
Do not issue JTAG reset on stlink/v1
2016-09-21 20:23:33 +02:00
Dave Flogeras
4bf6cb387f
Do not issue JTAG reset on stlink-v1
2016-09-21 11:44:38 -03:00
Jerry Jacobs
7b358fedfc
Merge pull request #476 from OsterlaD/master
...
Fix broken install debian package rules.
2016-09-19 10:38:40 +02:00
Denis Osterland
e407d9e5a9
deb: Fix broken install rules.
...
Override dh_auto_install to use *.install files as they are.
The debian/*.install could contain source to destination format too,
but that would be much more difficult to handle with multi-arch.
Add debian copyright file.
Add stlink-tools manpages.
Insert homepage link.
Add library dependencies to binaries.
Add howto debuild to README.
Install udev rules.
Install modprobe config for usb module.
Configure cmake with /usr prefix and compile release variant.
2016-09-19 10:14:10 +02:00
texane
043a928d8f
add generated manpages
2016-09-18 16:12:10 +02:00
Jerry Jacobs
6dadc9faa1
Merge pull request #474 from texane/add-version-arg
...
Add --version commandline argument flag. Fixes #470
2016-09-18 14:58:05 +02:00
Jerry Jacobs
68ffa97341
Merge pull request #469 from texane/cmake-fixes
...
cmake: Refactor into seperate files
2016-09-18 14:45:06 +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
texane
7023a9ab62
Merge pull request #467 from alx741/manpages
...
Man pages
2016-09-16 07:08:14 +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
c4d7e50c6d
Update README.md
2016-09-15 15:37:43 +02:00
Jerry Jacobs
408632ad6c
Update README.md
...
Add appveyor MinGW64 build badge from xor-gate/stlink
2016-09-15 15:26:37 +02:00
Jerry Jacobs
07f181c7f8
appveyor: Cache libusb-1.0.20.7z instead of non-allowed wildcard
2016-09-15 15:25:28 +02:00
Jerry Jacobs
c6fb84884c
appveyor: Cache libusb 7z archive between builds
2016-09-15 15:20:51 +02:00
Jerry Jacobs
3b47efcb01
cmake: WIN32: Fix linking with winsock
2016-09-15 15:05:00 +02:00
Jerry Jacobs
c42de25204
cmake: Fix building with MinGw64
2016-09-15 14:55:18 +02:00
Jerry Jacobs
10f965e45d
cmake/modules/pandocology.cmake: Uncomment search of pandoc, due to previous local testing
2016-09-15 10:46:13 +02: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
c3f6fd0516
fix: cmake, st-util.1
2016-09-15 08:06:34 +02:00
fabien.lementec
d50bd3705e
fix: add missing st-util.1 until proper solution
2016-09-15 08:04:12 +02:00
texane
51a7e0a5fa
Merge pull request #464 from alx741/manpages
...
Add Man pages
2016-09-15 07:58:12 +02:00
Daniel Campoverde [alx741]
b0df7049dd
Add st-util man page
2016-09-14 22:15:53 -05:00
Daniel Campoverde [alx741]
ddbe285dad
Add man page installation to Cmake rules
2016-09-14 21:58:49 -05:00
Jerry Jacobs
6dfb8bafdb
Update changelog for upcomming v1.3.0 release
2016-09-14 17:11:47 +02:00