Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
RT-Thread
/
rt-thread
Public
Notifications
You must be signed in to change notification settings
Fork
5.4k
Star
12.1k
Code
Issues
357
Pull requests
132
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
[component][drivers][serial_v2] 优化serial_v2
- #10603
#10603
Merged
Rbb666
merged 11 commits into
RT-Thread:master
RT-Thread/rt-thread:master
from
Ryan-CW-Code:serial_v2
Ryan-CW-Code/rt-thread:serial_v2
Copy head branch name to clipboard
Aug 16, 2025
Conversation
Commits
11
(11)
Checks
Files changed
Merged
[component][drivers][serial_v2] 优化serial_v2
#10603
Rbb666
merged 11 commits into
RT-Thread:master
RT-Thread/rt-thread:master
from
Ryan-CW-Code:serial_v2
Ryan-CW-Code/rt-thread:serial_v2
Copy head branch name to clipboard
Commits
Commits on Aug 12, 2025
[bsp][stm32][drv_usart_v2] uart_isr不再使用链式调用,RXNE内循环读空,一些细节优化
Ryan-CW-Code
committed
3826031
View commit details
Copy full SHA for 3826031
Browse repository at this point
[componnents][drivers][serial_v2] 增加获取config接口,使用rt_tick_get_delta替代内部的时间绕回判断,写满丢弃策略rx接收数据错乱修复,clang-tidy和cppcheck审查优化
Ryan-CW-Code
committed
bf558ac
View commit details
Copy full SHA for bf558ac
Browse repository at this point
[utest][drivers][serial_v2] 测试例程进行优化
Ryan-CW-Code
committed
e1ce867
View commit details
Copy full SHA for e1ce867
Browse repository at this point
[bsp][stm32][drv_usart_v2] 撤回DMAMUX1修改
Ryan-CW-Code
committed
cb5bacf
View commit details
Copy full SHA for cb5bacf
Browse repository at this point
Commits on Aug 13, 2025
[componnents][drivers][serial_v2] read和write不再返回-RT_ETIMEOUT改为已发送或读取的字节数,细节优化
Ryan-CW-Code
committed
3f50c4f
View commit details
Copy full SHA for 3f50c4f
Browse repository at this point
[utest][drivers][serial_v2] 增加单独的timeout测试,减少测试中的硬延时
Ryan-CW-Code
committed
1055b11
View commit details
Copy full SHA for 1055b11
Browse repository at this point
[utest][drivers][serial_v2] 漏提交的posix下标志位
Ryan-CW-Code
committed
5217a83
View commit details
Copy full SHA for 5217a83
Browse repository at this point
[utest][drivers][serial_v2] 优化测试例程
Ryan-CW-Code
committed
7be8b69
View commit details
Copy full SHA for 7be8b69
Browse repository at this point
Commits on Aug 14, 2025
[bsp][stm32][drv_usart_v2] transmit返回错误值,RXNE增加超时逻辑
Ryan-CW-Code
committed
b95a88a
View commit details
Copy full SHA for b95a88a
Browse repository at this point
[componnents][drivers][serial_v2] 增加transmit错误处理,增加超时退出机制显式的避免死循环
Ryan-CW-Code
committed
d7d0f5f
View commit details
Copy full SHA for d7d0f5f
Browse repository at this point
[componnents][drivers][serial_v2] 适配serial_v2和posix非libc标准库下的console和shell
Ryan-CW-Code
committed
fa15a7a
View commit details
Copy full SHA for fa15a7a
Browse repository at this point
You can’t perform that action at this time.