summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorryoon <ryoon>2016-05-07 09:05:22 +0000
committerryoon <ryoon>2016-05-07 09:05:22 +0000
commit1fd7537b8e8393f7833e2ab7ea8bb95e3bad7124 (patch)
tree8da4e5d6d3aa7d97ce1b356f44268276bab667ec /cross
parent546a80dc9095ee675cff82b839565864448f2e16 (diff)
downloadpkgsrc-1fd7537b8e8393f7833e2ab7ea8bb95e3bad7124.tar.gz
Update to 1.2.0
Changelog: At time of writing when creating this release it has been approximate a year with changes and improvements. Finaly, here it is. Have fun, and test! Features added: Add multiple stlink probing (st-info --probe, st-info --hla-serial) with printing serial in hex and OpenOCD hla_serial format (Jerry Jacobs) Add stlink usb probe API functions (Jerry Jacobs) Added parameter to specify one stlink v2 of many (Georg von Zengen) Changes: Refactoring/fixes of flash loader (Maxime Coquelin) Updates and fixes: Synchronize cache for stm32f7 (Tristan Gingold) Allow flashing of STM32L4 down to 1.71 V (Greg Meiste) Fix on stm32l4 to clear flash mass erase flags on CR (Bruno Dal Bo) Proper writing of page 0 of second bank for stm32l476xe (Tobias Badertscher) Trace the read data in stlink_read_debug32 and not the address of the variable (Tobias Badertscher) Mac OS X El Capitan platform support confirmation (Nikolay) Do not send a NUL at end of packets to gdb (Tristan Gingold) Correctly compute flash write size for partial pages (Dave Vandervies) _stlink_usb_reset use hardreset (mlundinse) Make sure MCU is halted before running RAM based flashloaders (mlundinse) Could not flash STM32_F3_SMALL (Max Chen) STM32F4 8-bit support for 1.8v operation (Andy Isaacson) Fix F2 memory map (Nicolas Schodet) Memory map for stm32f42xxx and stm32f43xxx devices (Craig Lilley) Stm32l0x flash loader (Robin Kreis) Chip support added for: STM32L053R8 (Jean-Luc Béchennec) STM32F7 Support (mlundinse) Add STM32L4 to CHIPID #defines and devices[], flash driver and loaded (Dave Vandervies) Basic support for F446 (Pavel Kirienko) STM32F303 High Density STM32L1xx Cat.2 devices (Nicolas Schodet) Board support added for: Nucleo-F303RE (Kyle Manna) Nucleo-F411RE (texane) Build system: Travis: Initial support for Travis continues integration on Linux & Mac OS X (Jerry Jacobs) CMake: Document in README.md and add extra strict compiler flags (Jerry Jacobs) CMake: First stab at a cmake build (Josh Bialkowski)
Diffstat (limited to 'cross')
-rw-r--r--cross/stlink/Makefile4
-rw-r--r--cross/stlink/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/cross/stlink/Makefile b/cross/stlink/Makefile
index 52d451d54ed..350a96687d2 100644
--- a/cross/stlink/Makefile
+++ b/cross/stlink/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2015/12/10 23:04:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2016/05/07 09:05:22 ryoon Exp $
-DISTNAME= stlink-1.1.0
+DISTNAME= stlink-1.2.0
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GITHUB:=texane/}
GITHUB_PROJECT= stlink
diff --git a/cross/stlink/distinfo b/cross/stlink/distinfo
index 77c2ee2c4b6..b4aa0dd889c 100644
--- a/cross/stlink/distinfo
+++ b/cross/stlink/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2015/12/10 23:04:25 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2016/05/07 09:05:22 ryoon Exp $
-SHA1 (stlink-1.1.0.tar.gz) = 60ab8c52b6d55909d7ac831ecfd1a7faaba4ea86
-RMD160 (stlink-1.1.0.tar.gz) = 9400ed5d50c04344493045e9a117ace614d5121f
-SHA512 (stlink-1.1.0.tar.gz) = 5a9fcb97de84b55c57751e251743ad7641a26e9a2da7e9292beb013a828bffc9e41eb3e052d62c5fddca3fd55b03fcb8faf3158eea2cd944d84fb978acf82a92
-Size (stlink-1.1.0.tar.gz) = 201430 bytes
+SHA1 (stlink-1.2.0.tar.gz) = e963b5653d44a0e53a2ddb48ad090b589b9b785b
+RMD160 (stlink-1.2.0.tar.gz) = 0978c5261d77543636c228b1cafe36db69676814
+SHA512 (stlink-1.2.0.tar.gz) = 8c27895b9d93d8ac94af944eceaefa19b9b7d4b8cf1c2d0a53cb13dbbbbb0c6112fe68a2f41b326a86c8e9d2edc17ccf69f6e48bd9cc31f9aebefab601bdef5f
+Size (stlink-1.2.0.tar.gz) = 211710 bytes