RT-Thread Daily Intelligence Report (2026-09-02)
Research window: Past 24 hours (2026-09-01 11:18 ~ 2026-09-02 11:18 Beijing Time) Sources: RT-Thread official news API, GitHub (org: RT-Thread / main repo commits+PR / packages index / topic:rt-thread ecosystem repos), Google News aggregation (zh-CN / en-US, via proxy), etc. (see Appendix: Source Verification Table for details)
Index
- I. Kernel and Version Updates
- Main repo merges [utest][rtc]: New RTC time and alarm test cases added (09-01)
- II. Official and Community Activities
- Official news API sees no new entries for the thirteenth consecutive day; elexcon 2026 countdown begins (09-02)
- III. Ecosystem and Vendor Adaptation
- packages: Fudan Microelectronics FM33LG0xx FL Library package enters index; companion BSP still pending merge (09-01)
- packages: CANopenNode port package officially enters the official package index (09-01)
- In progress: Tencent IoT SDK package configuration update PR awaiting review (09-02)
- IV. Industry Applications
- EET-China publishes article: Hands-on notes on deploying YOLO-Fastest on Ethos-U55 NPU (09-01)
- V. Summary and Trend Observations
- Appendix: Source Verification Table
I. Kernel and Version Updates
1.1 Main repo merges [utest][rtc]: New RTC time and alarm test cases added
Date: 2026-09-01 (merged 13:36 Beijing Time) Source: PR #11755 (merge commit b1e8365, merged by maintainer Rbb666)
Following yesterday’s robustness batch of 4 PRs (MPU permissions / net sal release / PWM utest / Renesas CAN FD), the only merge in the main repo window is this test coverage completion: two new test case groups under the components/drivers/rtc/utest/ directory — RTC time tests (rtc_time_tc.c) and alarm tests (rtc_alarm_tc.c) — hooked up and enabled in the RTC driver’s Kconfig / SConscript and the components/utilities/utest master configuration. The RTC driver previously had no dedicated test cases in the utest system; this commit gives time and alarm functionality automated regression capability, continuing the recent kernel-side theme of “test coverage completion”; no major feature merges were seen in the window.
II. Official and Community Activities
2.1 Official news API sees no new entries for the thirteenth consecutive day; elexcon 2026 countdown begins
Date: 2026-09-02 Source: RT-Thread official news API
The official news API (rt_org category) still shows 5 old entries, the latest still being the 2026-06-17 Abu Dhabi investment forum report — no new entries for the thirteenth consecutive day. Multiple gnews supplementary queries (RT-Thread when:3d in Chinese and English, RT-Thread 睿赛德 when:3d, 睿擎派 OR 睿擎 when:3d): the English query still returns “RT” word-splitting noise such as Rotten Tomatoes ratings / SCALR AI; the Chinese query only hits the EET-China tutorial entry indexed today; the 睿擎 query returns nothing. The next official external window is elexcon 2026 in Shenzhen on September 9-11 (RT-Thread 睿赛德 exhibiting, showcasing its full AI hardware lineup; the 8-30 preview has already been indexed), one week out from the show; the continued quiet period is expected.
III. Ecosystem and Vendor Adaptation
3.1 packages: Fudan Micro FM33LG0xx FL Library package enters the index, companion BSP still pending merge
Date: 2026-09-01 (merged 11:40) Source: RT-Thread/packages PR #2030
Added the official FL driver library package fm33lg0xx_fl_library for Fudan Microelectronics’ FM33LG0xx series MCUs, with index versions selectable as v2.3.5 / latest, placed under the peripherals/hal-sdk/fm33/ path, consistent with the existing system of domestic vendor HAL driver packages (hal-sdk directory). The PR notes it is intended for use with rt-thread/bsp/fm33lg026 — that BSP is planned to be changed to depend on this package, but the corresponding BSP PR (#11729, created 08-21) is still open, i.e. “package enters the index first, BSP awaits merge into the main repository.” Another example of a domestic low-power MCU vendor (Fudan Micro’s FM33 series is a Cortex-M0+ low-power product line) HAL driver entering the official package system.
3.2 packages: CANopenNode port package officially enters the official package index
Date: 2026-09-01 (merged 16:45) Source: RT-Thread/packages PR #2033, github.com/wdfk-prog/canopennode-rtt
Yesterday’s report noted that the community repository canopennode-rtt was “independent of the official packages index, watching whether it enters the official package system subsequently” — this landed today: the CANopenNode RT-Thread port package submitted by wdfk-prog has officially joined the official index, and users can directly configure, download, and use it via Env/menuconfig (per the PR description). CANopenNode is a well-known international open-source CANopen protocol stack, and this package targets industrial/automotive CANopen communication scenarios. The source repository remained active within the window: on 09-02 11:02 co_rtt_mainline_deadline_min was changed to extern to align with mainline scheduling, and on 09-01 15:14 temporary test naming was removed and documentation refreshed (the event-driven mainline scheduling at 08:54 was already covered yesterday). A community project being promoted to the official index verifies that the community → official package path is unobstructed.
3.3 In progress: Tencent IoT SDK package configuration update PR awaiting review
Date: 2026-09-02 (created 10:17, open) Source: RT-Thread/packages PR #2034
A new PR #2034 has been opened in the packages index: updating the Tencent IoT SDK package configuration, currently open and awaiting merge. Tencent Cloud IoT access is a commonly used package in IoT scenarios; details of the configuration update will be observed after merge, recorded as an in-progress development.
IV. Industry Applications
4.1 EET-China article: Hands-on notes on deploying YOLO-Fastest on the Ethos-U55 NPU
Date: 2026-09-01 (published 17:30) Source: Google News aggregation (original site eet-china.com/mp/a521750.html, original site currently unreachable, details based on title and summary)
The Electronic Engineering Album’s “Technology Assembly” column published hands-on notes on porting an AI face recognition algorithm end-to-end from a training environment (PyTorch / TensorFlow) to the Arm Ethos-U55 microNPU platform (targeting MCUs with Ethos-U55 such as the Renesas RA8P1, a common topic in Renesas AI challenges), with core work covering model quantization, accuracy calibration, and the inference deployment pipeline. The article carries EET-China’s RT-Thread tag and was surfaced via an RT-Thread-related query, making it RT-Thread ecosystem edge-AI deployment tutorial content; the only new media-side item within the window. The edge-side NPU inference deployment topic continues its recent popularity (consistent with RT-Thread’s AI hardware direction), and tutorial content has direct value for the developer ecosystem.
V. Summary and Trend Observations
- Kernel side: A single merge within the main repository window ([utest][rtc] RTC time/alarm test completion, 09-01 13:36), continuing the test coverage mainline after yesterday’s robustness batch, with a stable weekday merge cadence and no major features.
- Ecosystem side: The package index’s third consecutive active day — Fudan Micro FM33LG0xx FL library enters the index (domestic MCU HAL driver expansion), the CANopenNode port package is promoted from a community project to the official index (yesterday’s prediction landing), and the Tencent IoT SDK configuration update is in progress; “package ecosystem governance and expansion” is currently the clearest advancing mainline.
- Official side: The official news API has had no additions for 13 consecutive days; the next external window is elexcon 2026 in Shenzhen on September 9-11, now one week away.
- Media side: The only new item within the window is EET-China’s Ethos-U55 + YOLO-Fastest deployment tutorial, with the edge AI deployment topic persisting; Google News’s word-splitting noise for “RT-Thread” remains severe, and media sources should be based on the official API and GitHub.
- Trend over the past three days (08-31 ~ 09-02): RT-Smart POSIX compatibility batch and optparse dual-version governance (08-31) → kernel robustness 4 PRs, CANopenNode event-driven scheduling (09-01 morning) → RTC utest, two packages entering the index, CANopenNode promotion (09-01 afternoon ~ 09-02). The mainline is kernel test coverage completion + package index expansion + industrial communication (CANopen) and edge AI ecosystem advancement, with low-news days dominated by GitHub repository activity.
Appendix: Source Verification Table
| Source | Verification Result |
|---|---|
| RT-Thread official news API | rt_org category still has 5 old entries, latest being the 06-17 Abu Dhabi report, no additions for 13 consecutive days |
| GitHub org: RT-Thread | 2 repositories had pushes within the window: rt-thread (09-01 05:36Z), packages (09-01 08:45Z) |
| rt-thread main repository commits / PR | 1 commit within the window (b1e8365, 09-01 13:36 Beijing); PR #11755 merged; PR #11729 (fm33lg026 BSP) still open |
| rt-thread releases | No new release (latest v5.2.2, 2025-10-31) |
| packages commits / PR | Within the window PR #2030 (fm33lg0xx_fl_library) and #2033 (CANopenNode) merged; #2034 (Tencent IoT SDK) open |
| topic:rt-thread active repositories | Within the window only canopennode-rtt (09-02 11:02 push) |
| Google News (RT-Thread when:3d, en) | Only “RT” word-splitting noise such as Rotten Tomatoes / SCALR AI / HotCars, nothing substantively related |
| Google News (RT-Thread when:3d, zh) | Only EET-China Ethos-U55 YOLO-Fastest hands-on notes (09-01 17:30, already covered) |
| Google News (RT-Thread 睿赛德 when:3d) | Hit a Sina Finance copper-clad laminate industry article (no substantive RT-Thread content, excluded) |
| Google News (睿擎派 OR 睿擎 when:3d) | Empty result |
| Hacker News | Within the window only routine posts such as “Who is hiring”, no RT-Thread-related hits |