Skip to content

Commit

Permalink
docs: release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sakumisu committed Dec 23, 2024
1 parent be65376 commit 515b83e
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 13 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# CherryUSB

[中文版](./README_zh.md)
<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>

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

Expand Down
16 changes: 13 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# CherryUSB

[English](./README.md)
<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>

<p align="center">
<a href="./README_zh.md">中文</a>
|
<a href="./README.md">English</a>
</p>

CherryUSB 是一个小而美的、可移植性高的、用于嵌入式系统(带 USB IP)的 USB 主从协议栈。

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR = 1
VERSION_MINOR = 4
PATCHLEVEL = 1
PATCHLEVEL = 2
VERSION_TWEAK = 0
EXTRAVERSION = 0
4 changes: 2 additions & 2 deletions common/usb_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 515b83e

Please sign in to comment.