Skip to content

Commit c2b1314

Browse files
committed
Update badge and link to release note in README.md of USB libraries
Details: - As badges originally refer to the latest tags of USB Host and USB Device libraries, version displayed for USB Host library is v3.5.1. - However, in STM32CubeH7 v1.11.0, USB Host supported version is v3.5.0, not v3.5.1. - This led to confusion among users. - Solution adopted is to use hard coded badges. - Same goes for the links to the release notes: - The links were pointing to the release notes in the "stm32_mw_usb_host" and "stm32_mw_usb_device" repos, respectively - Now, they are pointing to the release notes in the "STM32CubeH7" repo
1 parent 1c84713 commit c2b1314

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Middlewares/ST/STM32_USB_Device_Library/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Middleware USB Device MCU Component
22

3-
![latest tag](https://img.shields.io/github/v/tag/STMicroelectronics/stm32_mw_usb_device.svg?color=brightgreen)
3+
![supported tag](https://img.shields.io/badge/tag-v2.11.1-brightgreen.svg)
44

55
## Overview
66

@@ -29,7 +29,7 @@ These files’ APIs will be called within every USB device application regardles
2929

3030
## Release note
3131

32-
Details about the content of this release are available in the release note [here](https://htmlpreview.github.io/?https://github.com/STMicroelectronics/stm32_mw_usb_device/blob/master/Release_Notes.html).
32+
Details about the content of this release are available in the release note [here](https://htmlpreview.github.io/?https://github.com/STMicroelectronics/STM32CubeH7/blob/master/Middlewares/ST/STM32_USB_Device_Library/Release_Notes.html).
3333

3434
## Troubleshooting
3535

Middlewares/ST/STM32_USB_Host_Library/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Middleware USB Host MCU Component
22

3-
![latest tag](https://img.shields.io/github/v/tag/STMicroelectronics/stm32_mw_usb_host.svg?color=brightgreen)
3+
![supported tag](https://img.shields.io/badge/tag-v3.5.0-brightgreen.svg)
44

55
## Overview
66

@@ -29,7 +29,7 @@ It includes two main modules:
2929

3030
## Release note
3131

32-
Details about the content of this release are available in the release note [here](https://htmlpreview.github.io/?https://github.com/STMicroelectronics/stm32_mw_usb_host/blob/master/Release_Notes.html).
32+
Details about the content of this release are available in the release note [here](https://htmlpreview.github.io/?https://github.com/STMicroelectronics/STM32CubeH7/blob/master/Middlewares/ST/STM32_USB_Host_Library/Release_Notes.html).
3333

3434
## Troubleshooting
3535

0 commit comments

Comments
 (0)