[add] CANopenNode: add CANopenNode RT-Thread package - #2033
Merged
Conversation
Contributor
Author
Member
|
ci 问题需要修复下 |
Add CANopenNode RT-Thread port to the official package index. - add CANopenNode package metadata and Kconfig - register CANopenNode under miscellaneous packages - provide v1.0.0 and latest version entries
wdfk-prog
force-pushed
the
add-canopennode-package
branch
from
September 1, 2026 07:12
84a42aa to
4315906
Compare
Contributor
Author
已修复 |
Rbb666
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
拉取/合并请求描述:(PR description)
[
为什么提交这份PR (why to submit this PR)
将 CANopenNode RT-Thread 移植包加入 RT-Thread 官方软件包索引,使用户可以通过 Env/menuconfig 直接配置、下载和使用 CANopenNode。
CANopenNode 是一个开源的 CANopen 协议栈。本软件包在 CANopenNode 基础上提供 RT-Thread 适配与运行支持,包括 RT-Thread CAN 设备适配、Kconfig 配置、SCons 构建集成以及 CANopen 运行时处理等功能。
软件包源码仓库:
https://github.com/wdfk-prog/canopennode-rtt
当前已发布首个稳定版本:
https://github.com/wdfk-prog/canopennode-rtt/releases/tag/v1.0.0
你的解决方案是什么 (what is your solution)
在
misc分类中新增 CANopenNode 软件包索引,并完成以下内容:package.json软件包元数据;misc/Kconfig中注册 CANopenNode 软件包;v1.0.0稳定版本;latest最新开发版本;版本对应关系:
v1.0.0:CANopenNode RT-Thread 首个稳定发布版本;latest:跟踪canopennode-rtt仓库master分支最新代码。当前软件包索引已经将
v1.0.0映射到 Git tagv1.0.0,latest映射到master。请提供验证的bsp和config (provide the config and bsp)
[填写实际完成验证的 BSP,例如 bsp/stm32/stm32f407-atk-explorer]如使用其他 CANopenNode 功能,请补充实际测试时启用的对应配置项。
[填写实际通过的 CI / GitHub Actions 链接]]
当前拉取/合并请求的状态 Intent for your PR
必须选择一项 Choose one (Mandatory):
代码质量 Code Quality:
我在这个拉取/合并请求中已经考虑了 As part of this pull request, I've considered the following:
#if 0代码,不包含已经被注释了的代码 All redundant code is removed and cleaned up