Wykres commitów

48 Commity (3f9ae02d8020786f605c3f9c09d9ace9c38a7c4e)

Autor SHA1 Wiadomość Data
nightwalker-87 5f1264787c Archived page from github project wiki. 2020-02-20 00:37:04 +01:00
nightwalker-87 4416a24b5d General project update:
- Updated README & CHANGELOG.
- Updated issue templates.
- Fixes in travis.yml
2020-02-19 21:20:10 +01:00
nightwalker-87 a0de0d0594 Fixes #859. 2020-02-19 18:33:30 +01:00
piccaso 2cad920e54
Fix dead link in README.md 2020-01-07 17:02:34 +01:00
texane 3690de9fdd
Merge pull request #821 from zoobab/master
Add stlink-tools link for Debian and Ubuntu
2019-11-08 14:03:01 +01:00
Adrian Imboden e56de83ec5 added support for writing option bytes on STM32L0 2019-09-06 18:23:37 +02:00
Jerry Jacobs 4909dd808a README.md: Add notice of wanted project maintainer 2019-08-17 10:42:14 +02:00
Benjamin Henrion 728049b244
Add stlink-tools link for Debian and Ubuntu
Add stlink-tools link for Debian and Ubuntu
2019-07-26 13:19:32 +02:00
Manuel Dipolt c6836b4ac9 Added support to write option bytes for the STM32G0 (#778)
* poc worked, writting stm32G070 option bytes

* Update README.md

adjust layout

* code review changes
2019-03-20 14:01:11 +01:00
Cerem Cem ASLAN 18ec7e239b fix typo (#779) 2019-03-15 19:34:39 +01:00
Cerem Cem ASLAN c9e0945755 Added howto for sending NRST signal through GDB (#776)
See https://github.com/texane/stlink/issues/774
2019-03-15 11:09:06 +01:00
Jerry Jacobs 7fafee24a5
Update README.md 2018-09-13 22:23:08 +02:00
Luca Boccassi e9fe4e5145 Debian packaging, CMake and README.md fixes (#683)
* Use https for debian/copyright

* Update dates and fix stanzas in debian/copyright

No need to have 2 stanzas for the same license

* Add BSD-3-clause body in debian/copyright

* Remove generated boilerplate from debian/rules

* Enable compiler hardening flags in debian/rules

* Fix source package name according to repo and docs

* Set source package section to electronics

See https://packages.debian.org/unstable/electronics/ for a full list

* Add long descriptions to packages

* Add gbp.conf file

* Update changelog for 1.5.0 release

* Remove dirs files, not needed anymore

* Rename library package to match SONAME

As per Debian policy, shared library packages must be named after
their SONAME version.

* libstlink0: break+replace libstlink since it took over its files

* Remove triggers, not needed anymore

debhelper tools will generate the triggers file automatically since
the package name was corrected

* List GPL2+ in debian/copyright for flashloaders

* Do not append -shared to shared library on *NIX

Only on Windows it's necessary to have different file names, on *NIX
the extension is what disambiguates between a static library (.a) and
a shared library (.so).

* Clarify license of flashloaders in README.md

Fixes #682

* List all individual authors in debian/copyright

The Debian FTP masters nowadays require that all authors are listed in
debian/copyright. Print the list of authors from git.

* Move modprobe and udev files from shared library package to tools package

Multiple versions of a shared library might be installed on the same
system. Do not ship unversioned files in their packages, or they will
conflict and fail to install.

* stlink-tools: break+replace libstlink

It took ownership of udev and modprobe files from libstlink

* Fix pkgconfig include dir: remove project version

The headers are installed in /usr/include/stlink without a version
number.

* Add libstlink1 symbols file

Generated with:

 dpkg-gensymbols -P/tmp -v1.5.0 -V -e/tmp/libstlink.so.1.5.0
  -plibstlink1 -Odebian/libstlink1.symbols

* Bump Standards-Version to 4.1.3

Main changes are shared library rename and files moved, and HTTPS
URLs.

https://www.debian.org/doc/packaging-manuals/upgrading-checklist.txt

* Add debian/watch file for notifications

The Debian package tracker can automatically notify when a new
version is out.
2018-03-16 16:41:07 +01:00
Jerry Jacobs 954a64917a
Update README.md 2018-02-16 13:08:54 +01:00
Vasiliy Glazov 3d8ca68dca README.md: Added information about Fedora and RedHat/CentOS packages. (#635) 2017-09-07 12:59:49 +02:00
Lyle Cheatham 7b7a5c102c Minor formatting fix in FAQ section of README.md (#631)
Fixup single quotes instead of back ticks
2017-08-27 11:51:59 +02:00
dflogeras 47ce70d6cf Add note about availability in Gentoo package manager (#622) 2017-07-27 14:14:35 +02:00
Jerry Jacobs 5e740a8434 README.md: Update version badge to v1.4.0 2017-07-01 16:44:47 +02:00
Jerry Jacobs c816cb4732 README.md: Update badges to 1.3.1 release 2017-02-25 17:50:55 +01:00
Jerry Jacobs 88c6162e45 Merge branch 'master' of github.com:texane/stlink 2017-02-01 23:12:47 +01:00
Jerry Jacobs cd1ba14990 README.md: Add Alpine Linux for installation 2017-02-01 23:12:39 +01:00
Jerry Jacobs 7b314c9541 Update README.md
Remove appveyor MinGW64 build badge (broken)
2017-02-01 19:04:09 +01:00
Jerry Jacobs eea16d7629 Update README.md
Add note for windows and mac binaries with release v1.3.0
2017-01-29 09:20:20 +01:00
Jerry Jacobs ed813270e3 README.md: Add downloads counter badge 2017-01-28 13:08:30 +01:00
Jerry Jacobs ca4ff46b5a README.md: Prepare for v1.3.0 release 2017-01-28 11:55:48 +01:00
Jerry Jacobs 0f9e4990ba README.md: Add note about write protected flash. Fixes #545 2017-01-28 10:16:20 +01:00
Jerry Jacobs 77acc50705 README.md: Improve first-time user documentation 2017-01-14 15:48:22 +01:00
Jerry Jacobs e45451500c README.md: Add missing feature of MCU hotplug. Refs #449 2017-01-14 15:08:54 +01:00
Jerry Jacobs 8253cf1b88 Add tested NUCLEO-L476RG board. Fixes #521 2017-01-14 15:02:36 +01:00
Jerry Jacobs 55fddc2e55 Update README.md
Add note about windows binaries (refs #166)
2017-01-05 22:57:01 +01:00
texane 980962dced add Nucleo-L152RE board 2016-12-30 14:29:19 +01:00
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
fabien.lementec 3de5cf0561 README.md: Add STM32F411E-DISCO 2016-11-22 07:45:55 +01:00
Jerry Jacobs 9c05837566 README.md: Add missing features 2016-10-29 12:20:10 +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 9eb84d9f04 README.md: Refactor compilation and udev notes into seperate document. Fixes #486 2016-10-22 10:18:33 +02: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
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
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 1d19a84b5f Update README.md
Add jenkins.ncrmnt.org build badge status
2016-09-08 15:25:24 +02:00
fabien.lementec 1f938b239d add STM32F769NI to working targets 2016-08-10 12:16:38 +02:00
Jerry Jacobs ee2681eceb Update README.md
Remove appveyor build badge
2016-08-03 20:59:21 +02:00
Jerry Jacobs 9aac78d184 Deprecate autotools 2016-08-03 20:02:50 +02:00
Jerry Jacobs bd21ced1ab README.md: Recover removed symlink to README 2016-05-05 19:49:16 +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
Jerry Jacobs ca08bed617 travis: Initial continues integration build on linux and osx
* Fixup README to render HTML from Markdown
* Fixup CMakeLists.txt to have a lower working minimum version
* Add .travis.yml and .travis.sh for autobuild
2016-04-07 11:35:50 +02:00