repo stringlengths 5 53 | pr_number int32 1 321k | task_type stringclasses 2
values | issue_text stringlengths 0 81.2k | pr_title stringlengths 1 319 | pr_body stringlengths 0 105k | base_sha stringlengths 40 40 | head_sha stringlengths 40 40 | gold_diff stringlengths 0 202M | changed_files listlengths 0 100 | review_threads listlengths 0 100 | test_patch stringlengths 0 23.4M | merged bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
RSS-Bridge/rss-bridge | 4,708 | issue_to_patch | Bridge request for ... https://investorsobserver.com
# Bridge request
<!--
This is a bridge request. Start by adding a descriptive title (i.e. `Bridge request for GitHub`). Use the "Preview" button to see a preview of your request. Make sure your request is complete before submitting!
Notice: This comment is only vi... | [InvestorsObserverBridge] add bridge | close #4707 | 47184f8f03d22d7596e8520719a95cf2702cda89 | 8290c8e96224b30bebd900d77d9b07d6682e4942 | diff --git a/bridges/InvestorsObserverBridge.php b/bridges/InvestorsObserverBridge.php
new file mode 100644
index 00000000000..a09fb0572b1
--- /dev/null
+++ b/bridges/InvestorsObserverBridge.php
@@ -0,0 +1,101 @@
+<?php
+
+declare(strict_types=1);
+
+class InvestorsObserverBridge extends BridgeAbstract
+{
+ const NA... | [
"bridges/InvestorsObserverBridge.php"
] | [
{
"comment": "might be security problems with passing userinput into this function. im not 100% sure though. lookup xml injection and XXE",
"path": "bridges/InvestorsObserverBridge.php",
"hunk": "@@ -0,0 +1,101 @@\n+<?php\n+\n+declare(strict_types=1);\n+\n+class InvestorsObserverBridge extends BridgeAbs... | true | |
RSS-Bridge/rss-bridge | 4,980 | issue_to_patch | make nuremberg bridge articles unique | Deduplicate articles in NN and Nordbayern bridge. | ac2608a3c4172386996a54121fafa2d0d9b80fb5 | 4307ba532acbabfc7fb49e909b85e4c9b42683f4 | diff --git a/bridges/NordbayernBridge.php b/bridges/NordbayernBridge.php
index 4e9df1c142b..2c86931b0c8 100644
--- a/bridges/NordbayernBridge.php
+++ b/bridges/NordbayernBridge.php
@@ -188,6 +188,7 @@ private function getArticle($link)
defaultLinkTo($article, self::URI);
$content = $article->find('art... | [
"bridges/NordbayernBridge.php",
"bridges/NurembergerNachrichtenBridge.php"
] | [] | true | ||
RSS-Bridge/rss-bridge | 4,971 | issue_to_patch | fix(html): improve css | ae9e34219a1f208eb8af2081e6beef28eb1b0ef7 | 39756ac5c49d539e656d224031450f37decd2b5a | diff --git a/static/style.css b/static/style.css
index 4c831534f0c..a3e3bb95857 100644
--- a/static/style.css
+++ b/static/style.css
@@ -162,12 +162,32 @@ section {
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.09);
border-radius: 4px;
}
-section > time,
-section > p.author {
+
+section .item-meta {
+ margin-bot... | [
"static/style.css",
"templates/html-format.html.php"
] | [] | true | |||
RSS-Bridge/rss-bridge | 4,972 | issue_to_patch | [GenshinImpactBridge] API URL update | Updated the API URL to the one currently used on the source website | 0d33a6566dd3ec2111f36f86d57934246db21cc2 | fe39b871289200bd201303ca920bb62b43f27d94 | diff --git a/bridges/GenshinImpactBridge.php b/bridges/GenshinImpactBridge.php
index 7a67f156880..fc4259f1e2e 100644
--- a/bridges/GenshinImpactBridge.php
+++ b/bridges/GenshinImpactBridge.php
@@ -8,8 +8,7 @@ class GenshinImpactBridge extends BridgeAbstract
const DESCRIPTION = 'Latest news from the Genshin Impact ... | [
"bridges/GenshinImpactBridge.php"
] | [] | true | ||
RSS-Bridge/rss-bridge | 4,917 | issue_to_patch | [BAEBridge] fixes and improvements | Hi !
The DOM as slightly changed, so I fixed that and while at it added author and timestamp to items. I will help maintain this bridge.
It's a bulk PR, but the commits can easily be split in multiple PRs if needed. | e213d95937c26b33ea20039b7a6837dc5776d273 | cee8f0a9cc5e236604e70d2f61c342718df2bb90 | diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index d27421aa969..0361af0bd30 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -223,3 +223,4 @@
* [ymeister](https://github.com/ymeister)
* [yue-dongchen](https://github.com/yue-dongchen)
* [ZeNairolf](https://github.com/ZeNairolf)
+* [hrenard](https://github.com/... | [
"CONTRIBUTORS.md",
"bridges/BAEBridge.php"
] | [
{
"comment": "Contributors are ordered by name, sort your name alphabetically",
"path": "CONTRIBUTORS.md",
"hunk": "@@ -223,3 +223,4 @@\n * [ymeister](https://github.com/ymeister)\n * [yue-dongchen](https://github.com/yue-dongchen)\n * [ZeNairolf](https://github.com/ZeNairolf)\n+* [hrenard](https://gith... | true | ||
RSS-Bridge/rss-bridge | 4,916 | issue_to_patch | [ThreadsBridge] Add timestamp support using taken_at from profile JSON | ## Summary
This PR adds timestamp support to the ThreadsBridge by extracting the `taken_at`
field from the profile page JSON data.
## Changes
- Extract full post objects instead of just codes from profile JSON
- Store and use `taken_at` Unix timestamp for feed items
- Remove the "todo" comment about timestamp ... | d44856db173ec685c42073dfb6177dc39034c92c | 4c8ec8389142f8a0ba5e1663593ec2973ed6d27d | diff --git a/bridges/ThreadsBridge.php b/bridges/ThreadsBridge.php
index cfcbba0ee75..c2c5d9beb80 100644
--- a/bridges/ThreadsBridge.php
+++ b/bridges/ThreadsBridge.php
@@ -73,15 +73,26 @@ public function collectData()
$jsonBlobs = $html->find('script[type="application/json"]');
- $gatheredCodes = [... | [
"bridges/ThreadsBridge.php"
] | [] | true | ||
RSS-Bridge/rss-bridge | 4,964 | issue_to_patch | [HeiseBridge] remove newlines/double image description | some images have annoying image descriptions with unwanted newlines (through \<p>) and output the author twice.
before:
<img width="714" height="508" alt="Bildschirmfoto 2026-04-22 um 23 26 20" src="https://github.com/user-attachments/assets/35fb6a95-3a4c-47e9-9256-253a99d802d3" />
after:
<img width="781" height... | 0699d8887276c6812c901e42fc667a34810089fb | 6d3d89d79f3d6a50e729604f73f08a35166968ed | diff --git a/bridges/HeiseBridge.php b/bridges/HeiseBridge.php
index 98c1a3d696d..82e55c5823a 100644
--- a/bridges/HeiseBridge.php
+++ b/bridges/HeiseBridge.php
@@ -221,6 +221,13 @@ private function addArticleToItem($item, $article)
}
}
}
+
+ // strip p tags inside of figca... | [
"bridges/HeiseBridge.php"
] | [] | true | ||
RSS-Bridge/rss-bridge | 4,963 | issue_to_patch | [OtrkeyFinderBridge] Delete bridge | Sadly, otrkeyfinder.com ceased operations.
["Our .otrkey-File search service was terminated on May 31st, 2025."](https://otrkeyfinder.com/en/) | b8f3e32432835ba94b812c7f18c87c25479225f7 | 51695d81183a643d66a3fcd58e5dc31d9abc66d1 | diff --git a/bridges/OtrkeyFinderBridge.php b/bridges/OtrkeyFinderBridge.php
deleted file mode 100644
index 6af365fbdb0..00000000000
--- a/bridges/OtrkeyFinderBridge.php
+++ /dev/null
@@ -1,197 +0,0 @@
-<?php
-
-class OtrkeyFinderBridge extends BridgeAbstract
-{
- const MAINTAINER = 'mibe';
- const NAME = 'Otrkey... | [
"bridges/OtrkeyFinderBridge.php"
] | [] | true | ||
RSS-Bridge/rss-bridge | 4,962 | issue_to_patch | refactor and fix bugs on the nordbayern bridge | This will bring nordbayern bridge up to date, so that
- Articles are parsed correctly again
- Regions have changed and are now reflected correctly in the bridge code again.
- filter functions got updated since nordbayern followes a new URL scheme that makes filtering easyer. | e4d3af76e420840a53f5067d7e8d42771433e2f0 | a9a1db23563a0520ec83c28f7ec4f162e02bf82d | diff --git a/bridges/NordbayernBridge.php b/bridges/NordbayernBridge.php
index 94319e2bd4b..4e9df1c142b 100644
--- a/bridges/NordbayernBridge.php
+++ b/bridges/NordbayernBridge.php
@@ -7,59 +7,114 @@ class NordbayernBridge extends BridgeAbstract
const CACHE_TIMEOUT = 3600;
const URI = 'https://www.nordbayern.... | [
"bridges/NordbayernBridge.php"
] | [] | true | ||
RSS-Bridge/rss-bridge | 4,953 | issue_to_patch | AppleAppStoreBridge: "JWT token not found in page content" after Apple Store "liquid glass" frontend update
**Describe the bug**
Since the latest Apple Store front-end update ("liquid glass"), AppleAppStoreBridge fails to extract the JWT token from app pages and throws an exception:
"JWT token not found in page conten... | AppleAppStoreBridge: switch to HTML serialized-server-data parsing | AppleAppStoreBridge: parse version history from serialized server data
- Replace old JWT/API flow with HTML page parsing via serialized-server-data
- Extract app details and version history from shelfMapping mostRecentVersion data
- Keep request headers minimal for the HTML fetch
- Remove legacy API fallback logi... | f10e8cd30e4ee8af31bae78843aa9a6fb9ea00b3 | 134ca5cd69664a9b43e19a058a7ae3088341c947 | diff --git a/bridges/AppleAppStoreBridge.php b/bridges/AppleAppStoreBridge.php
index 03d1449b01e..7071823062e 100644
--- a/bridges/AppleAppStoreBridge.php
+++ b/bridges/AppleAppStoreBridge.php
@@ -14,18 +14,26 @@ class AppleAppStoreBridge extends BridgeAbstract
'required' => true,
'exampleVal... | [
"bridges/AppleAppStoreBridge.php"
] | [] | true | |
RSS-Bridge/rss-bridge | 4,949 | issue_to_patch | Add Justiz-Auktion Bridge | Parse content at https://www.justiz-auktion.de/neu-eingestellt to have it as a RSS feed. | 065ca1493d06fe48b410f84014a9563541095d3c | 9847f7e39a6d2da920d758945dd718a05fe65a92 | diff --git a/bridges/JustizAuktionBridge.php b/bridges/JustizAuktionBridge.php
new file mode 100644
index 00000000000..981f4ae920e
--- /dev/null
+++ b/bridges/JustizAuktionBridge.php
@@ -0,0 +1,27 @@
+<?php
+
+declare(strict_types=1);
+
+class JustizAuktionBridge extends BridgeAbstract
+{
+ const NAME = 'Justiz-Aukt... | [
"bridges/JustizAuktionBridge.php"
] | [] | true | ||
RSS-Bridge/rss-bridge | 4,915 | issue_to_patch | ARD-Mediathek Bridge failed with error 404
```
HttpException: https://api.ardmediathek.de/page-gateway/widgets/ard/asset/Y3JpZDovL3dkci5kZS9vbmUvbWl0c2NoaXJtY2hhcm1ldW5kbWVsb25l/?pageSize=29 resulted in 404 Not Found in lib/contents.php line 110
index.php(61): RssBridge->main()
lib/RssBridge.php(57): DisplayAction->e... | fix and improve the identification of ARD Mediethek identifiers | This fixes https://github.com/RSS-Bridge/rss-bridge/issues/4478
# Fix show ID extraction for ARD-Mediathek URLs with trailing numbers
## Problem
The current code in `ARDMediathekBridge.php` assumes the show ID is always the last segment of the URL:
```php
$pathComponents = explode('/', $this->getInput('pat... | e213d95937c26b33ea20039b7a6837dc5776d273 | 814fe8bedcfca20de0b6c1a7a74230b2aae5e409 | diff --git a/bridges/ARDMediathekBridge.php b/bridges/ARDMediathekBridge.php
index f889008bf6f..08843f857c3 100644
--- a/bridges/ARDMediathekBridge.php
+++ b/bridges/ARDMediathekBridge.php
@@ -63,20 +63,16 @@ public function collectData()
date_default_timezone_set('Europe/Berlin');
- $pathComponents... | [
"bridges/ARDMediathekBridge.php"
] | [] | true | |
RSS-Bridge/rss-bridge | 4,948 | issue_to_patch | [HytaleBridge] Fixed feed returning a 404 | Hytale changed how they deliver content on their news feed, so I switched the logic to parse through the DOM.
Atom and JSON formats are valid and properly display info, only missing feature now is the lack of a specific time for when posts are published, although I don't think that Hytale publicly reveals this info wi... | 6f5676e56b926176fc46a98500ec7a3ba2c02da5 | ee11a330bbd7e9bd7e3758404262ef6e02ddfcc0 | diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index d27421aa969..27522b4de10 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -149,6 +149,7 @@
* [obsiwitch](https://github.com/obsiwitch)
* [Ololbu](https://github.com/Ololbu)
* [ORelio](https://github.com/ORelio)
+* [orionblur](https://github.com/orionblur)
* ... | [
"CONTRIBUTORS.md",
"bridges/HytaleBridge.php"
] | [] | true | ||
RSS-Bridge/rss-bridge | 4,946 | issue_to_patch | fix(getSimpleHTMLDOMCached): wrong phpdoc typehint | 220384c54271c0cba3415dcdf63d379f37e82992 | e370feab617123949c4120745ba092f96ba3dc88 | diff --git a/lib/contents.php b/lib/contents.php
index da03cd6a143..4bf885c7efd 100644
--- a/lib/contents.php
+++ b/lib/contents.php
@@ -215,7 +215,6 @@ function getSimpleHTMLDOM(
* when returning plaintext.
* @param string $defaultSpanText Specifies the replacement text for `<span />`
* tags when returning plain... | [
"lib/contents.php"
] | [] | true | |||
RSS-Bridge/rss-bridge | 4,860 | issue_to_patch | [NautilusBridge] Add bridge | This adds a bridge for https://nautil.us/. The RSS feed they provide doesn't include images. | 952857e4b62b632ac2d8a682b271706813448d4e | a39fe12929aad2c5beb911c79db88f219b432581 | diff --git a/bridges/NautilusBridge.php b/bridges/NautilusBridge.php
new file mode 100644
index 00000000000..d3ff891cfad
--- /dev/null
+++ b/bridges/NautilusBridge.php
@@ -0,0 +1,236 @@
+<?php
+
+declare(strict_types=1);
+
+class NautilusBridge extends FeedExpander
+{
+ const MAINTAINER = 'sqrtminusone';
+ const ... | [
"bridges/NautilusBridge.php"
] | [
{
"comment": "Show just the name of the site?\n``` suggestion\n const NAME = 'Nautilus';\n```",
"path": "bridges/NautilusBridge.php",
"hunk": "@@ -0,0 +1,65 @@\n+<?php\n+\n+class NautilusBridge extends FeedExpander\n+{\n+ const MAINTAINER = 'sqrtminusone';\n+ const NAME = 'Nautilus Bridge';",
... | true | ||
RSS-Bridge/rss-bridge | 4,943 | issue_to_patch | [Golembridge] add img to $item | If you set `iframe=false` in handleyoutube, the thumbnail-img will be deleted or not saved to the $item.
This should fix it. | d1f9982d0de9ee9a00aa4ab4f928c27afd9127f3 | 5214a8e16adfcab17dbc37094fa829efb06763b9 | diff --git a/bridges/GolemBridge.php b/bridges/GolemBridge.php
index 372a568236b..f97465c7318 100644
--- a/bridges/GolemBridge.php
+++ b/bridges/GolemBridge.php
@@ -178,7 +178,7 @@ private function extractContent($page, $prevcontent)
foreach (
$article->find('div.go-article-header__intro, p, h1,... | [
"bridges/GolemBridge.php"
] | [] | true | ||
RSS-Bridge/rss-bridge | 4,940 | issue_to_patch | Update Rule34Bridge.php | Replace links to actual scheme, replace maintainer | c41b813b48dd3a0ed8f88d6b070333b978af5411 | 1a283431d8245cfd8dfc5708c8fe136e2a2c5db6 | diff --git a/bridges/Rule34Bridge.php b/bridges/Rule34Bridge.php
index 1d951dc1ae7..abba0bb2680 100644
--- a/bridges/Rule34Bridge.php
+++ b/bridges/Rule34Bridge.php
@@ -2,8 +2,43 @@
class Rule34Bridge extends GelbooruBridge
{
- const MAINTAINER = 'mitsukarenai';
+ const MAINTAINER = 'LordArrin';
const NA... | [
"bridges/Rule34Bridge.php"
] | [] | true | ||
RSS-Bridge/rss-bridge | 4,938 | issue_to_patch | [NHKWorldJapanShowBridge] Update to new API | Updates to work with the latest version of the site's API. | c41b813b48dd3a0ed8f88d6b070333b978af5411 | 5815f5368a6349c6180366059506819b3addeaff | diff --git a/bridges/NHKWorldJapanShowBridge.php b/bridges/NHKWorldJapanShowBridge.php
index 46322dc0f34..17eced7e9c0 100644
--- a/bridges/NHKWorldJapanShowBridge.php
+++ b/bridges/NHKWorldJapanShowBridge.php
@@ -190,8 +190,15 @@ public function getURI()
public function getName()
{
if (($this->getInp... | [
"bridges/NHKWorldJapanShowBridge.php"
] | [] | true | ||
RSS-Bridge/rss-bridge | 4,936 | issue_to_patch | [BukowskisBridge] Fix updated format | Bukowskis has changed the HTML format of their auction listings, this fixes so the name is correct once again. | ece11220805c863ae3b622330f681eeb1b050b0a | d53249389c0fd59f22185f3ae3a3d5843f301bf5 | diff --git a/bridges/BukowskisBridge.php b/bridges/BukowskisBridge.php
index 3573c206ae7..b5781fcb323 100644
--- a/bridges/BukowskisBridge.php
+++ b/bridges/BukowskisBridge.php
@@ -193,7 +193,8 @@ public function collectData()
$this->title = htmlspecialchars_decode($html->find('title', 0)->innertext);
... | [
"bridges/BukowskisBridge.php"
] | [] | true | ||
RSS-Bridge/rss-bridge | 4,937 | issue_to_patch | [RaiPlaySoundBridge] Added icon, reformatted title and added uri | - Added the getURI() and getIcon() methods. | 4b31f3a90f3027f368f693ba5e5e1114d2726264 | 60b5e831ab28112c9aabaf984f14a31d6579881e | diff --git a/bridges/RaiPlaySoundBridge.php b/bridges/RaiPlaySoundBridge.php
index 361d8bf6447..93fe817d809 100644
--- a/bridges/RaiPlaySoundBridge.php
+++ b/bridges/RaiPlaySoundBridge.php
@@ -27,15 +27,36 @@ class RaiPlaySoundBridge extends BridgeAbstract
*/
private $title;
+ /**
+ * Holds the URI ... | [
"bridges/RaiPlaySoundBridge.php"
] | [] | true | ||
RSS-Bridge/rss-bridge | 4,935 | issue_to_patch | fix(telegram) | 81f6782bf00d8b3c733ad40d1e9ca599041924b3 | 9e111b5c9d27c8957d2cd7b14fe55acc63f1590e | diff --git a/bridges/TelegramBridge.php b/bridges/TelegramBridge.php
index d35ad271101..23f6866bba0 100644
--- a/bridges/TelegramBridge.php
+++ b/bridges/TelegramBridge.php
@@ -80,10 +80,18 @@ public function collectData()
$item = [];
- $item['uri'] = $message->find('a.tgme_widget_me... | [
"bridges/TelegramBridge.php"
] | [] | true | |||
RSS-Bridge/rss-bridge | 4,934 | issue_to_patch | fix(eztv) | b87e0d712fd29d632bc72f794dc1aefb312457fa | 90f8a5b7364d7c02f6a365f90e3958d5da4c3afd | diff --git a/bridges/EZTVBridge.php b/bridges/EZTVBridge.php
index 556bd39ec38..bd6b158f2c9 100644
--- a/bridges/EZTVBridge.php
+++ b/bridges/EZTVBridge.php
@@ -2,6 +2,9 @@
declare(strict_types=1);
+/**
+ * api docs: https://eztv1.xyz/api/
+ */
class EZTVBridge extends BridgeAbstract
{
const MAINTAINER = 'a... | [
"bridges/EZTVBridge.php",
"bridges/GoComicsBridge.php"
] | [] | true | |||
RSS-Bridge/rss-bridge | 4,882 | issue_to_patch | [ScribbleHubBridge] Introduce new series feed logic | Rewrites the logic for making series feeds to pull from website contents to properly be able to populate all chapters of a series. `curl-impersonate` is now required to use that part of the bridge, but it is substantially more useful. | eba851b67eb500a7b169acd6def8b6807064475f | 936e4eb8dba864c9587437db8b91b589a0e73a72 | diff --git a/bridges/ScribbleHubBridge.php b/bridges/ScribbleHubBridge.php
index 3578a77cdcf..b62b09773dc 100644
--- a/bridges/ScribbleHubBridge.php
+++ b/bridges/ScribbleHubBridge.php
@@ -7,7 +7,6 @@ class ScribbleHubBridge extends FeedExpander
const URI = 'https://scribblehub.com/';
const DESCRIPTION = 'Ret... | [
"bridges/ScribbleHubBridge.php"
] | [] | true | ||
RSS-Bridge/rss-bridge | 4,914 | issue_to_patch | [RaiPlaySound] Add RaiPlay Sound Bridge; [PlaySrf] Add Play SRF Bridge | This bridges are for generating feeds for shows in the Podcast and Audiolibri sections from [RaiPlay Sound](https://www.raiplaysound.it/) and the [PlaySRF ](https://www.srf.ch/play/tv) Portal. | e213d95937c26b33ea20039b7a6837dc5776d273 | 98f27121d3dd904cdc6a8e66cade9ce0de731540 | diff --git a/bridges/PlaySrfBridge.php b/bridges/PlaySrfBridge.php
new file mode 100644
index 00000000000..e603c22673c
--- /dev/null
+++ b/bridges/PlaySrfBridge.php
@@ -0,0 +1,85 @@
+<?php
+
+declare(strict_types=1);
+
+class PlaySrfBridge extends BridgeAbstract
+{
+ const NAME = 'Play SRF';
+ const URI = 'https:... | [
"bridges/PlaySrfBridge.php",
"bridges/RaiPlaySoundBridge.php"
] | [] | true | ||
RSS-Bridge/rss-bridge | 4,933 | issue_to_patch | GoComics failed with: Call to a member function setTime() on bool
For all the comics I follow, I get this error since yesterday.
```
Error: Call to a member function setTime() on bool in bridges/GoComicsBridge.php line 73
index.php(73): RssBridge->main()
lib/RssBridge.php(39): RssBridge->{closure}()
lib/RssBridge.php... | fix(gocomics): changed html | fix #4932 | 461fad08aa15c35b948b78bb7e2986a139723913 | 5faa499bd11dcc564c33034db54e66dc186a1640 | diff --git a/bridges/GoComicsBridge.php b/bridges/GoComicsBridge.php
index ecbdf810ab8..580817fdae1 100644
--- a/bridges/GoComicsBridge.php
+++ b/bridges/GoComicsBridge.php
@@ -56,8 +56,7 @@ public function collectData()
$html = getSimpleHTMLDOMCached($link, 86400, $header);
$imagelink = $ht... | [
"bridges/GoComicsBridge.php"
] | [] | true | |
RT-Thread/rt-thread | 10,718 | issue_to_patch | [components/lwp]add doxygen comment for lwp_tid. | ## 拉取/合并请求描述:(PR description)
[
#### 为什么提交这份PR (why to submit this PR)
add doxygen comment for lwp_tid.
#### 你的解决方案是什么 (what is your solution)
add doxygen comment for lwp_tid.
#### 请提供验证的bsp和config (provide the config and bsp)
- BSP:
- .config:
- action:
]
<!-- 以下的内容不应该在提交PR时的message修改,修... | 2d375b236c8c58d6fc75144ed18e7f484ec13b15 | 9810297e347dcfe569081fc1ff4b2a86cfd4e6a8 | diff --git a/components/lwp/lwp_tid.c b/components/lwp/lwp_tid.c
index e5e4889e4a8..8ac016f40ca 100644
--- a/components/lwp/lwp_tid.c
+++ b/components/lwp/lwp_tid.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2006-2025 RT-Thread Development Team
*
* SPDX-License-Ide... | [
"components/lwp/lwp_tid.c"
] | [] | true | ||
RT-Thread/rt-thread | 10,763 | issue_to_patch | [components/lwp]add doxygen comment for lwp futex. | ## 拉取/合并请求描述:(PR description)
[
#### 为什么提交这份PR (why to submit this PR)
add doxygen comment for lwp futex.
#### 你的解决方案是什么 (what is your solution)
add doxygen comment for lwp futex.
#### 请提供验证的bsp和config (provide the config and bsp)
- BSP:
- .config:
- action:
]
<!-- 以下的内容不应该在提交PR时的message修改,修... | 34f12d462f963c83f92a34a61ecabf47177073ba | b2a900b55bf0206d5a03a01c1a0828334d37a580 | diff --git a/components/lwp/lwp_futex.c b/components/lwp/lwp_futex.c
index a49a86680a0..d6664311a77 100644
--- a/components/lwp/lwp_futex.c
+++ b/components/lwp/lwp_futex.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006-2023, RT-Thread Development Team
+ * Copyright (c) 2006-2025 RT-Thread Development Team
*
* SPDX-Lic... | [
"components/lwp/lwp_futex.c",
"components/lwp/lwp_futex_internal.h",
"components/lwp/lwp_futex_table.c"
] | [] | true | ||
RT-Thread/rt-thread | 10,726 | issue_to_patch | [components/lwp]add doxygen comment for lwp_dbg.c. | ## 拉取/合并请求描述:(PR description)
[
#### 为什么提交这份PR (why to submit this PR)
add doxygen comment for lwp_dbg.c.
#### 你的解决方案是什么 (what is your solution)
add doxygen comment for lwp_dbg.c.
#### 请提供验证的bsp和config (provide the config and bsp)
- BSP:
- .config:
- action:
]
<!-- 以下的内容不应该在提交PR时的message修改... | db1779e239a04e9e0dae38b719344d86fcfffcbe | 9ab81636bad286c153601ff04b66898ccb2803c9 | diff --git a/components/lwp/lwp_dbg.c b/components/lwp/lwp_dbg.c
index c630f3291ee..6fdac2cbb61 100644
--- a/components/lwp/lwp_dbg.c
+++ b/components/lwp/lwp_dbg.c
@@ -1,7 +1,21 @@
+/*
+ * Copyright (c) 2006-2025 RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date ... | [
"components/lwp/lwp_dbg.c"
] | [] | true | ||
RT-Thread/rt-thread | 10,687 | issue_to_patch | [components/lwp]add doxygen comment for lwp.c with lwp.h. | ## 拉取/合并请求描述:(PR description)
[
#### 为什么提交这份PR (why to submit this PR)
add doxygen comment for lwp.c with lwp.h.
#### 你的解决方案是什么 (what is your solution)
add doxygen comment for lwp.c with lwp.h.
#### 请提供验证的bsp和config (provide the config and bsp)
- BSP:
- .config:
- action:
]
<!-- 以下的内容不应该... | 6603903ee8276648e262f50c6a30bf9e1dea27c8 | 8d361ed031b188c24ed11128004aa1d4c0e2ede2 | diff --git a/components/lwp/lwp.c b/components/lwp/lwp.c
index f5435bcea51..4e589788993 100644
--- a/components/lwp/lwp.c
+++ b/components/lwp/lwp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2006-2025 RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-... | [
"components/lwp/lwp.c",
"components/lwp/lwp.h"
] | [
{
"comment": "请加上 @brief 命令。参考 https://rt-thread.github.io/rt-thread/page_howto_struct.html\r\n其他也一并检查一下。",
"path": "components/lwp/lwp.h",
"hunk": "@@ -63,17 +63,23 @@ extern \"C\" {\n \n #define LWP_ARG_MAX 8\n \n+/**\n+ * Light-weight process memory objects structure",
"resolving_sha": "8... | true | ||
RT-Thread/rt-thread | 10,687 | comment_to_fix | [components/lwp]add doxygen comment for lwp.c with lwp.h. | 请加上 @brief 命令。参考 https://rt-thread.github.io/rt-thread/page_howto_struct.html
其他也一并检查一下。 | 6603903ee8276648e262f50c6a30bf9e1dea27c8 | 8d361ed031b188c24ed11128004aa1d4c0e2ede2 | diff --git a/components/lwp/lwp.h b/components/lwp/lwp.h
index 2c95deea74f..49b4324b8da 100644
--- a/components/lwp/lwp.h
+++ b/components/lwp/lwp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2006-2025 RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-... | [
"components/lwp/lwp.h"
] | [
{
"comment": "请加上 @brief 命令。参考 https://rt-thread.github.io/rt-thread/page_howto_struct.html\r\n其他也一并检查一下。",
"path": "components/lwp/lwp.h",
"hunk": "@@ -63,17 +63,23 @@ extern \"C\" {\n \n #define LWP_ARG_MAX 8\n \n+/**\n+ * Light-weight process memory objects structure",
"resolving_sha": "8... | true | ||
RT-Thread/rt-thread | 10,687 | comment_to_fix | [components/lwp]add doxygen comment for lwp.c with lwp.h. | 结构体成员的注释方式参考 https://rt-thread.github.io/rt-thread/page_howto_struct.html
请全文检查并一起修改,不再赘述。 | 6603903ee8276648e262f50c6a30bf9e1dea27c8 | 8d361ed031b188c24ed11128004aa1d4c0e2ede2 | diff --git a/components/lwp/lwp.h b/components/lwp/lwp.h
index 2c95deea74f..49b4324b8da 100644
--- a/components/lwp/lwp.h
+++ b/components/lwp/lwp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2006-2025 RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-... | [
"components/lwp/lwp.h"
] | [
{
"comment": "结构体成员的注释方式参考 https://rt-thread.github.io/rt-thread/page_howto_struct.html\r\n请全文检查并一起修改,不再赘述。",
"path": "components/lwp/lwp.h",
"hunk": "@@ -63,17 +63,23 @@ extern \"C\" {\n \n #define LWP_ARG_MAX 8\n \n+/**\n+ * Light-weight process memory objects structure\n+ */\n struct rt_lwp_o... | true | ||
RT-Thread/rt-thread | 10,724 | issue_to_patch | [components/lwp]add doxygen comment for lwp avl implementation. | ## 拉取/合并请求描述:(PR description)
[
#### 为什么提交这份PR (why to submit this PR)
add doxygen comment for lwp avl implementation.
#### 你的解决方案是什么 (what is your solution)
add doxygen comment for lwp avl implementation.
#### 请提供验证的bsp和config (provide the config and bsp)
- BSP:
- .config:
- action:
]
<!-... | a84e75527d6c0963f866f6cebb88b603f29098f8 | 7706c47177ec6d742ec31cfb9041fe56be317f0e | diff --git a/components/lwp/lwp_avl.c b/components/lwp/lwp_avl.c
index d9996eae3ee..86ff1e5123e 100644
--- a/components/lwp/lwp_avl.c
+++ b/components/lwp/lwp_avl.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006-2020, RT-Thread Development Team
+ * Copyright (c) 2006-2025 RT-Thread Development Team
*
* SPDX-License-Ide... | [
"components/lwp/lwp_avl.c",
"components/lwp/lwp_avl.h"
] | [] | true | ||
RT-Thread/rt-thread | 11,460 | issue_to_patch | [BSP][phytium]适配phytium最新版本sdk | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | 9ed61540ac6678aebbff1b8ac92c5d3e0f8cd37e | 87aaf7ecc18593a01872886b417cc9f17b4d2171 | diff --git a/bsp/phytium/.gitignore b/bsp/phytium/.gitignore
index a9f1f9b754b..7fb7c4f0e31 100644
--- a/bsp/phytium/.gitignore
+++ b/bsp/phytium/.gitignore
@@ -5,3 +5,5 @@
**/**/makefile
/libraries/tests/*
/libraries/phytium_standalone_sdk/
+/aarch64/link_preprocessed.lds
+*.origin
diff --git a/bsp/phytium/README.m... | [
"bsp/phytium/.gitignore",
"bsp/phytium/README.md",
"bsp/phytium/aarch32/.ci/attachconfig/ci.attachconfig.yml",
"bsp/phytium/aarch32/.config",
"bsp/phytium/aarch32/.config.origin",
"bsp/phytium/aarch32/applications/main.c",
"bsp/phytium/aarch32/rtconfig.h",
"bsp/phytium/aarch32/rtconfig.h.origin",
"b... | [] | diff --git a/bsp/phytium/board/smp_sgi_test.c b/bsp/phytium/board/smp_sgi_test.c
index 1d48e990323..e6a30e31bfd 100644
--- a/bsp/phytium/board/smp_sgi_test.c
+++ b/bsp/phytium/board/smp_sgi_test.c
@@ -39,7 +39,7 @@ static char *core_thread_name[] =
};
static rt_uint8_t core_stack[RT_CPUS_NR][4096];
-static rt_isr_h... | true | |
RT-Thread/rt-thread | 11,457 | issue_to_patch | [Feature] Rules for AI Agent
### Describe problem solved by the proposed feature
在 rt-thread 根目录下放置一份针对 AI Agent 的规则,核心点是:
- 能做什么;
- 明令禁止的不能做什么。
- 同时也把目录,文件的规则都制定好,明确好。
### Describe your preferred solution
_No response_
### Describe possible alternatives
_No response_ | Add root-level AI agent rules for repository-scoped behavior | This adds a repository-level `AGENTS.md` for Codex-like agents working in `rt-thread`. It defines, in a very concise bilingual format, what agents may do, what they must not do, and the minimal placement and precedence rules for repository-scoped behavior.
- **What this adds**
- Introduces `/AGENTS.md` at the reposi... | 9ed61540ac6678aebbff1b8ac92c5d3e0f8cd37e | 211a5e1291a2318f8e9a556b5fffd18087d0fe13 | diff --git a/AGENTS.md b/AGENTS.md
new file mode 100644
index 00000000000..423bea2f00f
--- /dev/null
+++ b/AGENTS.md
@@ -0,0 +1,33 @@
+# RT-Thread AI Agent Rules / RT-Thread AI Agent 规则
+
+## What this is / 这是什么
+
+- Rules for AI agents working in this repository. / 约束在本仓库内工作的 AI Agent。
+- Core principle: make only min... | [
"AGENTS.md"
] | [
{
"comment": "[discrepancy_with_pr_description/与PR描述不一致]: “Precedence/优先级”条目未提及仓库现有的 `.github/copilot-instructions.md`\n\nEnglish: The PR description says `AGENTS.md` is the single entry point for repository-scoped AI-agent rules, but the precedence list does not reference the existing `.github/copilot-instruct... | true | |
RT-Thread/rt-thread | 11,467 | issue_to_patch | utest: move testcases to components | ## 拉取/合并请求描述:(PR description)
[
#### 为什么提交这份PR (why to submit this PR)
当前部分 utest case 仍集中放在 `examples/utest/testcases` 下,打包工程时不会随对应组件一起进入工程,导致 menuconfig 中无法看到或配置这些测试用例。将测试用例按所属模块维护,可以让组件自身携带对应的 utest 入口和构建脚本。
同时,utest 自动化测试使用的配置文件只服务于 GitHub Actions CI,不属于示例工程本身。将这些配置从 `examples/utest/configs` 移到 `.github/utest/co... | bb5c90489a3fa6982fbf67444ddde5bff103fc81 | c1d1047c09fdcc63321c7e503ea52c02102c2963 | diff --git a/examples/utest/configs/components/dfs.cfg b/.github/utest/configs/components/dfs.cfg
similarity index 100%
rename from examples/utest/configs/components/dfs.cfg
rename to .github/utest/configs/components/dfs.cfg
diff --git a/examples/utest/configs/components/lwip.cfg b/.github/utest/configs/components/lwip... | [
".github/utest/configs/components/dfs.cfg",
".github/utest/configs/components/lwip.cfg",
".github/utest/configs/components/netdev.cfg",
".github/utest/configs/components/sal.cfg",
".github/utest/configs/cpp11/cpp11.cfg",
".github/utest/configs/default.cfg",
".github/utest/configs/kernel/atomic_c11.cfg",... | [] | diff --git a/.github/workflows/utest_auto_run.yml b/.github/workflows/utest_auto_run.yml
index 4dfdcd6092f..b8eb99c8343 100644
--- a/.github/workflows/utest_auto_run.yml
+++ b/.github/workflows/utest_auto_run.yml
@@ -1,5 +1,5 @@
# Automation utest run script for the QEMU platform
-# Generate the corresponding config c... | true | |
RT-Thread/rt-thread | 11,449 | issue_to_patch | [BSP][NS800RT7P65] Add QSPI driver for NS800RT7xxx | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | 9ed61540ac6678aebbff1b8ac92c5d3e0f8cd37e | 16ddd0c5450fceff1c75f114318e9daae0ea23b1 | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
index 312e99602c7..f37b3c74aeb 100644
--- a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
@@ -27,6 +27,8 @@ i... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript",
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_qspi.c",
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_qspi.h",
"bsp/novosns/ns800/ns800rt7p65-nssinepad/.ci/attachconfig/ci.attachconfig.yml",
"bsp/novosns/ns800/ns800rt7p65-nssinepad/b... | [
{
"comment": "多余的换行可以删掉",
"path": "bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_qspi.c",
"hunk": "@@ -0,0 +1,192 @@\n+/*\n+ * QSPI driver for NS800RT7xxx + W25Q128\n+ * Fully supports RT-Thread QSPI (rt_qspi_transfer_message)\n+ * All transfers use QSPI_writeDirect / QSPI_readDirect (same as work... | true | ||
RT-Thread/rt-thread | 11,449 | comment_to_fix | [BSP][NS800RT7P65] Add QSPI driver for NS800RT7xxx | 多余的换行可以删掉 | 9ed61540ac6678aebbff1b8ac92c5d3e0f8cd37e | 16ddd0c5450fceff1c75f114318e9daae0ea23b1 | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_qspi.c b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_qspi.c
new file mode 100644
index 00000000000..b9653838f12
--- /dev/null
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_qspi.c
@@ -0,0 +1,193 @@
+/*
+ * Copyright (c) 2006-2026, RT-Th... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_qspi.c"
] | [
{
"comment": "多余的换行可以删掉",
"path": "bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_qspi.c",
"hunk": "@@ -0,0 +1,192 @@\n+/*\n+ * QSPI driver for NS800RT7xxx + W25Q128\n+ * Fully supports RT-Thread QSPI (rt_qspi_transfer_message)\n+ * All transfers use QSPI_writeDirect / QSPI_readDirect (same as work... | true | ||
RT-Thread/rt-thread | 11,449 | comment_to_fix | [BSP][NS800RT7P65] Add QSPI driver for NS800RT7xxx | 注释关于版权内容需要整改下 | 9ed61540ac6678aebbff1b8ac92c5d3e0f8cd37e | 16ddd0c5450fceff1c75f114318e9daae0ea23b1 | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_qspi.c b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_qspi.c
new file mode 100644
index 00000000000..b9653838f12
--- /dev/null
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_qspi.c
@@ -0,0 +1,193 @@
+/*
+ * Copyright (c) 2006-2026, RT-Th... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_qspi.c"
] | [
{
"comment": "注释关于版权内容需要整改下",
"path": "bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_qspi.c",
"hunk": "@@ -0,0 +1,192 @@\n+/*\n+ * QSPI driver for NS800RT7xxx + W25Q128\n+ * Fully supports RT-Thread QSPI (rt_qspi_transfer_message)",
"resolving_sha": "16ddd0c5450fceff1c75f114318e9daae0ea23b1",
... | true | ||
RT-Thread/rt-thread | 11,465 | issue_to_patch | [BSP][NS800RT7P65] Enhance GPIO functionality | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | c9926502b00b9aae32d27f80c8fb5ca323db83eb | 5533babf5359eb13492545c3a4ba1d41096d827b | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_gpio.c b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_gpio.c
index b3e67ae04df..ab6092f7b50 100644
--- a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_gpio.c
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_gpio.c
@@ -5,18 +5,55 @@
... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_gpio.c",
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_gpio.h"
] | [] | true | ||
RT-Thread/rt-thread | 11,451 | issue_to_patch | [BSP][NS800RT7P65] Add WDG driver for NS800RT7xxx | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | c9926502b00b9aae32d27f80c8fb5ca323db83eb | 7aaf7949926a3a6cca33ec746b158f0099348be6 | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
index f37b3c74aeb..5662cb9b62a 100644
--- a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
@@ -30,6 +30,11 @@ ... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript",
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_iwdg.c",
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_iwdg.h",
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c",
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.h"... | [
{
"comment": "是不是和这个PR冲突了?这个PR只保留WDT的即可。\n\nhttps://github.com/RT-Thread/rt-thread/pull/11449/changes#diff-6d1c160d24a869c494361e83f57caf631b50cc9f8134b266b54d5f925ce54c61R18",
"path": "bsp/novosns/ns800/ns800rt7p65-nssinepad/.ci/attachconfig/ci.attachconfig.yml",
"hunk": "@@ -6,9 +6,23 @@ devices.ecap:... | true | ||
RT-Thread/rt-thread | 11,451 | comment_to_fix | [BSP][NS800RT7P65] Add WDG driver for NS800RT7xxx | 是不是和这个PR冲突了?这个PR只保留WDT的即可。
https://github.com/RT-Thread/rt-thread/pull/11449/changes#diff-6d1c160d24a869c494361e83f57caf631b50cc9f8134b266b54d5f925ce54c61R18 | c9926502b00b9aae32d27f80c8fb5ca323db83eb | 7aaf7949926a3a6cca33ec746b158f0099348be6 | diff --git a/bsp/novosns/ns800/ns800rt7p65-nssinepad/.ci/attachconfig/ci.attachconfig.yml b/bsp/novosns/ns800/ns800rt7p65-nssinepad/.ci/attachconfig/ci.attachconfig.yml
index 796e33c9df8..c1aa4777e4b 100644
--- a/bsp/novosns/ns800/ns800rt7p65-nssinepad/.ci/attachconfig/ci.attachconfig.yml
+++ b/bsp/novosns/ns800/ns800r... | [
"bsp/novosns/ns800/ns800rt7p65-nssinepad/.ci/attachconfig/ci.attachconfig.yml"
] | [
{
"comment": "是不是和这个PR冲突了?这个PR只保留WDT的即可。\n\nhttps://github.com/RT-Thread/rt-thread/pull/11449/changes#diff-6d1c160d24a869c494361e83f57caf631b50cc9f8134b266b54d5f925ce54c61R18",
"path": "bsp/novosns/ns800/ns800rt7p65-nssinepad/.ci/attachconfig/ci.attachconfig.yml",
"hunk": "@@ -6,9 +6,23 @@ devices.ecap:... | true | ||
RT-Thread/rt-thread | 11,451 | comment_to_fix | [BSP][NS800RT7P65] Add WDG driver for NS800RT7xxx | [bug/缺陷]: WWDG timeout calculation uses a hard-coded default HCLK (200 MHz), which can make the computed timeout and the RT_DEVICE_CTRL_WDT_GET_TIMEOUT/SET_TIMEOUT behavior incorrect under different clock configurations.
English: Avoid hard-coding the bus clock for timeout math. Use the SoC-provided SystemCoreClock (o... | c9926502b00b9aae32d27f80c8fb5ca323db83eb | 7aaf7949926a3a6cca33ec746b158f0099348be6 | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c
new file mode 100644
index 00000000000..41e109c1a8d
--- /dev/null
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c
@@ -0,0 +1,273 @@
+/*
+ * Copyright (c) 2006-2026, RT-Th... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c"
] | [
{
"comment": "[bug/缺陷]: WWDG timeout calculation uses a hard-coded default HCLK (200 MHz), which can make the computed timeout and the RT_DEVICE_CTRL_WDT_GET_TIMEOUT/SET_TIMEOUT behavior incorrect under different clock configurations.\n\nEnglish: Avoid hard-coding the bus clock for timeout math. Use the SoC-pro... | true | ||
RT-Thread/rt-thread | 11,451 | comment_to_fix | [BSP][NS800RT7P65] Add WDG driver for NS800RT7xxx | [bug/缺陷]: RT_DEVICE_CTRL_WDT_SET_TIMEOUT currently accepts any requested timeout and silently picks the closest WWDG configuration.
English: For WWDG the achievable timeout range may be much smaller than the requested value; silently accepting large values can cause unexpected resets if the application feeds based on ... | c9926502b00b9aae32d27f80c8fb5ca323db83eb | 7aaf7949926a3a6cca33ec746b158f0099348be6 | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c
new file mode 100644
index 00000000000..41e109c1a8d
--- /dev/null
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c
@@ -0,0 +1,273 @@
+/*
+ * Copyright (c) 2006-2026, RT-Th... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c"
] | [
{
"comment": "[bug/缺陷]: RT_DEVICE_CTRL_WDT_SET_TIMEOUT currently accepts any requested timeout and silently picks the closest WWDG configuration.\n\nEnglish: For WWDG the achievable timeout range may be much smaller than the requested value; silently accepting large values can cause unexpected resets if the app... | true | ||
RT-Thread/rt-thread | 11,451 | comment_to_fix | [BSP][NS800RT7P65] Add WDG driver for NS800RT7xxx | [bug/缺陷]: RT_DEVICE_CTRL_WDT_GET_TIMEOUT rounds up to the next second (ceil).
English: Rounding up can over-report the effective watchdog timeout (e.g., reporting 1s when the real timeout is <1s). That can cause applications to feed the watchdog too slowly and reset unexpectedly. Prefer rounding down (floor) so the re... | c9926502b00b9aae32d27f80c8fb5ca323db83eb | 7aaf7949926a3a6cca33ec746b158f0099348be6 | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c
new file mode 100644
index 00000000000..41e109c1a8d
--- /dev/null
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c
@@ -0,0 +1,273 @@
+/*
+ * Copyright (c) 2006-2026, RT-Th... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c"
] | [
{
"comment": "[bug/缺陷]: RT_DEVICE_CTRL_WDT_GET_TIMEOUT rounds up to the next second (ceil).\n\nEnglish: Rounding up can over-report the effective watchdog timeout (e.g., reporting 1s when the real timeout is <1s). That can cause applications to feed the watchdog too slowly and reset unexpectedly. Prefer roundin... | true | ||
RT-Thread/rt-thread | 11,451 | comment_to_fix | [BSP][NS800RT7P65] Add WDG driver for NS800RT7xxx | [maintainability/可维护性]: The WWDG ISR function is named wwdg_isr() and is not referenced anywhere in the BSP, and early_wakeup_irq is always false in init.
English: If early-wakeup interrupt support is intended, the handler name should match the actual vector name used by the NS800RT7 startup (and the NVIC/interrupt sh... | c9926502b00b9aae32d27f80c8fb5ca323db83eb | 7aaf7949926a3a6cca33ec746b158f0099348be6 | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c
new file mode 100644
index 00000000000..41e109c1a8d
--- /dev/null
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c
@@ -0,0 +1,273 @@
+/*
+ * Copyright (c) 2006-2026, RT-Th... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c"
] | [
{
"comment": "[maintainability/可维护性]: The WWDG ISR function is named wwdg_isr() and is not referenced anywhere in the BSP, and early_wakeup_irq is always false in init.\n\nEnglish: If early-wakeup interrupt support is intended, the handler name should match the actual vector name used by the NS800RT7 startup (a... | true | ||
RT-Thread/rt-thread | 11,451 | comment_to_fix | [BSP][NS800RT7P65] Add WDG driver for NS800RT7xxx | [bug/缺陷]: SConscript adds drv_qspi.c when BSP_USING_QSPI is enabled, but drv_qspi.c does not exist in this BSP tree.
English: Enabling CONFIG_BSP_USING_QSPI (e.g., in CI attachconfig) will make the build fail with a missing source file. Either add the missing QSPI driver source file in this PR, or remove the QSPI bloc... | c9926502b00b9aae32d27f80c8fb5ca323db83eb | 7aaf7949926a3a6cca33ec746b158f0099348be6 | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
index f37b3c74aeb..5662cb9b62a 100644
--- a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
@@ -30,6 +30,11 @@ ... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript"
] | [
{
"comment": "[bug/缺陷]: SConscript adds drv_qspi.c when BSP_USING_QSPI is enabled, but drv_qspi.c does not exist in this BSP tree.\n\nEnglish: Enabling CONFIG_BSP_USING_QSPI (e.g., in CI attachconfig) will make the build fail with a missing source file. Either add the missing QSPI driver source file in this PR,... | true | ||
RT-Thread/rt-thread | 11,451 | comment_to_fix | [BSP][NS800RT7P65] Add WDG driver for NS800RT7xxx | [bug/缺陷]: CI attachconfig enables CONFIG_BSP_USING_QSPI, but the BSP build scripts reference a missing drv_qspi.c source file.
English: With the current tree, enabling QSPI in CI will fail the build. Please disable/comment out CONFIG_BSP_USING_QSPI here until the QSPI driver source is added.
中文:CI attachconfig 里启用了 CO... | c9926502b00b9aae32d27f80c8fb5ca323db83eb | 7aaf7949926a3a6cca33ec746b158f0099348be6 | diff --git a/bsp/novosns/ns800/ns800rt7p65-nssinepad/.ci/attachconfig/ci.attachconfig.yml b/bsp/novosns/ns800/ns800rt7p65-nssinepad/.ci/attachconfig/ci.attachconfig.yml
index 796e33c9df8..c1aa4777e4b 100644
--- a/bsp/novosns/ns800/ns800rt7p65-nssinepad/.ci/attachconfig/ci.attachconfig.yml
+++ b/bsp/novosns/ns800/ns800r... | [
"bsp/novosns/ns800/ns800rt7p65-nssinepad/.ci/attachconfig/ci.attachconfig.yml"
] | [
{
"comment": "[bug/缺陷]: CI attachconfig enables CONFIG_BSP_USING_QSPI, but the BSP build scripts reference a missing drv_qspi.c source file.\n\nEnglish: With the current tree, enabling QSPI in CI will fail the build. Please disable/comment out CONFIG_BSP_USING_QSPI here until the QSPI driver source is added.\n中... | true | ||
RT-Thread/rt-thread | 11,302 | issue_to_patch | [dm][ufs] support Universal Flash Storage (UFS) | ## 拉取/合并请求描述:(PR description)
[
Support UFS over PCI, too.
]
<!-- 以下的内容不应该在提交PR时的message修改,修改下述message,PR会被直接关闭。请在提交PR后,浏览器查看PR并对以下检查项逐项check,没问题后逐条在页面上打钩。
The following content must not be changed in the submitted PR message. Otherwise, the PR will be closed immediately. After submitted PR, please use a web... | e41c7ccf88c0b5b8e9f033404fa371b7fd2c9a3b | b3299b45aec8d128ba9d6f94b7a64685eb64ee45 | diff --git a/components/drivers/Kconfig b/components/drivers/Kconfig
index f04d3c7f489..05f0486c5fc 100755
--- a/components/drivers/Kconfig
+++ b/components/drivers/Kconfig
@@ -30,6 +30,7 @@ rsource "ata/Kconfig"
rsource "nvme/Kconfig"
rsource "block/Kconfig"
rsource "scsi/Kconfig"
+rsource "ufs/Kconfig"
rsource "f... | [
"components/drivers/Kconfig",
"components/drivers/include/drivers/ufs.h",
"components/drivers/include/rtdevice.h",
"components/drivers/ufs/Kconfig",
"components/drivers/ufs/SConscript",
"components/drivers/ufs/ufs-pci.c",
"components/drivers/ufs/ufs.c",
"components/drivers/ufs/ufs_pm.c"
] | [
{
"comment": "[bug/缺陷]: Sense-data copy block is effectively unreachable.\n\nEnglish: The code returns immediately when rsp->header.status != 0 (sets err and goto _end), so the later `if (err != RT_EOK && rsp->sr.sense_data_len != 0 ...)` never runs (err is RT_EOK on the success path). If you intend to copy sen... | true | ||
RT-Thread/rt-thread | 11,303 | issue_to_patch | [dm][rpmsg] support Remote Processor Messaging (RPMSG) | ## 拉取/合并请求描述:(PR description)
[
support Remote Processor Messaging, The virtio driver will support in QEMU
]
<!-- 以下的内容不应该在提交PR时的message修改,修改下述message,PR会被直接关闭。请在提交PR后,浏览器查看PR并对以下检查项逐项check,没问题后逐条在页面上打钩。
The following content must not be changed in the submitted PR message. Otherwise, the PR will be closed i... | ecf2409904bc3b2c081de7c98042d38bfc6eb95d | f050418867d1df272a0850fcaaf329b6f38ef9b1 | diff --git a/components/drivers/Kconfig b/components/drivers/Kconfig
index f04d3c7f489..386ba72734d 100755
--- a/components/drivers/Kconfig
+++ b/components/drivers/Kconfig
@@ -25,6 +25,7 @@ rsource "led/Kconfig"
rsource "input/Kconfig"
rsource "mailbox/Kconfig"
rsource "hwspinlock/Kconfig"
+rsource "rpmsg/Kconfig"
... | [
"components/drivers/Kconfig",
"components/drivers/include/drivers/rpmsg.h",
"components/drivers/include/rtdevice.h",
"components/drivers/rpmsg/Kconfig",
"components/drivers/rpmsg/SConscript",
"components/drivers/rpmsg/rpmsg.c",
"components/drivers/rpmsg/rpmsg_char.c",
"components/drivers/rpmsg/rpmsg_n... | [
{
"comment": "[bug/缺陷]: `rt_device_register()` return value is ignored. If registration fails, the code still returns `RT_EOK`, leaking the endpoint/device-id and leaving an unregistered device object in the list.\n\nEnglish: Check the return value of `rt_device_register()` and on failure roll back: remove from... | true | ||
RT-Thread/rt-thread | 11,303 | comment_to_fix | [dm][rpmsg] support Remote Processor Messaging (RPMSG) | [bug/缺陷]: `rt_device_register()` return value is ignored. If registration fails, the code still returns `RT_EOK`, leaking the endpoint/device-id and leaving an unregistered device object in the list.
English: Check the return value of `rt_device_register()` and on failure roll back: remove from list, free IDA id, dest... | ecf2409904bc3b2c081de7c98042d38bfc6eb95d | f050418867d1df272a0850fcaaf329b6f38ef9b1 | diff --git a/components/drivers/rpmsg/rpmsg_char.c b/components/drivers/rpmsg/rpmsg_char.c
new file mode 100755
index 00000000000..312eccbf636
--- /dev/null
+++ b/components/drivers/rpmsg/rpmsg_char.c
@@ -0,0 +1,412 @@
+/*
+ * Copyright (c) 2006-2023, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2... | [
"components/drivers/rpmsg/rpmsg_char.c"
] | [
{
"comment": "[bug/缺陷]: `rt_device_register()` return value is ignored. If registration fails, the code still returns `RT_EOK`, leaking the endpoint/device-id and leaving an unregistered device object in the list.\n\nEnglish: Check the return value of `rt_device_register()` and on failure roll back: remove from... | true | ||
RT-Thread/rt-thread | 11,303 | comment_to_fix | [dm][rpmsg] support Remote Processor Messaging (RPMSG) | [concurrency/并发问题]: `del_ept_work` can be (re)submitted asynchronously, but `rpmsg_char_remove()` frees `rchc` without canceling the pending work item. This can lead to the workqueue executing with freed `work_data` (use-after-free).
English: Call `rt_work_cancel(&rchc->del_ept_work)` (or a sync variant if needed) bef... | ecf2409904bc3b2c081de7c98042d38bfc6eb95d | f050418867d1df272a0850fcaaf329b6f38ef9b1 | diff --git a/components/drivers/rpmsg/rpmsg_char.c b/components/drivers/rpmsg/rpmsg_char.c
new file mode 100755
index 00000000000..312eccbf636
--- /dev/null
+++ b/components/drivers/rpmsg/rpmsg_char.c
@@ -0,0 +1,412 @@
+/*
+ * Copyright (c) 2006-2023, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2... | [
"components/drivers/rpmsg/rpmsg_char.c"
] | [
{
"comment": "[concurrency/并发问题]: `del_ept_work` can be (re)submitted asynchronously, but `rpmsg_char_remove()` frees `rchc` without canceling the pending work item. This can lead to the workqueue executing with freed `work_data` (use-after-free).\n\nEnglish: Call `rt_work_cancel(&rchc->del_ept_work)` (or a syn... | true | ||
RT-Thread/rt-thread | 11,303 | comment_to_fix | [dm][rpmsg] support Remote Processor Messaging (RPMSG) | [operational_implications/运行风险]: RX length is validated with `RT_ASSERT()`. Since RPMsg payload comes from a remote processor, a malformed/oversized message could trigger an assert and crash the system.
English: Prefer a runtime check (e.g., `if (len > RT_RPMSG_CHAR_MSG_SIZE_MAX) return -RT_EINVAL;`) and drop/log the ... | ecf2409904bc3b2c081de7c98042d38bfc6eb95d | f050418867d1df272a0850fcaaf329b6f38ef9b1 | diff --git a/components/drivers/rpmsg/rpmsg_char.c b/components/drivers/rpmsg/rpmsg_char.c
new file mode 100755
index 00000000000..312eccbf636
--- /dev/null
+++ b/components/drivers/rpmsg/rpmsg_char.c
@@ -0,0 +1,412 @@
+/*
+ * Copyright (c) 2006-2023, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2... | [
"components/drivers/rpmsg/rpmsg_char.c"
] | [
{
"comment": "[operational_implications/运行风险]: RX length is validated with `RT_ASSERT()`. Since RPMsg payload comes from a remote processor, a malformed/oversized message could trigger an assert and crash the system.\n\nEnglish: Prefer a runtime check (e.g., `if (len > RT_RPMSG_CHAR_MSG_SIZE_MAX) return -RT_EIN... | true | ||
RT-Thread/rt-thread | 11,303 | comment_to_fix | [dm][rpmsg] support Remote Processor Messaging (RPMSG) | [bug/缺陷]: Log arguments are swapped: format is `"Attach power domain error = %s in device %s"` but it passes `(device_name, strerror)`.
English: Swap the arguments so the first `%s` is `rt_strerror(err)` and the second is the device name.
中文:日志参数顺序写反了:格式为 `"Attach power domain error = %s in device %s"`,但实际传参是 `(device... | ecf2409904bc3b2c081de7c98042d38bfc6eb95d | f050418867d1df272a0850fcaaf329b6f38ef9b1 | diff --git a/components/drivers/rpmsg/rpmsg.c b/components/drivers/rpmsg/rpmsg.c
new file mode 100755
index 00000000000..031507b2721
--- /dev/null
+++ b/components/drivers/rpmsg/rpmsg.c
@@ -0,0 +1,327 @@
+/*
+ * Copyright (c) 2006-2023, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Chan... | [
"components/drivers/rpmsg/rpmsg.c"
] | [
{
"comment": "[bug/缺陷]: Log arguments are swapped: format is `\"Attach power domain error = %s in device %s\"` but it passes `(device_name, strerror)`.\n\nEnglish: Swap the arguments so the first `%s` is `rt_strerror(err)` and the second is the device name.\n中文:日志参数顺序写反了:格式为 `\"Attach power domain error = %s in... | true | ||
RT-Thread/rt-thread | 11,303 | comment_to_fix | [dm][rpmsg] support Remote Processor Messaging (RPMSG) | [bug/缺陷]: Memory leak on `rt_dm_ida_alloc()` failure: `rchc` is allocated but not freed when `rt_dm_ida_alloc(&rpmsg_char_ida)` fails.
English: Free `rchc` (and ensure `rdev->parent.user_data` isn’t left pointing to freed/partial state) before returning.
中文:`rt_dm_ida_alloc()` 失败时会内存泄漏:`rchc` 已经分配,但在 `rt_dm_ida_alloc(... | ecf2409904bc3b2c081de7c98042d38bfc6eb95d | f050418867d1df272a0850fcaaf329b6f38ef9b1 | diff --git a/components/drivers/rpmsg/rpmsg_char.c b/components/drivers/rpmsg/rpmsg_char.c
new file mode 100755
index 00000000000..312eccbf636
--- /dev/null
+++ b/components/drivers/rpmsg/rpmsg_char.c
@@ -0,0 +1,412 @@
+/*
+ * Copyright (c) 2006-2023, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2... | [
"components/drivers/rpmsg/rpmsg_char.c"
] | [
{
"comment": "[bug/缺陷]: Memory leak on `rt_dm_ida_alloc()` failure: `rchc` is allocated but not freed when `rt_dm_ida_alloc(&rpmsg_char_ida)` fails.\n\nEnglish: Free `rchc` (and ensure `rdev->parent.user_data` isn’t left pointing to freed/partial state) before returning.\n中文:`rt_dm_ida_alloc()` 失败时会内存泄漏:`rchc` ... | true | ||
RT-Thread/rt-thread | 11,411 | issue_to_patch | [docs] device-driver: add DM subsystem docs and expand INDEX | ## 拉取/合并请求描述:(PR description)
[
Add Doxygen pages for RT-Thread device-model drivers: platform/OFW,
DM core (bus, dm, power), clk/regulator/reset/power-domain, PCI/PIC,
Phye, DMA/hwcache, block/SCSI/ATA/NVMe/UFS/SDIO, SCMI, RPMsg,
mailbox, NVMem, NUMA, syscon, thermal, input/LED/IIO/graphic, and
related power/c... | d4f4c50b9e60223078a7178e47d338ca484bcbc0 | f5f80ba89d73bbe60a3f56c6e884dee68c68c473 | diff --git a/documentation/6.components/device-driver/INDEX.md b/documentation/6.components/device-driver/INDEX.md
index b42844dbc94..0994df23f72 100644
--- a/documentation/6.components/device-driver/INDEX.md
+++ b/documentation/6.components/device-driver/INDEX.md
@@ -2,15 +2,110 @@
- @subpage page_device_framework
... | [
"documentation/6.components/device-driver/INDEX.md",
"documentation/6.components/device-driver/ata/ata.md",
"documentation/6.components/device-driver/block/blk.md",
"documentation/6.components/device-driver/block/disk.md",
"documentation/6.components/device-driver/block/partitions.md",
"documentation/6.co... | [] | true | ||
RT-Thread/rt-thread | 11,239 | issue_to_patch | [bsp][zynqmp-a53-dfzu2eg] enable full dm | ## 拉取/合并请求描述:(PR description)
[
This is a builtin fdt example BSP
]
<!-- 以下的内容不应该在提交PR时的message修改,修改下述message,PR会被直接关闭。请在提交PR后,浏览器查看PR并对以下检查项逐项check,没问题后逐条在页面上打钩。
The following content must not be changed in the submitted PR message. Otherwise, the PR will be closed immediately. After submitted PR, please us... | ba3dcd55226aa88fd6501634308c4c8a1f0acb3a | 525107a52314f089eda29b22aa113f0b906091a5 | diff --git a/.github/ALL_BSP_COMPILE.json b/.github/ALL_BSP_COMPILE.json
index 03cd8518d46..ff70275c9e7 100644
--- a/.github/ALL_BSP_COMPILE.json
+++ b/.github/ALL_BSP_COMPILE.json
@@ -394,7 +394,8 @@
"qemu-virt64-aarch64",
"raspberry-pi/raspi3-64",
"raspberry-pi/raspi4-64",
- "nxp/imx... | [
".github/ALL_BSP_COMPILE.json",
".github/workflows/bsp_buildings.yml",
".github/workflows/utest_auto_run.yml",
"bsp/zynqmp-a53-dfzu2eg/.config",
"bsp/zynqmp-a53-dfzu2eg/Kconfig",
"bsp/zynqmp-a53-dfzu2eg/README.md",
"bsp/zynqmp-a53-dfzu2eg/SConstruct",
"bsp/zynqmp-a53-dfzu2eg/drivers/Kconfig",
"bsp/z... | [
{
"comment": "[bug/类别: bug]: Built-in DTB dependency is guarded by the wrong config and builds an invalid path\n\nEnglish: The DTB dependency is added under `if GetDepend('RT_USING_OFW') == False`, but `RT_BUILTIN_FDT_PATH` is only meaningful when OFW/Built-in FDT is enabled. As written, the dependency won’t be... | diff --git a/.github/workflows/utest_auto_run.yml b/.github/workflows/utest_auto_run.yml
index df273532744..4dfdcd6092f 100644
--- a/.github/workflows/utest_auto_run.yml
+++ b/.github/workflows/utest_auto_run.yml
@@ -79,6 +79,10 @@ jobs:
- { UTEST: "AARCH64-rtsmart", RTT_BSP: "bsp/qemu-virt64-aarch64", QEMU_... | true | |
RT-Thread/rt-thread | 11,239 | comment_to_fix | [bsp][zynqmp-a53-dfzu2eg] enable full dm | [bug/类别: bug]: Built-in DTB dependency is guarded by the wrong config and builds an invalid path
English: The DTB dependency is added under `if GetDepend('RT_USING_OFW') == False`, but `RT_BUILTIN_FDT_PATH` is only meaningful when OFW/Built-in FDT is enabled. As written, the dependency won’t be set for the intended co... | ba3dcd55226aa88fd6501634308c4c8a1f0acb3a | 525107a52314f089eda29b22aa113f0b906091a5 | diff --git a/libcpu/aarch64/common/SConscript b/libcpu/aarch64/common/SConscript
index 99645683b87..b0e26988988 100644
--- a/libcpu/aarch64/common/SConscript
+++ b/libcpu/aarch64/common/SConscript
@@ -7,6 +7,7 @@ Import('rtconfig')
cwd = GetCurrentDir()
src = Glob('*.c') + Glob('*.cpp') + Glob('*.S')
CPPPATH... | [
"libcpu/aarch64/common/SConscript"
] | [
{
"comment": "[bug/类别: bug]: Built-in DTB dependency is guarded by the wrong config and builds an invalid path\n\nEnglish: The DTB dependency is added under `if GetDepend('RT_USING_OFW') == False`, but `RT_BUILTIN_FDT_PATH` is only meaningful when OFW/Built-in FDT is enabled. As written, the dependency won’t be... | true | ||
RT-Thread/rt-thread | 11,239 | comment_to_fix | [bsp][zynqmp-a53-dfzu2eg] enable full dm | [bug/类别: bug]: UART MR register write masks almost all configuration bits
English: `HWREG32(... + CDNS_UART_MR) = mode_reg & 1;` will only write bit0, dropping the configured data bits/stop bits/parity (and potentially other MR fields). This should write the intended `mode_reg` value (typically after clearing the rele... | ba3dcd55226aa88fd6501634308c4c8a1f0acb3a | 525107a52314f089eda29b22aa113f0b906091a5 | diff --git a/bsp/zynqmp-a53-dfzu2eg/drivers/serial/xilinx_uartps.c b/bsp/zynqmp-a53-dfzu2eg/drivers/serial/xilinx_uartps.c
new file mode 100755
index 00000000000..4139f15a736
--- /dev/null
+++ b/bsp/zynqmp-a53-dfzu2eg/drivers/serial/xilinx_uartps.c
@@ -0,0 +1,826 @@
+/*
+ * Copyright (c) 2006-2024, RT-Thread Developmen... | [
"bsp/zynqmp-a53-dfzu2eg/drivers/serial/xilinx_uartps.c"
] | [
{
"comment": "[bug/类别: bug]: UART MR register write masks almost all configuration bits\n\nEnglish: `HWREG32(... + CDNS_UART_MR) = mode_reg & 1;` will only write bit0, dropping the configured data bits/stop bits/parity (and potentially other MR fields). This should write the intended `mode_reg` value (typically... | true | ||
RT-Thread/rt-thread | 11,239 | comment_to_fix | [bsp][zynqmp-a53-dfzu2eg] enable full dm | [bug/类别: bug]: Wrong variable checked after getting `aper_clk`
English: In the `aper_clk` fallback, the code checks `rt_is_err(cdns_uart->clk)` and uses `rt_ptr_err(cdns_uart->clk)`, but the call was `cdns_uart->pclk = rt_clk_get_by_name(...)`. This should check/return the error for `cdns_uart->pclk`, otherwise a `pcl... | ba3dcd55226aa88fd6501634308c4c8a1f0acb3a | 525107a52314f089eda29b22aa113f0b906091a5 | diff --git a/bsp/zynqmp-a53-dfzu2eg/drivers/serial/xilinx_uartps.c b/bsp/zynqmp-a53-dfzu2eg/drivers/serial/xilinx_uartps.c
new file mode 100755
index 00000000000..4139f15a736
--- /dev/null
+++ b/bsp/zynqmp-a53-dfzu2eg/drivers/serial/xilinx_uartps.c
@@ -0,0 +1,826 @@
+/*
+ * Copyright (c) 2006-2024, RT-Thread Developmen... | [
"bsp/zynqmp-a53-dfzu2eg/drivers/serial/xilinx_uartps.c"
] | [
{
"comment": "[bug/类别: bug]: Wrong variable checked after getting `aper_clk`\n\nEnglish: In the `aper_clk` fallback, the code checks `rt_is_err(cdns_uart->clk)` and uses `rt_ptr_err(cdns_uart->clk)`, but the call was `cdns_uart->pclk = rt_clk_get_by_name(...)`. This should check/return the error for `cdns_uart-... | true | ||
RT-Thread/rt-thread | 11,239 | comment_to_fix | [bsp][zynqmp-a53-dfzu2eg] enable full dm | [bug/类别: bug]: ISR disables alarm interrupt but never clears interrupt status
English: `zynqmp_rtc_isr()` reads `RTC_INT_STS` and disables `RTC_INT_ALRM`, but it never clears the latched status bits (typically W1C via `RTC_INT_STS`). If the ALRM bit remains set, the interrupt line may stay asserted and retrigger immed... | ba3dcd55226aa88fd6501634308c4c8a1f0acb3a | 525107a52314f089eda29b22aa113f0b906091a5 | diff --git a/bsp/zynqmp-a53-dfzu2eg/drivers/rtc/rtc-zynqmp.c b/bsp/zynqmp-a53-dfzu2eg/drivers/rtc/rtc-zynqmp.c
new file mode 100755
index 00000000000..c970760126a
--- /dev/null
+++ b/bsp/zynqmp-a53-dfzu2eg/drivers/rtc/rtc-zynqmp.c
@@ -0,0 +1,346 @@
+/*
+ * Copyright (c) 2006-2022, RT-Thread Development Team
+ *
+ * SPD... | [
"bsp/zynqmp-a53-dfzu2eg/drivers/rtc/rtc-zynqmp.c"
] | [
{
"comment": "[bug/类别: bug]: ISR disables alarm interrupt but never clears interrupt status\n\nEnglish: `zynqmp_rtc_isr()` reads `RTC_INT_STS` and disables `RTC_INT_ALRM`, but it never clears the latched status bits (typically W1C via `RTC_INT_STS`). If the ALRM bit remains set, the interrupt line may stay asse... | true | ||
RT-Thread/rt-thread | 11,239 | comment_to_fix | [bsp][zynqmp-a53-dfzu2eg] enable full dm | [bug/类别: bug]: Undefined control function assigned when `RT_USING_DEVICE_OPS` is off
English: In the `#else` branch, `zrtc->parent.control` is set to `zynqmp_rtc_control`, but the function implemented in this file is `zynqmp_control()`. This will cause a link error when `RT_USING_DEVICE_OPS` is not enabled.
中文:在 `#els... | ba3dcd55226aa88fd6501634308c4c8a1f0acb3a | 525107a52314f089eda29b22aa113f0b906091a5 | diff --git a/bsp/zynqmp-a53-dfzu2eg/drivers/rtc/rtc-zynqmp.c b/bsp/zynqmp-a53-dfzu2eg/drivers/rtc/rtc-zynqmp.c
new file mode 100755
index 00000000000..c970760126a
--- /dev/null
+++ b/bsp/zynqmp-a53-dfzu2eg/drivers/rtc/rtc-zynqmp.c
@@ -0,0 +1,346 @@
+/*
+ * Copyright (c) 2006-2022, RT-Thread Development Team
+ *
+ * SPD... | [
"bsp/zynqmp-a53-dfzu2eg/drivers/rtc/rtc-zynqmp.c"
] | [
{
"comment": "[bug/类别: bug]: Undefined control function assigned when `RT_USING_DEVICE_OPS` is off\n\nEnglish: In the `#else` branch, `zrtc->parent.control` is set to `zynqmp_rtc_control`, but the function implemented in this file is `zynqmp_control()`. This will cause a link error when `RT_USING_DEVICE_OPS` is... | true | ||
RT-Thread/rt-thread | 11,239 | comment_to_fix | [bsp][zynqmp-a53-dfzu2eg] enable full dm | [bug/类别: bug]: Clock enable/disable APIs are mismatched for `cdns_uart->clk`
English: `cdns_uart->clk` is enabled with `rt_clk_prepare_enable()` in probe, but freed with `rt_clk_disable()` in `cdns_uart_free()`. Other drivers using `rt_clk_prepare_enable()` pair it with `rt_clk_disable_unprepare()`; using `rt_clk_disa... | ba3dcd55226aa88fd6501634308c4c8a1f0acb3a | 525107a52314f089eda29b22aa113f0b906091a5 | diff --git a/bsp/zynqmp-a53-dfzu2eg/drivers/serial/xilinx_uartps.c b/bsp/zynqmp-a53-dfzu2eg/drivers/serial/xilinx_uartps.c
new file mode 100755
index 00000000000..4139f15a736
--- /dev/null
+++ b/bsp/zynqmp-a53-dfzu2eg/drivers/serial/xilinx_uartps.c
@@ -0,0 +1,826 @@
+/*
+ * Copyright (c) 2006-2024, RT-Thread Developmen... | [
"bsp/zynqmp-a53-dfzu2eg/drivers/serial/xilinx_uartps.c"
] | [
{
"comment": "[bug/类别: bug]: Clock enable/disable APIs are mismatched for `cdns_uart->clk`\n\nEnglish: `cdns_uart->clk` is enabled with `rt_clk_prepare_enable()` in probe, but freed with `rt_clk_disable()` in `cdns_uart_free()`. Other drivers using `rt_clk_prepare_enable()` pair it with `rt_clk_disable_unprepar... | true | ||
RT-Thread/rt-thread | 11,239 | comment_to_fix | [bsp][zynqmp-a53-dfzu2eg] enable full dm | [best_practices/类别: best_practices]: qemu.py uses non-portable shebang and mixed tab indentation
English: The script uses `#!/bin/python` (not portable across distros) and contains tab indentation, which makes it harder to run consistently. Prefer `#!/usr/bin/env python3` and 4-space indentation to match the repositor... | ba3dcd55226aa88fd6501634308c4c8a1f0acb3a | 525107a52314f089eda29b22aa113f0b906091a5 | diff --git a/bsp/zynqmp-a53-dfzu2eg/qemu.py b/bsp/zynqmp-a53-dfzu2eg/qemu.py
new file mode 100755
index 00000000000..680ea34ffd4
--- /dev/null
+++ b/bsp/zynqmp-a53-dfzu2eg/qemu.py
@@ -0,0 +1,43 @@
+#!/bin/python3
+# -*- coding: utf-8 -*-
+import os, sys, re
+
+with open('rtconfig.h', 'r') as file:
+ rtconfig_header = f... | [
"bsp/zynqmp-a53-dfzu2eg/qemu.py"
] | [
{
"comment": "[best_practices/类别: best_practices]: qemu.py uses non-portable shebang and mixed tab indentation\n\nEnglish: The script uses `#!/bin/python` (not portable across distros) and contains tab indentation, which makes it harder to run consistently. Prefer `#!/usr/bin/env python3` and 4-space indentatio... | true | ||
RT-Thread/rt-thread | 11,239 | comment_to_fix | [bsp][zynqmp-a53-dfzu2eg] enable full dm | [documentation/类别: documentation]: PR description doesn’t explain what/why/how for the DM enablement
English: The PR description currently only states “builtin fdt example BSP” and does not explain what was changed (e.g., DM/OFW enablement, new UART/RTC DM drivers) and why. Please add a short What/Why/How summary and ... | ba3dcd55226aa88fd6501634308c4c8a1f0acb3a | 525107a52314f089eda29b22aa113f0b906091a5 | diff --git a/bsp/zynqmp-a53-dfzu2eg/README.md b/bsp/zynqmp-a53-dfzu2eg/README.md
index 6f69deb1c63..2b6ea5dc2d6 100644
--- a/bsp/zynqmp-a53-dfzu2eg/README.md
+++ b/bsp/zynqmp-a53-dfzu2eg/README.md
@@ -95,7 +95,7 @@ setenv gatewayip 192.168.1.1
setenv netmask 255.255.255.0
setenv serverip 192.168.1.3
tftpboot 0x00200... | [
"bsp/zynqmp-a53-dfzu2eg/README.md"
] | [
{
"comment": "[documentation/类别: documentation]: PR description doesn’t explain what/why/how for the DM enablement\n\nEnglish: The PR description currently only states “builtin fdt example BSP” and does not explain what was changed (e.g., DM/OFW enablement, new UART/RTC DM drivers) and why. Please add a short W... | true | ||
RT-Thread/rt-thread | 11,398 | issue_to_patch | [feat][soft_i2c]:change soft i2c default bus name | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | 3fa50a4b33869050ca8f17e5162b397fddf3e5bf | 6998adf3093f523ad524ce7179df2651f0be3f47 | diff --git a/components/drivers/i2c/Kconfig b/components/drivers/i2c/Kconfig
index d24d24b9c41..79cc802428c 100644
--- a/components/drivers/i2c/Kconfig
+++ b/components/drivers/i2c/Kconfig
@@ -37,7 +37,7 @@ if RT_USING_I2C
default 2
config RT_SOFT_I2C0_BUS_NAME
... | [
"components/drivers/i2c/Kconfig"
] | [] | true | ||
RT-Thread/rt-thread | 11,435 | issue_to_patch | [bsp][nxp][raspberry-pico]:Adjust the file directory to adapt to the improvements of the env. | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | 38ac0718ecc579b00c43f8d41a988efcb65be5ca | 1f127fd6edd9bfd2b584cae72c656966a3407003 | diff --git a/bsp/nxp/lpc/lpc55sxx/Libraries/Kconfig b/bsp/nxp/lpc/lpc55sxx/libraries/Kconfig
similarity index 100%
rename from bsp/nxp/lpc/lpc55sxx/Libraries/Kconfig
rename to bsp/nxp/lpc/lpc55sxx/libraries/Kconfig
diff --git a/bsp/nxp/lpc/lpc55sxx/Libraries/drivers/SConscript b/bsp/nxp/lpc/lpc55sxx/libraries/drivers/S... | [
"bsp/nxp/lpc/lpc55sxx/libraries/Kconfig",
"bsp/nxp/lpc/lpc55sxx/libraries/drivers/SConscript",
"bsp/nxp/lpc/lpc55sxx/libraries/drivers/drv_adc.c",
"bsp/nxp/lpc/lpc55sxx/libraries/drivers/drv_adc.h",
"bsp/nxp/lpc/lpc55sxx/libraries/drivers/drv_gt911.c",
"bsp/nxp/lpc/lpc55sxx/libraries/drivers/drv_gt911.h",... | [] | true | ||
RT-Thread/rt-thread | 11,434 | issue_to_patch | [bsp][nxp]: remove duplicate imxrt sdk inclusion | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | baed882d37fc7072d43b6b635ce37389a8c1db4c | b6d98ba42f3613840d4877dd5df4da8686b132d1 | diff --git a/bsp/nxp/imx/imxrt/imxrt1021-nxp-evk/SConstruct b/bsp/nxp/imx/imxrt/imxrt1021-nxp-evk/SConstruct
index c9f82d99e0d..26cc29edf19 100644
--- a/bsp/nxp/imx/imxrt/imxrt1021-nxp-evk/SConstruct
+++ b/bsp/nxp/imx/imxrt/imxrt1021-nxp-evk/SConstruct
@@ -78,9 +78,6 @@ objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=... | [
"bsp/nxp/imx/imxrt/imxrt1021-nxp-evk/SConstruct",
"bsp/nxp/imx/imxrt/imxrt1052-atk-commander/SConstruct",
"bsp/nxp/imx/imxrt/imxrt1052-fire-pro/SConstruct",
"bsp/nxp/imx/imxrt/imxrt1052-nxp-evk/SConstruct",
"bsp/nxp/imx/imxrt/imxrt1052-seeed-ArchMix/SConstruct",
"bsp/nxp/imx/imxrt/imxrt1060-nxp-evk/SConst... | [] | true | ||
RT-Thread/rt-thread | 11,419 | issue_to_patch | [feat][ci]: verify bsp dist build | ## 拉取/合并请求描述:(PR description)
[
#### 为什么提交这份PR (why to submit this PR)
当前 `bsp_buildings.yml` 只验证了 BSP 原工程是否可以通过 `scons` 编译,但没有验证 `scons --dist` 打包后的分发工程是否仍然可以编译。这样如果打包逻辑漏拷文件、路径替换异常,或者生成的 `dist/project` 依赖了仓库根目录,CI 不容易及时发现问题。
#### 你的解决方案是什么 (what is your solution)
- 在 BSP 静态构建 CI 中增加 `RTT_CI_BUILD_DIST` 开关,用于启用分发包构... | 633a963007d963ba8f709ce674d85ac9bea13f42 | 17aa324ebad41a758bb6ea8e39596e20a1642fa5 | diff --git a/.github/workflows/bsp_buildings.yml b/.github/workflows/bsp_buildings.yml
index 4cfd33eb385..1dc23d789d3 100644
--- a/.github/workflows/bsp_buildings.yml
+++ b/.github/workflows/bsp_buildings.yml
@@ -257,6 +257,7 @@ jobs:
RTT_BSP: ${{ matrix.legs.RTT_BSP }}
RTT_TOOL_CHAIN: ${{ matrix.... | [
".github/workflows/bsp_buildings.yml",
"bsp/ESP/ESP32_C3/rtconfig.py",
"bsp/ESP/tools/sdk_dist.py",
"bsp/Infineon/tools/sdk_dist.py",
"bsp/allwinner/d1s/rtconfig.py",
"bsp/allwinner/tools/sdk_dist.py",
"bsp/at32/at32f421-start/board/Kconfig",
"bsp/at32/at32m412-start/board/Kconfig",
"bsp/at32/at32m4... | [] | true | ||
RT-Thread/rt-thread | 11,405 | issue_to_patch | [bsp][stm32]:Fix dependencies in ARDUINO | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | ad205d2bf36f009a723288638f22fd162e6f327f | 4b7bb60a8da2c1ac3157854cebfb6aa96cae0086 | diff --git a/bsp/stm32/stm32f411-weact-blackpill/board/Kconfig b/bsp/stm32/stm32f411-weact-blackpill/board/Kconfig
index 691cabbf34b..13e390fec47 100644
--- a/bsp/stm32/stm32f411-weact-blackpill/board/Kconfig
+++ b/bsp/stm32/stm32f411-weact-blackpill/board/Kconfig
@@ -10,6 +10,7 @@ menu "Onboard Peripheral Drivers"
... | [
"bsp/stm32/stm32f411-weact-blackpill/board/Kconfig"
] | [] | true | ||
RT-Thread/rt-thread | 11,418 | issue_to_patch | [bsp][esp]:fix esp32_c3 ci err | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | 689e268603e293d63d81a291529d851bb3a41ae4 | 2096ff67f4f191d6bf07993f51bcffc8bcc92b12 | diff --git a/bsp/ESP/ESP32_C3/Kconfig b/bsp/ESP/ESP32_C3/Kconfig
index 49c80301b3b..98d353037c4 100644
--- a/bsp/ESP/ESP32_C3/Kconfig
+++ b/bsp/ESP/ESP32_C3/Kconfig
@@ -2,7 +2,7 @@ mainmenu "RT-Thread Configuration"
BSP_DIR := .
-RTT_DIR := ../..
+RTT_DIR := ../../..
PKGS_DIR := packages
diff --git a/bsp/ESP/... | [
"bsp/ESP/ESP32_C3/Kconfig",
"bsp/ESP/ESP32_C3/SConstruct"
] | [] | true | ||
RT-Thread/rt-thread | 11,386 | issue_to_patch | [tools]: reject unicode dash options | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | 5b5bd39402aa62fc77367e5a1c165f20c8205484 | af0418e5d5693b3e021163573dd2a00069812ee1 | diff --git a/tools/building.py b/tools/building.py
index 6b8c350d7f0..801db1aa4d3 100644
--- a/tools/building.py
+++ b/tools/building.py
@@ -48,6 +48,54 @@
Rtt_Root = ''
Env = None
+def _as_unicode(value):
+ try:
+ unicode
+ except NameError:
+ return value if isinstance(value, str) else str(val... | [
"tools/building.py"
] | [] | true | ||
RT-Thread/rt-thread | 11,335 | issue_to_patch | [action][utest]:Expand kernel auto-run matrix and sync test configs | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | 96c0ce2de4b8a8c74081cc1bdc36dddfbd6f1b16 | 1ab2d7328122e5905bca9c8d73059201923c9d7a | diff --git a/examples/utest/configs/kernel/ipc.cfg b/examples/utest/configs/kernel/ipc.cfg
index 3db6e14f8c9..7ad79b0e259 100644
--- a/examples/utest/configs/kernel/ipc.cfg
+++ b/examples/utest/configs/kernel/ipc.cfg
@@ -9,6 +9,9 @@ CONFIG_RT_UTEST_SIGNAL=y
CONFIG_RT_UTEST_MUTEX=y
CONFIG_RT_UTEST_MAILBOX=y
+CONFIG_... | [
".github/workflows/utest_auto_run.yml",
"examples/utest/configs/kernel/ipc.cfg",
"examples/utest/configs/kernel/kernel_basic.cfg",
"src/utest/object_tc.c",
"src/utest/perf/thread_mbox_tc.c",
"src/utest/thread_overflow_tc.c"
] | [] | diff --git a/.github/workflows/utest_auto_run.yml b/.github/workflows/utest_auto_run.yml
index df56f699d5b..f614652d231 100644
--- a/.github/workflows/utest_auto_run.yml
+++ b/.github/workflows/utest_auto_run.yml
@@ -59,14 +59,51 @@ jobs:
- "default.cfg"
include:
- # only run on qemu-vexp... | true | |
RT-Thread/rt-thread | 11,365 | issue_to_patch | [ci]: restrict utest workflow triggers | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | 3550a8b9ad2d6971c3cfa0ae812ab728ab2f3faa | aff7845a6209f4bee9d3604a2ba098913966740f | [
".github/workflows/utest_auto_run.yml"
] | [] | diff --git a/.github/workflows/utest_auto_run.yml b/.github/workflows/utest_auto_run.yml
index df56f699d5b..3d0af75c9a3 100644
--- a/.github/workflows/utest_auto_run.yml
+++ b/.github/workflows/utest_auto_run.yml
@@ -7,17 +7,41 @@ on:
push:
branches:
- master
- paths-ignore:
- - documentation/**
... | true | ||
RT-Thread/rt-thread | 11,430 | issue_to_patch | [BSP][NS800RT7P65] Remove Keil AC5 feature support | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | cfda3b3d1a9935dd14dcb55e43065ca143d68fcf | b0fb4c987134b1f1148ea459dd3bdc5fd441b3f9 | diff --git a/bsp/novosns/ns800/ns800rt7p65-nssinepad/rtconfig.py b/bsp/novosns/ns800/ns800rt7p65-nssinepad/rtconfig.py
index a91646f707f..b43e90363dc 100644
--- a/bsp/novosns/ns800/ns800rt7p65-nssinepad/rtconfig.py
+++ b/bsp/novosns/ns800/ns800rt7p65-nssinepad/rtconfig.py
@@ -19,9 +19,6 @@
PLATFORM = 'gcc'
... | [
"bsp/novosns/ns800/ns800rt7p65-nssinepad/rtconfig.py"
] | [] | true | ||
RT-Thread/rt-thread | 11,427 | issue_to_patch | [BSP][NS800RT7P65] Add SPI functionality | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | 99dcb22f711718c6cf4f90525031ea5d1bb65ed5 | 00f055b3a1c3e03f63696f24f57c294a9bd078ad | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
index 994c5dcf632..9c90f5f9c11 100644
--- a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
@@ -22,6 +22,9 @@ i... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript",
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_spi.c",
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_spi.h",
"bsp/novosns/ns800/ns800rt7p65-nssinepad/.ci/attachconfig/ci.attachconfig.yml",
"bsp/novosns/ns800/ns800rt7p65-nssinepad/boa... | [] | true | ||
RT-Thread/rt-thread | 11,406 | issue_to_patch | [bsp][rdk s100] Add the RDK S100 BSP | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | 3345bbc4232780d92d8c00de7a50c125533bef57 | fade8a90984f486e5ab97f4ffc18d4e09f6ae0d1 | diff --git a/.github/ALL_BSP_COMPILE.json b/.github/ALL_BSP_COMPILE.json
index 01d68bc74fd..b129c97bfde 100644
--- a/.github/ALL_BSP_COMPILE.json
+++ b/.github/ALL_BSP_COMPILE.json
@@ -525,6 +525,13 @@
"SUB_RTT_BSP": [
"novosns/ns800/ns800rt7p65-nssinepad"
]
+ },
+ {
+ "RTT_BSP": "RDK"... | [
".github/ALL_BSP_COMPILE.json",
"bsp/rdk/s100/.config",
"bsp/rdk/s100/Kconfig",
"bsp/rdk/s100/README.md",
"bsp/rdk/s100/SConscript",
"bsp/rdk/s100/SConstruct",
"bsp/rdk/s100/applications/SConscript",
"bsp/rdk/s100/applications/main.c",
"bsp/rdk/s100/board/SConscript",
"bsp/rdk/s100/board/board.c",... | [] | diff --git a/bsp/rdk/s100/drivers/utest/test_can.c b/bsp/rdk/s100/drivers/utest/test_can.c
new file mode 100644
index 00000000000..734c1a766aa
--- /dev/null
+++ b/bsp/rdk/s100/drivers/utest/test_can.c
@@ -0,0 +1,227 @@
+/*
+ * Copyright (c) 2006-2026, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2... | true | |
RT-Thread/rt-thread | 11,437 | issue_to_patch | [BSP][NS800RT7P65] Add ADC driver support | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | 3932b77c6412b6636de363912c38d41ef8066cc9 | 57aa0ba1451d890dba1019aeb2cecb3215496d19 | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
index 9c90f5f9c11..312e99602c7 100644
--- a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
@@ -19,6 +19,9 @@ i... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript",
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_adc.c",
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_adc.h",
"bsp/novosns/ns800/ns800rt7p65-nssinepad/.ci/attachconfig/ci.attachconfig.yml",
"bsp/novosns/ns800/ns800rt7p65-nssinepad/REA... | [
{
"comment": "[bug/问题]: Undefining __ADC_H__ after including vendor adc.h can break include guards and cause redefinition compile errors.\n\nEnglish: drv_adc.h includes <rtdevice.h> (which may include RT-Thread's drivers/adc.h guarded by __ADC_H__), then undefines __ADC_H__, includes vendor \"adc.h\", and undef... | true | ||
RT-Thread/rt-thread | 11,439 | issue_to_patch | [Feature] CI编译看护完善
### Describe problem solved by the proposed feature
ci看护编译存在编译错误无法正确捕获的问题
<img width="1415" height="649" alt="Image" src="https://github.com/user-attachments/assets/196d063a-deb7-413e-87a3-18d226a2d81d" />
### Describe your preferred solution
_No response_
### Describe possible alternatives
_N... | ci: tighten BSP build failure detection | ## 拉取/合并请求描述:(PR description)
[
#### 为什么提交这份PR (why to submit this PR)
当前 BSP CI 编译看护存在失败未被正确传递的问题:部分前置命令、后置命令或构建结果检查只打印错误日志,但不会影响最终退出码;同时当 SCons 报告缺少 `SConstruct` / `SConscript` 等构建入口文件时,脚本也可能没有稳定地把该问题转成 CI 失败。
本 PR 用于完善 CI 编译失败捕获,解决 issue #11399。
Fixes #11399
#### 你的解决方案是什么 (what is your solution)
- 在 BSP 构建前检查... | 38ac0718ecc579b00c43f8d41a988efcb65be5ca | 951a33221e3158b39801fcb17a57881ac953193c | diff --git a/tools/ci/bsp_buildings.py b/tools/ci/bsp_buildings.py
index eb0de0434d1..7a4c8fc4763 100644
--- a/tools/ci/bsp_buildings.py
+++ b/tools/ci/bsp_buildings.py
@@ -18,12 +18,63 @@
import multiprocessing
import yaml
+SCONS_FATAL_PATTERNS = (
+ re.compile(r'No SConstruct file found', re.IGNORECASE),
+ ... | [
"tools/ci/bsp_buildings.py",
"tools/ci/compile_bsp_with_drivers.py"
] | [] | true | |
RT-Thread/rt-thread | 11,433 | issue_to_patch | [action]Add Labeler to BSP. | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | 196a6f44cdb85ca8e89d8d464800ec05636dae67 | 9f6229f6b5127c2d49b3674878d69977afa2053e | diff --git a/.github/labeler.yml b/.github/labeler.yml
index 324f3f0a868..f8aec31bdc1 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -51,6 +51,30 @@ BSP:
- changed-files:
- any-glob-to-any-file: bsp/wch/**
+'BSP: Raspberry-Pi':
+- changed-files:
+ - any-glob-to-any-file: bsp/raspberry-pi/**
+
+'BS... | [
".github/labeler.yml"
] | [] | true | ||
RT-Thread/rt-thread | 11,333 | issue_to_patch | [bsp][cvitek] fix timer clock frequency for 25MHz crystal | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | ae5b5ed1821b7a9ddcafa024856252fd724634f4 | b6e5c6df8243add9e05fb39dbe60496eb1d2dbb3 | diff --git a/bsp/cvitek/c906_little/board/board.c b/bsp/cvitek/c906_little/board/board.c
index 31790dcc444..21418d9dce4 100755
--- a/bsp/cvitek/c906_little/board/board.c
+++ b/bsp/cvitek/c906_little/board/board.c
@@ -16,7 +16,7 @@
rt_uint64_t rt_hw_get_clock_timer_freq(void)
{
- return 245000000ULL;
+ return ... | [
"bsp/cvitek/c906_little/board/board.c",
"bsp/cvitek/cv18xx_risc-v/board/board.c"
] | [] | true | ||
RT-Thread/rt-thread | 11,364 | issue_to_patch | [bsp][nuvoton]:fix nuvoton ci err | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | 3550a8b9ad2d6971c3cfa0ae812ab728ab2f3faa | 8245bac95f065e0a6e2c80f2ba5ebc0dfe7c4068 | diff --git a/bsp/nuvoton/libraries/n9h30/rtt_port/Kconfig b/bsp/nuvoton/libraries/n9h30/rtt_port/Kconfig
index a05652a923e..1f8df1448ae 100644
--- a/bsp/nuvoton/libraries/n9h30/rtt_port/Kconfig
+++ b/bsp/nuvoton/libraries/n9h30/rtt_port/Kconfig
@@ -4,7 +4,7 @@ config SOC_SERIES_N9H30
select SOC_FAMILY_NUMICRO
... | [
"bsp/nuvoton/libraries/n9h30/rtt_port/Kconfig",
"bsp/nuvoton/libraries/nuc980/rtt_port/Kconfig",
"bsp/nuvoton/nk-980iot/.config",
"bsp/nuvoton/nk-980iot/SConstruct",
"bsp/nuvoton/nk-980iot/rtconfig.h",
"bsp/nuvoton/nk-n9h30/.config",
"bsp/nuvoton/nk-n9h30/SConstruct",
"bsp/nuvoton/nk-n9h30/rtconfig.h"... | [] | true | ||
RT-Thread/rt-thread | 11,385 | issue_to_patch | [bsp][gd32]:remove gd32f527 CMSIS pack | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | ecf2409904bc3b2c081de7c98042d38bfc6eb95d | 87618f3882c5cbf24b324b54161d3173a9dfab8a | diff --git a/bsp/gd32/arm/gd32527I-eval/project.uvprojx b/bsp/gd32/arm/gd32527I-eval/project.uvprojx
index 60e8597b8e4..f1eff5aff55 100644
--- a/bsp/gd32/arm/gd32527I-eval/project.uvprojx
+++ b/bsp/gd32/arm/gd32527I-eval/project.uvprojx
@@ -1,42 +1,46 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Projec... | [
"bsp/gd32/arm/gd32527I-eval/project.uvprojx",
"bsp/gd32/arm/gd32527I-eval/template.uvprojx"
] | [] | true | ||
RT-Thread/rt-thread | 11,423 | issue_to_patch | [BSP] [NS800RT7P65]Feature/optimize ns800 uart Drive | ## 拉取/合并请求描述:(PR description)
[
#### 为什么提交这份PR (why to submit this PR)
1. 为NS800RT7P65的Uart驱动新增Kconfig配置,用户可以直接通过menuconfig配置串口波特率、停止位等信息;
2. 修复NS800RT7P65Uart Drive在低波特率情况下,严重丢失报文的问题;
3. 所有提交均本地测试无问题;
#### 你的解决方案是什么 (what is your solution)
1. Kconfig中添加波特率配置选项、Uart Drive增加波特率等相关配置的宏,覆盖默认配置;
2. 按系统 tick 等待 ... | cfda3b3d1a9935dd14dcb55e43065ca143d68fcf | 47a71780a8b090d12fea9ab7c0a6893af7480307 | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_uart.c b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_uart.c
index 76c084038a0..181a427c227 100644
--- a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_uart.c
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_uart.c
@@ -46,6 +46,29 @@
... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_uart.c",
"bsp/novosns/ns800/ns800rt7p65-nssinepad/board/Kconfig"
] | [
{
"comment": "The semantic meaning of `tx_block_timeout` has silently changed. In the previous implementation it was a count of busy-loop iterations; now `ns800_wait_tx_space` interprets the same field as milliseconds and passes it through `rt_tick_from_millisecond`. The default `BSP_NS800_UART_TX_TIMEOUT` is s... | true | ||
RT-Thread/rt-thread | 11,413 | issue_to_patch | [bsp][Novosense] optimize ECAP driver | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | cfda3b3d1a9935dd14dcb55e43065ca143d68fcf | 05afd882dd856d6ef934a2eb8a513e3b9826ec93 | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_ecap.c b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_ecap.c
index aca167fc794..656e10eff95 100644
--- a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_ecap.c
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_ecap.c
@@ -18,21 +18,163 @... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_ecap.c",
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_ecap.h",
"bsp/novosns/ns800/ns800rt7p65-nssinepad/.ci/attachconfig/ci.attachconfig.yml",
"bsp/novosns/ns800/ns800rt7p65-nssinepad/.config",
"bsp/novosns/ns800/ns800rt7p65-nssinepad/board/Kconfi... | [] | true | ||
RT-Thread/rt-thread | 11,422 | issue_to_patch | fix: 修复 IAR 编译器下缺少内建函数导致的编译错误 | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | cfda3b3d1a9935dd14dcb55e43065ca143d68fcf | e783faa1f314d770df66dd3bd422354d18a53174 | diff --git a/libcpu/arm/cortex-m4/cpuport.c b/libcpu/arm/cortex-m4/cpuport.c
index 69bcc4c6d9e..c78c75bd55d 100644
--- a/libcpu/arm/cortex-m4/cpuport.c
+++ b/libcpu/arm/cortex-m4/cpuport.c
@@ -455,7 +455,9 @@ rt_inline rt_uint32_t rt_hw_get_ipsr(void)
__asm volatile ("MRS %0, ipsr" : "=r" (result) );
return(r... | [
"libcpu/arm/cortex-m4/cpuport.c"
] | [] | true | ||
RT-Thread/rt-thread | 11,432 | issue_to_patch | [components][drivers][usb] add the missing file and fix build error for cherryusb | …or cherryusb
## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写... | c6eb181a1f6bfa649bf1efcc79842b07a24dab84 | 23e5ba41f6be9190bb8e4eceb7a4ca723e870aee | diff --git a/.gitignore b/.gitignore
index 101a559ab55..c59a1454166 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,6 +63,7 @@ vdso.lds
# cherryusb libraries
!components/drivers/usb/cherryusb/port/pusb2/*.a
!components/drivers/usb/cherryusb/port/xhci/phytium/*.a
+!components/drivers/usb/cherryusb/platform/rtthread
... | [
".gitignore",
"components/drivers/usb/cherryusb/SConscript",
"components/drivers/usb/cherryusb/class/adb/usbd_adb.c",
"components/drivers/usb/cherryusb/platform/rtthread/rt_usb_check.c",
"components/drivers/usb/cherryusb/platform/rtthread/rt_usb_msh.c",
"components/drivers/usb/cherryusb/platform/rtthread/... | [] | true | ||
RT-Thread/rt-thread | 11,395 | issue_to_patch | [novosns][ns800][drivers] 增加 TIM 硬件定时器支持 | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | 89f6931c9ab3134b9127ea7d10348dfee358099c | cce8a65b06aa1868d5b893b4e2e20bb63eeafc6e | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
index 6f2f6c5427a..994c5dcf632 100644
--- a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript
@@ -19,6 +19,9 @@ i... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript",
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_timer.c",
"bsp/novosns/ns800/ns800rt7p65-nssinepad/board/Kconfig"
] | [
{
"comment": "[custom/自定义-1000000]: PR title prefix format / PR 标题前缀格式\n\nEnglish: The PR title \"ns800 增加硬件定时器\" doesn’t follow RT-Thread’s required lowercase prefix format like `[module][subsystem] Description`. Based on the touched files under `bsp/novosns/ns800/...`, a more standard title would be similar t... | true | ||
RT-Thread/rt-thread | 11,395 | comment_to_fix | [novosns][ns800][drivers] 增加 TIM 硬件定时器支持 | [custom/自定义-1000000]: PR title prefix format / PR 标题前缀格式
English: The PR title "ns800 增加硬件定时器" doesn’t follow RT-Thread’s required lowercase prefix format like `[module][subsystem] Description`. Based on the touched files under `bsp/novosns/ns800/...`, a more standard title would be similar to `[novosns][drivers] Add ... | 89f6931c9ab3134b9127ea7d10348dfee358099c | cce8a65b06aa1868d5b893b4e2e20bb63eeafc6e | diff --git a/bsp/novosns/ns800/ns800rt7p65-nssinepad/board/Kconfig b/bsp/novosns/ns800/ns800rt7p65-nssinepad/board/Kconfig
index c4bbdf3080b..e3ca09b5736 100644
--- a/bsp/novosns/ns800/ns800rt7p65-nssinepad/board/Kconfig
+++ b/bsp/novosns/ns800/ns800rt7p65-nssinepad/board/Kconfig
@@ -105,4 +105,23 @@ menu "On-chip Peri... | [
"bsp/novosns/ns800/ns800rt7p65-nssinepad/board/Kconfig"
] | [
{
"comment": "[custom/自定义-1000000]: PR title prefix format / PR 标题前缀格式\n\nEnglish: The PR title \"ns800 增加硬件定时器\" doesn’t follow RT-Thread’s required lowercase prefix format like `[module][subsystem] Description`. Based on the touched files under `bsp/novosns/ns800/...`, a more standard title would be similar t... | true | ||
RT-Thread/rt-thread | 11,395 | comment_to_fix | [novosns][ns800][drivers] 增加 TIM 硬件定时器支持 | [codebase_conventions/代码库约定]: Kconfig indentation uses tabs / Kconfig 缩进使用了 tab
English: The newly added Kconfig block uses tab indentation (e.g., lines around `menuconfig BSP_USING_TIM`), while surrounding entries in this file use spaces. Please switch to consistent 4-space indentation to match the existing style in ... | 89f6931c9ab3134b9127ea7d10348dfee358099c | cce8a65b06aa1868d5b893b4e2e20bb63eeafc6e | diff --git a/bsp/novosns/ns800/ns800rt7p65-nssinepad/board/Kconfig b/bsp/novosns/ns800/ns800rt7p65-nssinepad/board/Kconfig
index c4bbdf3080b..e3ca09b5736 100644
--- a/bsp/novosns/ns800/ns800rt7p65-nssinepad/board/Kconfig
+++ b/bsp/novosns/ns800/ns800rt7p65-nssinepad/board/Kconfig
@@ -105,4 +105,23 @@ menu "On-chip Peri... | [
"bsp/novosns/ns800/ns800rt7p65-nssinepad/board/Kconfig"
] | [
{
"comment": "[codebase_conventions/代码库约定]: Kconfig indentation uses tabs / Kconfig 缩进使用了 tab\n\nEnglish: The newly added Kconfig block uses tab indentation (e.g., lines around `menuconfig BSP_USING_TIM`), while surrounding entries in this file use spaces. Please switch to consistent 4-space indentation to matc... | true | ||
RT-Thread/rt-thread | 11,395 | comment_to_fix | [novosns][ns800][drivers] 增加 TIM 硬件定时器支持 | [bug/缺陷]: `state` parameter is ignored in clock timer init / clock timer 初始化忽略了 state 参数
English: `ns800_clock_timer_init()` ignores the `state` argument. The core calls `ops->init(timer, 1)` on init and `ops->init(timer, 0)` on close, so the driver should use `state` to enable/disable hardware resources (e.g., disabl... | 89f6931c9ab3134b9127ea7d10348dfee358099c | cce8a65b06aa1868d5b893b4e2e20bb63eeafc6e | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_timer.c b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_timer.c
new file mode 100644
index 00000000000..683d8888a08
--- /dev/null
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_timer.c
@@ -0,0 +1,288 @@
+/*
+ * Copyright (c) 2006-2025, R... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_timer.c"
] | [
{
"comment": "[bug/缺陷]: `state` parameter is ignored in clock timer init / clock timer 初始化忽略了 state 参数\n\nEnglish: `ns800_clock_timer_init()` ignores the `state` argument. The core calls `ops->init(timer, 1)` on init and `ops->init(timer, 0)` on close, so the driver should use `state` to enable/disable hardware... | true | ||
RT-Thread/rt-thread | 11,395 | comment_to_fix | [novosns][ns800][drivers] 增加 TIM 硬件定时器支持 | [maintainability/可维护性]: Redundant/mis-indented `break` in control switch / control 分支存在多余且缩进异常的 break
English: In `ns800_clock_timer_control()`, the `CLOCK_TIMER_CTRL_FREQ_SET` case contains two consecutive `break;` statements and one is mis-indented. Please remove the redundant `break` and fix indentation to avoid co... | 89f6931c9ab3134b9127ea7d10348dfee358099c | cce8a65b06aa1868d5b893b4e2e20bb63eeafc6e | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_timer.c b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_timer.c
new file mode 100644
index 00000000000..683d8888a08
--- /dev/null
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_timer.c
@@ -0,0 +1,288 @@
+/*
+ * Copyright (c) 2006-2025, R... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_timer.c"
] | [
{
"comment": "[maintainability/可维护性]: Redundant/mis-indented `break` in control switch / control 分支存在多余且缩进异常的 break\n\nEnglish: In `ns800_clock_timer_control()`, the `CLOCK_TIMER_CTRL_FREQ_SET` case contains two consecutive `break;` statements and one is mis-indented. Please remove the redundant `break` and fix... | true | ||
RT-Thread/rt-thread | 11,395 | comment_to_fix | [novosns][ns800][drivers] 增加 TIM 硬件定时器支持 | [maintainability/可维护性]: Registration result is ignored and init prints unconditionally / 未检查注册返回值且初始化阶段无条件打印
English: `rt_clock_timer_register()` returns `rt_err_t`, but its return value is ignored and the code always prints `"register ok"`. Please check the return value and only log success when it actually succeeds;... | 89f6931c9ab3134b9127ea7d10348dfee358099c | cce8a65b06aa1868d5b893b4e2e20bb63eeafc6e | diff --git a/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_timer.c b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_timer.c
new file mode 100644
index 00000000000..683d8888a08
--- /dev/null
+++ b/bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_timer.c
@@ -0,0 +1,288 @@
+/*
+ * Copyright (c) 2006-2025, R... | [
"bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_timer.c"
] | [
{
"comment": "[maintainability/可维护性]: Registration result is ignored and init prints unconditionally / 未检查注册返回值且初始化阶段无条件打印\n\nEnglish: `rt_clock_timer_register()` returns `rt_err_t`, but its return value is ignored and the code always prints `\"register ok\"`. Please check the return value and only log success ... | true | ||
RT-Thread/rt-thread | 11,416 | issue_to_patch | [bsp][esp32]: reorganize ESP32C3 BSP layout | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | d4f4c50b9e60223078a7178e47d338ca484bcbc0 | 4851acf2f92b4e8112be7c2ee89b2f5ef46000d3 | diff --git a/.github/ALL_BSP_COMPILE.json b/.github/ALL_BSP_COMPILE.json
index b129c97bfde..5f20ba39c18 100644
--- a/.github/ALL_BSP_COMPILE.json
+++ b/.github/ALL_BSP_COMPILE.json
@@ -457,7 +457,7 @@
"RTT_BSP": "ESP32C3",
"RTT_TOOL_CHAIN": "sourcery-riscv32-esp32",
"SUB_RTT_BSP": [
- "ESP32... | [
".github/ALL_BSP_COMPILE.json",
"bsp/ESP/ESP32_C3/.ci/attachconfig/ci.attachconfig.yml",
"bsp/ESP/ESP32_C3/.config",
"bsp/ESP/ESP32_C3/Kconfig",
"bsp/ESP/ESP32_C3/README.md",
"bsp/ESP/ESP32_C3/README_ZH.md",
"bsp/ESP/ESP32_C3/SConscript",
"bsp/ESP/ESP32_C3/SConstruct",
"bsp/ESP/ESP32_C3/builtin_imgs... | [] | true | ||
RT-Thread/rt-thread | 11,356 | issue_to_patch | rt-smart kernel assert fail after exec failure before task startup | When msh tries to execute a non-ELF path, lwp_execve() may allocate a PID before lwp_load() fails. The old error path only dropped the LWP reference, leaving the PID tree entry pointing to a freed LWP.
In an init-less boot flow, this can poison pid 1 after a failed command from msh. A later LWP launch may then treat... | b4436e9b2e93be155090cfcb8e8bafa39d436137 | 0f906993b8b17088af06e4b25ee74c2c158bc24c | diff --git a/components/lwp/lwp.c b/components/lwp/lwp.c
index 4e589788993..f3841bb4c10 100644
--- a/components/lwp/lwp.c
+++ b/components/lwp/lwp.c
@@ -514,14 +514,14 @@ pid_t lwp_execve(char *filename, int debug, int argc, char **argv, char **envp)
if ((tid = lwp_tid_get()) == 0)
{
- lwp_ref_dec(lw... | [
"components/lwp/lwp.c",
"components/lwp/lwp_pid.c",
"components/lwp/lwp_pid.h"
] | [] | true | ||
RT-Thread/rt-thread | 11,396 | issue_to_patch | [新手任务]为posix_signal.c文件中的signal函数进行注释 | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | 89f6931c9ab3134b9127ea7d10348dfee358099c | 986680a3c8333abb2ec245f1d6c58fd5bbdf5a85 | diff --git a/components/libc/posix/signal/posix_signal.c b/components/libc/posix/signal/posix_signal.c
index 780d872faf4..90850b5dd03 100644
--- a/components/libc/posix/signal/posix_signal.c
+++ b/components/libc/posix/signal/posix_signal.c
@@ -18,6 +18,24 @@
#define sig_valid(sig_no) (sig_no >= 0 && sig_no < RT_S... | [
"components/libc/posix/signal/posix_signal.c"
] | [] | true | ||
RT-Thread/rt-thread | 7,306 | issue_to_patch | [HUST CSE] Modify invalid link | ## 拉取/合并请求描述:(PR description)
[
<!-- 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。**
The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.
请在这里填写您的PR描述,可以包括以下之一的内... | a25d3fd30133e7ff0087e63b3794bdf6463ca26b | c8267b68940b9e760d24fa803ec519adf8196280 | diff --git a/bsp/wch/risc-v/ch32v208w-r0/CH32V208W-R0 Getting Started Guide.md b/bsp/wch/risc-v/ch32v208w-r0/CH32V208W-R0 Getting Started Guide.md
index 3dabcfc9d5a..e925f76edc0 100644
--- a/bsp/wch/risc-v/ch32v208w-r0/CH32V208W-R0 Getting Started Guide.md
+++ b/bsp/wch/risc-v/ch32v208w-r0/CH32V208W-R0 Getting Started ... | [
"bsp/wch/risc-v/ch32v208w-r0/CH32V208W-R0 Getting Started Guide.md"
] | [] | true | ||
RT-Thread/rt-thread | 11,384 | issue_to_patch | [CHG]增强MBR分区表加载的安全性 | ## 拉取/合并请求描述:(PR description)
[
#### 为什么提交这份PR (why to submit this PR)
增强MBR分区表加载的安全性
#### 你的解决方案是什么 (what is your solution)
新增安全检查:
- MBR 引导签名验证
- 磁盘容量合法性检查
- 分区起始地址和大小边界检查
#### 请提供验证的bsp和config (provide the config and bsp)
- BSP:
- .config:
- action:
]
### 当前拉取/合并请求的状态 Intent for ... | ecf2409904bc3b2c081de7c98042d38bfc6eb95d | a2504cbeabc8d6d3ff8fa87e638285001f1844ab | diff --git a/components/drivers/block/partitions/dfs.c b/components/drivers/block/partitions/dfs.c
index 3fdad1a1d6a..5fdbb46dce1 100644
--- a/components/drivers/block/partitions/dfs.c
+++ b/components/drivers/block/partitions/dfs.c
@@ -34,6 +34,21 @@ rt_err_t dfs_partition(struct rt_blk_disk *disk)
return res... | [
"components/drivers/block/partitions/dfs.c"
] | [] | true | ||
RT-Thread/rt-thread | 11,372 | issue_to_patch | fix: the dhcp server copies the hardware address (ch... in... | ## Summary
Fix critical severity security issue in `components/net/lwip-dhcpd/dhcp_server_raw.c`.
## Vulnerability
| Field | Value |
|-------|-------|
| **ID** | V-001 |
| **Severity** | CRITICAL |
| **Scanner** | multi_agent_ai |
| **Rule** | `V-001` |
| **File** | `components/net/lwip-dhcpd/dhcp_server_raw.c:269` |
... | 94df46c5fd9a381bd70a521257c7943952054013 | 56ccc4e79e9fab914b966bcfabb372db0507b086 | diff --git a/components/net/lwip-dhcpd/dhcp_server_raw.c b/components/net/lwip-dhcpd/dhcp_server_raw.c
index 9098cbbc912..47b990aea24 100644
--- a/components/net/lwip-dhcpd/dhcp_server_raw.c
+++ b/components/net/lwip-dhcpd/dhcp_server_raw.c
@@ -266,7 +266,7 @@ dhcp_client_alloc(struct dhcp_server *dhcpserver, struct dh... | [
"components/net/lwip-dhcpd/dhcp_server_raw.c"
] | [] | true | ||
RT-Thread/rt-thread | 11,394 | issue_to_patch | Add picolib support to bsp/x86, default to newlib | - add i686-atxhua-picolib-elf-gcc toolchain
- add picolib option to bsp/x86
- add necessary picolib require library
- Elf Size comparison between newib vs picolib
- **newlib** :
```
i686-atxhua-newlib-elf-size rtthread.elf
text data bss dec hex filename
212900 32... | 89f6931c9ab3134b9127ea7d10348dfee358099c | ce5043443e05eef1541d9391f1343150c49e9733 | diff --git a/.github/workflows/manual_dist.yml b/.github/workflows/manual_dist.yml
index 8bf46ed74c2..b9145d165fb 100644
--- a/.github/workflows/manual_dist.yml
+++ b/.github/workflows/manual_dist.yml
@@ -36,6 +36,7 @@ on:
- "gcc"
- "sourcery-riscv32-esp32"
- "i686-x86-newlib"
+ ... | [
".github/workflows/manual_dist.yml",
"bsp/x86/.config",
"bsp/x86/Kconfig",
"bsp/x86/README.md",
"bsp/x86/picolib/SConscript",
"bsp/x86/picolib/picolib_stdio.c",
"bsp/x86/rtconfig.h",
"bsp/x86/rtconfig.py",
"tools/ci/toolchain.sh"
] | [] | true | ||
RVC-Boss/GPT-SoVITS | 2,768 | issue_to_patch | Update Documentation | 本 PR 将更新日志更新至最新进度,调整了部分格式。
> [!Note]
> 详细信息 (DeepSeek 翻译 + Qwen3.5 & 人工校对)
> - 调整中文版本部分格式;
> - 更新多语言 Changelog. | 647935357a9637706fd2ec787fc9f7718370f4a2 | 6cd768ff790193bc1f6b2074282f79b29bad696d | diff --git a/docs/cn/Changelog_CN.md b/docs/cn/Changelog_CN.md
index cea122527..859629f37 100644
--- a/docs/cn/Changelog_CN.md
+++ b/docs/cn/Changelog_CN.md
@@ -594,11 +594,11 @@
- 内容: 修复实验名结尾出现空格在win中路径不正确的问题
- 类型: 修复
- 提交: RVC-Boss
-- 2025.06.10 [Commit#746cb536](https://github.com/RVC-Boss/GPT-SoVITS/commit... | [
"docs/cn/Changelog_CN.md",
"docs/en/Changelog_EN.md",
"docs/ja/Changelog_JA.md",
"docs/ko/Changelog_KO.md",
"docs/tr/Changelog_TR.md"
] | [] | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.