1 Star 2 Fork 0

Zephyr RTOS/lvgl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.github
demos
docs
env_support
examples
scripts
built_in_font
release
.gitignore
Doxyfile
build_html_examples.sh
changelog-template.hbs
changelog_gen.sh
code-format.cfg
code-format.py
cppcheck_run.sh
filetohex.py
find_version.sh
genexamplelist.sh
infer_run.sh
install-prerequisites.sh
jpg_to_sjpg.py
lv_conf_internal_gen.py
style_api_gen.py
src
tests
zephyr
.codecov.yml
.editorconfig
.gitignore
CMakeLists.txt
Kconfig
LICENCE.txt
README.md
README_zh.md
SConscript
component.mk
idf_component.yml
library.json
library.properties
lv_conf_template.h
lvgl.h
lvgl.mk
克隆/下载
changelog_gen.sh 661 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Generate CHANGELOG_LAST.md from changes since the last version tag. (vx.y.z-dev tags are ignored)
# CHANGELOG_LAST.md can be edited manually if required and manually added to docs/CHANGELOG.md
#
# Requirements:
# npm install -g auto-changelog
#
# Usage:
# changelog-gen <next-version>
#
# Example: if the latest verision is v5.6.7 the followings can be used for bugfix, minor or major versions:
# changelog-gen v5.6.8
# changelog-gen v5.7.0
# changelog-gen v6.0.0
auto-changelog -t changelog-template.hbs -l false --latest-version $1 --unreleased-only --tag-pattern ^v[0-9]+.[0-9]+.[0-9]+$ -o CHANGELOG_LAST.md
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zephyr-rtos/lvgl.git
git@gitee.com:zephyr-rtos/lvgl.git
zephyr-rtos
lvgl
lvgl
zephyr

搜索帮助