From 29be2cf26a0f9dce79f544d48f30b5dfa0568b98 Mon Sep 17 00:00:00 2001 From: nightwalker-87 <15526941+Nightwalker-87@users.noreply.github.com> Date: Mon, 8 Mar 2021 23:24:45 +0100 Subject: [PATCH] General Project Update - Updated CHANGELOG.md - Minor formatting & spelling fix - Minor corrections --- CHANGELOG.md | 1 + doc/devices_boards.md | 2 +- doc/flashloaders.md | 2 +- doc/version_support.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad13e46..d304ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -128,6 +128,7 @@ Fixes: * [regression] Fixed sign-compare (size != rep_len) in usb.c ([#772](https://github.com/stlink-org/stlink/pull/772), [#869](https://github.com/stlink-org/stlink/pull/869), [#872](https://github.com/stlink-org/stlink/pull/872), [#891](https://github.com/stlink-org/stlink/pull/891)) * Fixed dead loop after an unexpected unplug ([#780](https://github.com/stlink-org/stlink/pull/780), [#812](https://github.com/stlink-org/stlink/pull/812), [#913](https://github.com/stlink-org/stlink/pull/913)) * Avoid re-define of O_BINARY on Windows ([#788](https://github.com/stlink-org/stlink/pull/788)) +* Fixed stlink lock-up when not connected to a device via JTAG / SWD ([#835](https://github.com/stlink-org/stlink/pull/835), [#943](https://github.com/stlink-org/stlink/pull/943)) * Fixed st-flash manpage read example ([#858](https://github.com/stlink-org/stlink/pull/858)) * Fixed stlink support with no mass storage ([#861](https://github.com/stlink-org/stlink/pull/861)) * Make Version.cmake more error-resistant ([#872](https://github.com/stlink-org/stlink/pull/872)) diff --git a/doc/devices_boards.md b/doc/devices_boards.md index 4402839..97094b9 100644 --- a/doc/devices_boards.md +++ b/doc/devices_boards.md @@ -53,7 +53,7 @@ Tested boards [incl. STLink programmers]: | 0x430 | XL-Density | xF xG | | F101 | | F103 | | Tested boards [incl. STLink programmers]: -* STM32VL-Discovery (STM32F100RBT6) with STLink-v1 [v1, v2] +* STM32VL-Discovery (STM32F100RBT6) with STLink-v1 [v1], [v2] * STM32F103-Bluepill: C8Tx & R8xx [v2] * Nucleo-F103RB [v2-1] * HY-STM32 (STM32F103VETx) [v1, v2] diff --git a/doc/flashloaders.md b/doc/flashloaders.md index 6a7cb35..b1208b6 100644 --- a/doc/flashloaders.md +++ b/doc/flashloaders.md @@ -6,7 +6,7 @@ The on-chip FLASH of STM32 needs to be written once a byte/half word/word/double As SRAM is usually less in size than FLASH, `stlink` only flashes one page (may be less if SRAM is insufficient) at a time. The whole flashing process may consist of server launches of flashloaders. -## The flahsing process +## The flashing process 1. `st-flash` loads compiled binary of corresponding flashloader to SRAM by calling `stlink_flash_loader_init` in `src/flash_loader.c` 2. `st-flash` erases corresponding flash page by calling `stlink_erase_flash_page` in `common.c`. diff --git a/doc/version_support.md b/doc/version_support.md index 43c2011..afa2d2b 100644 --- a/doc/version_support.md +++ b/doc/version_support.md @@ -21,7 +21,7 @@ Thus no user interaction regarding libusb is necessary. | homebrew | 1.0.23 | 3.17.0 | 3.24.18
gtk+3 | 10.12 (Sierra)- 10.15 (Catalina) | | MacPorts | 1.0.23 | 3.17.0 | 3.24.18
gtk3 | 10.6 (Snow Leopard) - 10.15 (Catalina) | -NOTE: In order to use a STLINK/v1 programmer on macOS, versions 10.13, 10.14 or 10.15 are required. +NOTE: In order to use a STLINK/v1 programmer on macOS, versions 10.14 or 10.15 are required. ### Linux-/Unix-based: