Skip to content

Commit

Permalink
General Project Update
Browse files Browse the repository at this point in the history
- Updated CHANGELOG.md
- cpack: corrections for pkg config
  • Loading branch information
Nightwalker-87 committed Jun 27, 2020
1 parent eeb3190 commit fc56f24
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 58 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Features:
* Support for STM32L1, SM32L4 option bytes write ([#596](https://github.com/stlink-org/stlink/pull/596), [#844](https://github.com/stlink-org/stlink/pull/844), [#847](https://github.com/stlink-org/stlink/pull/847))
* Added CMAKEFLAGS and install target ([#804](https://github.com/stlink-org/stlink/pull/804), [#935](https://github.com/stlink-org/stlink/pull/935))
* Support for STM32G4 ([#822](https://github.com/stlink-org/stlink/pull/822))
* Add aliased SRAM2 region in the L496 memory map ([#824](https://github.com/stlink-org/stlink/pull/824))
* Added aliased SRAM2 region in the L496 memory map ([#824](https://github.com/stlink-org/stlink/pull/824))
* Improved support for STM32G0 ([#825](https://github.com/stlink-org/stlink/pull/825), [#850](https://github.com/stlink-org/stlink/pull/850), [#856](https://github.com/stlink-org/stlink/pull/856), [#857](https://github.com/stlink-org/stlink/pull/857))
* Added postinst script with 'depmod -a' for 'make package' ([#845](https://github.com/stlink-org/stlink/pull/845), [#931](https://github.com/stlink-org/stlink/pull/931))
* Calculate checksums for flash operations ([#862](https://github.com/stlink-org/stlink/pull/862), [#924](https://github.com/stlink-org/stlink/pull/924))
Expand Down Expand Up @@ -358,6 +358,7 @@ Chip support added for:
* STM32F469/STM32F479 ([#345](https://github.com/stlink-org/stlink/pull/345), [#555](https://github.com/stlink-org/stlink/pull/555)) (Release v1.2.0)
* STM32L1xx Cat.2 devices (Nicolas Schodet)
* STM32L1xx (chip-ID 0x427) ([#152](https://github.com/stlink-org/stlink/pull/152), [#163](https://github.com/stlink-org/stlink/pull/163), [#165](https://github.com/stlink-org/stlink/pull/165)) (Release v1.0.0)
* Added SIGINT handler for stlink cleanup ([#31](https://github.com/stlink-org/stlink/pull/31), [#135](https://github.com/stlink-org/stlink/pull/135)) (Release v1.0.0)

Board support added for:

Expand Down
50 changes: 3 additions & 47 deletions cmake/packaging/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,49 +1,5 @@
stlink (1.6.0+ds-1) unstable; urgency=medium
stlink (1.6.1+ds-1) unstable; urgency=medium

* Merge tag 'v1.6.0' into debian
* Bump Standards-Version to 4.5.0, no changes.
* Update libstlink1 symbols file for 1.6.0.
* Initial cpack-based package release for Debian/Ubuntu

-- Luca Boccassi <bluca@debian.org> Tue, 25 Feb 2020 22:08:33 +0000

stlink (1.5.1+ds-2) unstable; urgency=medium

* Mark library packages as Multi-Arch: same.
* Apply cross.patch to fix cross-compiling the GUI. Thanks Helmut for the patch! (Closes: #941320)
* Vcs-Git: add -b debian
* Set Rules-Requires-Root: no
* Bump Standards-Version to 4.4.0

-- Luca Boccassi <bluca@debian.org> Sun, 29 Sep 2019 12:50:58 +0100

stlink (1.5.1+ds-1) unstable; urgency=medium

* Merge tag 'v1.5.1' into debian. See upstream changelog for info:
https://github.com/stlink-org/stlink/releases/tag/v1.5.1
* Mark packages as linux-any, other systems not supported.

-- Luca Boccassi <bluca@debian.org> Fri, 28 Sep 2018 10:26:39 +0100

stlink (1.5.0+ds-1) unstable; urgency=medium

* Upload to unstable. (Closes: #869421)

-- Luca Boccassi <bluca@debian.org> Fri, 16 Mar 2018 16:56:17 +0000

stlink (1.4.0) unstable; urgency=low

-- Andrew 'Necromant' Andrianov <andrew@ncrmnt.org> Sat, 01 Jul 2017 00:00:00 +0000

stlink (1.3.1) unstable; urgency=low

-- Andrew 'Necromant' Andrianov <andrew@ncrmnt.org> Sat, 25 Feb 2017 00:00:00 +0000

stlink (1.3.0) unstable; urgency=low

-- Andrew 'Necromant' Andrianov <andrew@ncrmnt.org> Sat, 28 Jan 2017 00:00:00 +0000

stlink (1.2.1) unstable; urgency=low

* Initial Debian-Packaged Release.

-- Andrew 'Necromant' Andrianov <andrew@ncrmnt.org> Sat, 09 Jul 2016 23:16:07 +0300
-- Nightwalker-87 <stlink-org> Sat, 06 Jun 2020 00:00:00 +0100
4 changes: 2 additions & 2 deletions cmake/packaging/deb/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Source: stlink
Maintainer: Luca Bocassi <bluca@debian.org>
Maintainer: stlink-org
Build-Depends: cmake, dh-cmake, debhelper (>= 9), libusb-1.0-0-dev, libgtk-3-dev
Standards-Version: 4.1.3
Standards-Version: 4.5.0
Section: electronics
Priority: optional
Homepage: https://github.com/stlink-org/stlink
Expand Down
5 changes: 2 additions & 3 deletions cmake/packaging/deb/copyright
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: stlink
Upstream-Contact: Luca Bocassi <bluca@debian.org>
Upstream-Contact: stlink-org
Source: https://github.com/stlink-org/stlink
Disclaimer:
Comment:

Files: *
Copyright: 2011-2020 stlink-org
Martin Capitanio [capnm]
Expand Down
3 changes: 1 addition & 2 deletions cmake/packaging/deb/rules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
DH_VERBOSE = 1
#DH_VERBOSE = 1

# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
DPKG_EXPORT_BUILDFLAGS = 1
Expand All @@ -15,5 +15,4 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_auto_configure:
dh_auto_configure -- \
-DLIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
-DSTLINK_UDEV_RULES_DIR='/lib/udev/rules.d'
4 changes: 2 additions & 2 deletions cmake/packaging/rpm/changelog
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* Mon Jun 01 2020 Vasiliy Glazov <vascom@fedoraproject.org> - 1.6.1
- Initial RPM-packaged release
* Mon Jun 01 2020 Nightwalker-87 <stlink-org> - 1.6.1
- Initial cpack-based RPM package release
2 changes: 1 addition & 1 deletion doc/version_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ NOTE: In order to use a STLINK/v1 programmer on macOS, versions 10.13, 10.14 or

## Unsupported Operating Systems (as of Release v1.6.1)

| Operating System | libusb<br />version | cmake<br />version | End of OS-Support | Notes |
| Operating System | libusb<br />version | cmake<br />version | End of<br />OS-Support | Notes |
| --- | --- | --- | --- | --- |
| CentOS 7 | 1.0.21 | **2.8.12.2** | | named `libusbx`, but<br />`libusb`-codebase is used |
| Debian 8 (Jessie) | 1.0.**19** | 3.**0.2** | Jun 2020 |
Expand Down

0 comments on commit fc56f24

Please sign in to comment.