Align loader to 32-bit boundary
[fw/stlink] / ChangeLog
1 Stlink ChangeLog
2 ================
3
4 v1.2.0
5 ======
6
7 Release date: 16 may 2016
8
9 Features added:
10
11 * Add multiple stlink probing (`st-info --probe`, `st-info --hla-serial`) with printing serial in hex and OpenOCD `hla_serial` format (Jerry Jacobs)
12 * Add stlink usb probe API functions (Jerry Jacobs)
13 * Added parameter to specify one stlink v2 of many (Georg von Zengen)
14
15 Changes:
16
17 * Refactoring/fixes of flash loader (Maxime Coquelin)
18
19 Updates and fixes:
20
21 * Synchronize cache for stm32f7 (Tristan Gingold)
22 * Allow flashing of STM32L4 down to 1.71 V (Greg Meiste)
23 * Fix on stm32l4 to clear flash mass erase flags on CR (Bruno Dal Bo)
24 * Proper writing of page 0 of second bank for stm32l476xe (Tobias Badertscher)
25 * Trace the read data in stlink_read_debug32 and not the address of the variable (Tobias Badertscher)
26 * Mac OS X El Capitan platform support confirmation (Nikolay)
27 * Do not send a NUL at end of packets to gdb (Tristan Gingold)
28 * Correctly compute flash write size for partial pages (Dave Vandervies)
29 * _stlink_usb_reset use hardreset (mlundinse)
30 * Make sure MCU is halted before running RAM based flashloaders (mlundinse)
31 * Could not flash STM32_F3_SMALL (Max Chen)
32 * STM32F4 8-bit support for 1.8v operation (Andy Isaacson)
33 * Fix F2 memory map (Nicolas Schodet)
34 * Memory map for stm32f42xxx and stm32f43xxx devices (Craig Lilley)
35 * Stm32l0x flash loader (Robin Kreis)
36
37 Chip support added for:
38
39 * STM32L053R8 (Jean-Luc Béchennec)
40 * STM32F7 Support (mlundinse)
41 * Add STM32L4 to CHIPID #defines and devices[], flash driver and loaded (Dave Vandervies)
42 * Basic support for F446 (Pavel Kirienko)
43 * STM32F303 High Density
44 * STM32L1xx Cat.2 devices (Nicolas Schodet)
45
46 Board support added for:
47
48 * Nucleo-F303RE (Kyle Manna)
49 * Nucleo-F411RE (texane)
50
51 Build system:
52
53 * Travis: Initial support for Travis continues integration on Linux & Mac OS X (Jerry Jacobs)
54 * CMake: Document in README.md and add extra strict compiler flags (Jerry Jacobs)
55 * CMake: First stab at a cmake build (Josh Bialkowski)