docs: release v1.4.2
This commit is contained in:
14
README.md
14
README.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>
|
||||||
|
|
||||||
[中文版](./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.
|
CherryUSB is a tiny, beautiful and portable USB host and device stack for embedded system with USB IP.
|
||||||
|
|
||||||
|
|||||||
14
README_zh.md
14
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 主从协议栈。
|
CherryUSB 是一个小而美的、可移植性高的、用于嵌入式系统(带 USB IP)的 USB 主从协议栈。
|
||||||
|
|
||||||
|
|||||||
2
VERSION
2
VERSION
@@ -1,5 +1,5 @@
|
|||||||
VERSION_MAJOR = 1
|
VERSION_MAJOR = 1
|
||||||
VERSION_MINOR = 4
|
VERSION_MINOR = 4
|
||||||
PATCHLEVEL = 1
|
PATCHLEVEL = 2
|
||||||
VERSION_TWEAK = 0
|
VERSION_TWEAK = 0
|
||||||
EXTRAVERSION = 0
|
EXTRAVERSION = 0
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
#undef CHERRYUSB_VERSION_STR
|
#undef CHERRYUSB_VERSION_STR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CHERRYUSB_VERSION 0x010401
|
#define CHERRYUSB_VERSION 0x010402
|
||||||
#define CHERRYUSB_VERSION_STR "v1.4.1"
|
#define CHERRYUSB_VERSION_STR "v1.4.2"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@@ -3,11 +3,11 @@
|
|||||||
# -- Project information
|
# -- Project information
|
||||||
|
|
||||||
project = 'CherryUSB'
|
project = 'CherryUSB'
|
||||||
copyright = '2024, sakumisu'
|
copyright = '2022 ~ 2024, sakumisu'
|
||||||
author = 'sakumisu'
|
author = 'sakumisu'
|
||||||
|
|
||||||
release = '1.4.1'
|
release = '1.4.2'
|
||||||
version = '1.4.1'
|
version = '1.4.2'
|
||||||
|
|
||||||
# -- General configuration
|
# -- General configuration
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
description: CherryUSB is a tiny and portable USB Stack (device & host) for embedded system with USB IP
|
||||||
tags:
|
tags:
|
||||||
- usb
|
- usb
|
||||||
|
|||||||
Reference in New Issue
Block a user