diff options
| author | sakumisu <[email protected]> | 2024-12-23 20:04:02 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-12-23 20:04:02 +0800 |
| commit | 515b83e0f8a4f8c22935de82fa5d68c2b4fd57a4 (patch) | |
| tree | 01ecea02a799c200a24477036bf10176528042fe | |
| parent | be6537637cce68365f1f3b8dd81c5ebce4bcbf54 (diff) | |
docs: release v1.4.2
| -rw-r--r-- | README.md | 14 | ||||
| -rw-r--r-- | README_zh.md | 14 | ||||
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | common/usb_version.h | 4 | ||||
| -rw-r--r-- | docs/source/conf.py | 6 | ||||
| -rw-r--r-- | idf_component.yml | 2 |
6 files changed, 31 insertions, 11 deletions
@@ -1,6 +1,16 @@ -# CherryUSB +<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">CherryUSB</h1> +<p align="center"> + <a href="https://github.com/cherry-embedded/CherryUSB/releases"><img src="https://img.shields.io/github/release/cherry-embedded/CherryUSB.svg"><a> + <a href="https://github.com/cherry-embedded/CherryUSB/blob/master/LICENSE"><img src="https://img.shields.io/github/license/cherry-embedded/CherryUSB.svg?style=flat-square"></a> + <a href="https://github.com/cherry-embedded/CherryUSB/actions/workflows/deploy-docs.yml"><img src="https://github.com/cherry-embedded/CherryUSB/actions/workflows/deploy-docs.yml/badge.svg"> </a> + <a href="https://discord.com/invite/wFfvrSAey8"><img src="https://img.shields.io/badge/Discord-blue?logo=discord&style=flat-square"> </a> +</p> -[中文版](./README_zh.md) +<p align="center"> + <a href="./README_zh.md">中文</a> + | + <a href="./README.md">English</a> +</p> CherryUSB is a tiny, beautiful and portable USB host and device stack for embedded system with USB IP. diff --git a/README_zh.md b/README_zh.md index 11be6483..50d2b6f6 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,6 +1,16 @@ -# CherryUSB +<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">CherryUSB</h1> +<p align="center"> + <a href="https://github.com/cherry-embedded/CherryUSB/releases"><img src="https://img.shields.io/github/release/cherry-embedded/CherryUSB.svg"><a> + <a href="https://github.com/cherry-embedded/CherryUSB/blob/master/LICENSE"><img src="https://img.shields.io/github/license/cherry-embedded/CherryUSB.svg?style=flat-square"></a> + <a href="https://github.com/cherry-embedded/CherryUSB/actions/workflows/deploy-docs.yml"><img src="https://github.com/cherry-embedded/CherryUSB/actions/workflows/deploy-docs.yml/badge.svg"> </a> + <a href="https://discord.com/invite/wFfvrSAey8"><img src="https://img.shields.io/badge/Discord-blue?logo=discord&style=flat-square"> </a> +</p> -[English](./README.md) +<p align="center"> + <a href="./README_zh.md">中文</a> + | + <a href="./README.md">English</a> +</p> CherryUSB 是一个小而美的、可移植性高的、用于嵌入式系统(带 USB IP)的 USB 主从协议栈。 @@ -1,5 +1,5 @@ VERSION_MAJOR = 1 VERSION_MINOR = 4 -PATCHLEVEL = 1 +PATCHLEVEL = 2 VERSION_TWEAK = 0 EXTRAVERSION = 0 diff --git a/common/usb_version.h b/common/usb_version.h index b68b8f69..d207af9d 100644 --- a/common/usb_version.h +++ b/common/usb_version.h @@ -15,7 +15,7 @@ #undef CHERRYUSB_VERSION_STR #endif -#define CHERRYUSB_VERSION 0x010401 -#define CHERRYUSB_VERSION_STR "v1.4.1" +#define CHERRYUSB_VERSION 0x010402 +#define CHERRYUSB_VERSION_STR "v1.4.2" #endif
\ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 315adbbe..05dc615a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -3,11 +3,11 @@ # -- Project information project = 'CherryUSB' -copyright = '2024, sakumisu' +copyright = '2022 ~ 2024, sakumisu' author = 'sakumisu' -release = '1.4.1' -version = '1.4.1' +release = '1.4.2' +version = '1.4.2' # -- General configuration diff --git a/idf_component.yml b/idf_component.yml index 83fbbd6c..a500a240 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.4.1" +version: "1.4.2" description: CherryUSB is a tiny and portable USB Stack (device & host) for embedded system with USB IP tags: - usb |
