Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id ACEF87A2AF for ; Sat, 7 May 2016 09:05:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2800E85ECC; Sat, 7 May 2016 09:05:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A662A85E60 for ; Sat, 7 May 2016 09:05:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id C-6DObWac1HD for ; Sat, 7 May 2016 09:05:23 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2CF5584CED for ; Sat, 7 May 2016 09:05:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 208F7FBBA; Sat, 7 May 2016 09:05:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sat, 7 May 2016 09:05:23 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/cross/stlink To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20160507090523.208F7FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Sat May 7 09:05:23 UTC 2016 Modified Files: pkgsrc/cross/stlink: Makefile distinfo Log Message: 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) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/stlink/Makefile \ pkgsrc/cross/stlink/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.