feat(can_uds): 添加服务0x2A周期性数据功能配置选项#1975
Open
wdfk-prog wants to merge 1 commit intoRT-Thread:masterfrom
Open
Conversation
新增服务0x2A(周期性数据传输)的Kconfig配置选项, 包括PDID订阅管理和周期性数据提供者的RT-Thread适配器支持。 添加了0x2A服务的慢速、中速、快速周期配置参数以及最大活跃PDID 订阅数量限制。同时更新示例应用的启动模式选择,支持控制台命令 启动、应用初始化自动启动或用户手动调用三种模式。 新增0x2A ULOG流式传输示例,可将RT-Thread ULOG输出桥接到 服务0x2A周期性负载流中,并包含相应的环形缓冲区大小和标签 过滤配置选项。
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.
新增服务0x2A(周期性数据传输)的Kconfig配置选项,
包括PDID订阅管理和周期性数据提供者的RT-Thread适配器支持。
添加了0x2A服务的慢速、中速、快速周期配置参数以及最大活跃PDID
订阅数量限制。同时更新示例应用的启动模式选择,支持控制台命令
启动、应用初始化自动启动或用户手动调用三种模式。
新增0x2A ULOG流式传输示例,可将RT-Thread ULOG输出桥接到
服务0x2A周期性负载流中,并包含相应的环形缓冲区大小和标签
过滤配置选项。