General Project Update

- Updated CHANGELOG.md
- Minor formatting & spelling fix
- Minor corrections
pull/1099/head
nightwalker-87 2021-03-08 23:24:45 +01:00
rodzic 9923be66b7
commit 29be2cf26a
4 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -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))

Wyświetl plik

@ -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]

Wyświetl plik

@ -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`.

Wyświetl plik

@ -21,7 +21,7 @@ Thus no user interaction regarding libusb is necessary.
| homebrew | 1.0.23 | 3.17.0 | 3.24.18<br />gtk+3 | 10.12 (Sierra)- 10.15 (Catalina) |
| MacPorts | 1.0.23 | 3.17.0 | 3.24.18<br />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: