RT-Thread Weekly Report (2026-08-12)
Data sources: Aggregated from local daily reports (8/11, 8/12) + supplementary GitHub collection (8/6-8/10 window, rt-thread main repo / RT-Thread/env / packages index) + cross-window coverage backfill. Note: The local daily report system was migrated from the K3 machine on August 11; there are no per-day reports for 8/6-8/10. That interval is based on GitHub commits (committer time) and cross-window coverage from 8/10-8/11, with deduplication and merging applied wherever possible. The latest entry from the official news API is still dated June 17 (roughly a 2-month lag); official developments are corroborated via GitHub and third-party industry media.
I. Kernel and Version Updates
1.1 Intensive Merge of the dm Device Model Framework (This Week’s Highlight)
Date: 2026-08-06 ~ 08-08 Source: rt-thread main repository
RT-Thread’s next-generation device model (dm) framework entered a high-frequency merge period this week, with over a dozen substantive commits landing in three days:
- Networking (8/6): dm ethernet base framework + MACB/DWMAC controller support; phy driver improvements (v2) and a new RTL8211F driver;
- Storage (8/6-8/7): nvme switched to DMA addresses (fixing direct use of CPU physical addresses), nvmem DT bits parsing fix, DW AHCI (ATA) support;
- Other subsystems (8/6-8/8): thermal cooling policy updates, dfs filesystem operation type checks (preventing type-mismatch exceptions), customizable RT_BITS_PER_LONG, ivshmem inter-VM shared memory (virtualization scenarios), graphic updates, ufs fixes, regulator updates, phye adds Mode/State and MIPI D-PHY timing helpers (#11675), clk workflow fix (#11673).
The dm framework covers a complete device-tree driver system spanning networking/storage to clock/power/display. This week’s merge pace shows it has entered the “large-scale driver rollout” phase, making it an important foundation for RT-Thread in high-performance/virtualization scenarios.
1.2 Major NXP BSP Feature Merge: Multicore / HyperRAM / CherryUSB / NETC / etherCAT
Date: 2026-08-10 Source: rt-thread main repository #11672
[BSP][NXP] Add new features of multicore, hyperram, cherryUSB, NETC and etherCAT: The NXP platform BSP adds multicore, HyperRAM, CherryUSB, NETC network controller, Ethernet, and EtherCAT support in one pass. This is a substantial platform capability expansion for i.MX series users; multicore and NETC are directly relevant to industrial/edge gateway scenarios, while EtherCAT echoes the mainline of the RT-Thread industrial platform.
1.3 Renesas RA6W1 BSP Phase 2 “Driver Completion” Merge
Date: 2026-08-11 Source: rt-thread main repository commits
“Complete the basic BSP drivers for ra6w1” (45 files) was merged, filling in peripheral drivers for the Renesas RA6W1 (BLE MCU, Cortex-M33) including ADC, SPI, I2C, PWM, Timer, DMAC, OSPI, and QSPI-PSRAM. Another instance of the vendor BSP two-phase merge pattern: the initial basic BSP was merged on August 5, and phase 2 brings the platform to full peripheral completeness.
1.4 lwIP DHCPD pbuf Leak Fix
Date: 2026-08-12 Source: rt-thread main repository commits
[lwip-dhcpd] Fix pbuf leak for oversized requests: Fixes a pbuf protocol buffer leak in the lwIP built-in DHCP server under oversized request scenarios, improving long-running stability in AP/hotspot mode (smart home gateways, in-vehicle hotspots).
II. Official and Community Activities
2.1 First AI Flight Controller Product Edgi-X Officially Launched and Open for Pre-order
Date: 2026-08-10 (pre-orders opened August 6) Source: EE Times China
RT-Thread’s first AI flight controller product, Edgi-X, has been officially launched and is open for pre-order. Targeting drone/smart aerial vehicle scenarios, it combines RTOS real-time performance, the software package ecosystem, and AI inference capabilities. This marks an important step for RT-Thread in extending from “operating system + ecosystem” to “in-house hardware products,” now entering the commercialization phase.
2.2 2026 RT-Thread University Summer Camp Selected List Released
Date: 2026-08-11 (supplementary admission) Source: EE Times China
The selected list for the 2026 RT-Thread operating system university summer camp has been finalized, with the university developer training pipeline entering the implementation phase.
2.3 RT-Thread Industrial Platform Workshop Preview: August 27, Shanghai
Date: 2026-08-11 (event on August 27) Source: EE Times China
RT-Thread previews the August 27 Shanghai “RT-Thread Industrial Platform Workshop”: themed EtherCAT Real-Time Control and Industrial Solution in Practice, marking the industrial real-time control ecosystem promotion entering the offline implementation phase.
III. Ecosystem and Toolchain
3.1 Env Toolchain Plugin System: Development (8/7-8/8) → Merge (8/12)
Date: 2026-08-07 ~ 08-12 Source: RT-Thread/env PR #284
The most noteworthy toolchain event this week: the Env plugin system completed the full journey from development to merge. On August 7-8, the env repository saw intensive commits (Env plugin lifecycle, CLI plugin examples, WebUI host and plugin examples, WebUI assets packaging), and on August 12, PR #284 (led by founder BernardXiong, 90 files, ~9,600 lines added) was officially merged:
env pluginsubcommand: locally install/uninstall/view plugins, displaying package name, version, signature status, and permission declarations before installation;- epack plugin packaging format: defines the packaging and build process, with a built-in example plugin build-insight-1.0.0, and the plugin API_VERSION=1 solidifying the contract;
env webuicommand: launches a local Env WebUI server.
Env has upgraded from a command-line tool to an extensible plugin platform, reserving standard interfaces for visual interfaces, cloud builds, and third-party tool integration — a structural upgrade to the developer toolchain.
3.2 packages Index: Two Consecutive Edge AI Software Packages Added (8/10, 8/11)
Date: 2026-08-10/11 Source: RT-Thread/packages
- August 10: AIfES added to the index (embedded machine learning library, supporting MCU-level training and inference);
- August 11: lightweight agent framework added to the index ([ai/agent]), and the author information of the ch390 NIC package was fixed on the same day.
The packages index has seen consecutive additions along the “edge AI” main line, and a software stack combining “MCU-level Agent runtime capability + embedded ML” is taking shape.
3.3 Third-Party Ecosystem: canopennode-rtt / gdr / h120d-protocol
Date: 2026-08-11/12 Source: wdfk-prog/canopennode-rtt / flespark/gdr / H4ck3rTR/h120d-protocol
- canopennode-rtt (8/11): community CANopenNode integration package (CANopen industrial fieldbus), not yet in the official index, a third-party incubation project;
- gdr (8/11): GDB RTOS helper framework with 5 consecutive commits, adding RT-Thread mbox/msgq/mempool object extraction and the rtthread help command, giving GDB RT-Thread thread-aware debugging capability;
- h120d-protocol (8/12): Holy Stone H120D drone WiFi protocol reverse-engineering documentation updated, including RT-Thread kernel structure analysis — an ecosystem sample of RT-Thread being widely adopted in consumer drone flight controllers.
IV. Industry Application Special Section (Industrial / Drones)
4.1 Industrial Line: EtherCAT Real-Time Control + Ruiqing Platform Promotion
The August 27 Shanghai Workshop (EtherCAT real-time control and industrial solution hands-on) is a key industrial-line action; combined with the newly added EtherCAT support in the NXP BSP (1.2), the official prior “Ruiqing industrial platform empowering industrial control R&D,” and the appearance at the Abu Dhabi investment forum, industrial scenarios are clearly RT-Thread’s current commercialization main line.
4.2 Drones/Flight Intelligence: Edgi-X Release + Two-Way Ecosystem Echo
The official release of Edgi-X (2.1) marks the realization of the path from “OS vendor → industry hardware product”; drone reverse-engineering projects such as h120d-protocol remain active, indirectly confirming the deepening binding between the consumer drone market and RT-Thread. Penetration in the flight intelligence direction is worth continued tracking.
V. Summary and Trend Observations
- The dm device model framework has entered the driver-rollout stage: over a dozen merges in a week covering networking/storage/clock/power/display/virtualization — the most significant engineering signal on the kernel side this week.
- Toolchain platformization: the Env plugin system completed the development-to-merge loop (env plugin / webui / epack), and developer tools are becoming extensible.
- Edge AI software stack taking shape: AIfES + lightweight agent framework added to the index in succession, with MCU-level AI/Agent capabilities sinking down.
- Dual-track industry commercialization advancing: industrial (EtherCAT/Ruiqing Workshop) and drones/flight (Edgi-X hardware product) pushing forward in parallel.
- Vendor BSP two-phase merge model stable: RA6W1 phase two, NXP major features; NXP delivered in one go including multi-core/networking/EtherCAT, with excellent adaptation quality and cadence.
- Limitations note: there are no daily reports for the 8/6-8/10 interval, so GitHub commits are used as the basis; the official news API continues to lag (6/17); Google News has much noise for “RT-Thread” (gambling/SEO), which has been filtered out.
Appendix: Source List
| No. | Event | Source |
|---|---|---|
| 1 | dm framework dense merge (8/6-8/8) | https://github.com/RT-Thread/rt-thread/commits |
| 2 | NXP BSP new feature #11672 (8/10) | https://github.com/RT-Thread/rt-thread/commits |
| 3 | RA6W1 BSP phase 2 (8/11) | https://github.com/RT-Thread/rt-thread/commits |
| 4 | lwIP DHCPD pbuf fix (8/12) | https://github.com/RT-Thread/rt-thread/commits |
| 5 | Edgi-X official release (8/10) | https://news.google.com/rss/articles/CBMiU0FVX3lxTE92TXZfVjJIT2IwaGVOdFo2QmlEOWxfNGY1VzY1WkhmVzJKVUptYXc2X2lwTHFOdVRvZzd3R0YyTm1aUUI1MDBnODJtMXpsVGItbXJV?oc=5 |
| 6 | University student summer camp selected list (8/11) | https://news.google.com/rss/articles/CBMijgFBVV95cUxQS0F6NDd1Z0RzQnpBajRYWnQ5eG5ka1dETE0zaVJvcUV3U09TWVhQQXdsYXN1b1FjaGRyLWd6Q24wS1pleGxqNnBIUWd6X19tX1AyYjBZWG1lWG9CZEZvRURfU0Rmcm0tQU85YmRpQkwycTdiZ2VmelpqcE9acnZrZUZINlNsTElXLTNXMmJn?oc=5 |
| 7 | Ruiching Workshop preview (8/11) | https://news.google.com/rss/articles/CBMijgFBVV95cUxQS0F6NDd1Z0RzQnpBajRYWnQ5eG5ka1dETE0zaVJvcUV3U09TWVhQQXdsYXN1b1FjaGRyLWd6Q24wS1pleGxqNnBIUWd6X19tX1AyYjBZWG1lWG9CZEZvRURfU0Rmcm0tQU85YmRpQkwycTdiZ2VmelpqcE9acnZrZUZINlNsTElXLTNXMmJn?oc=5 |
| 8 | Env plugin system PR #284 (merged 8/12) | https://github.com/RT-Thread/env/pull/284 |
| 9 | packages: AIfES + agent framework | https://github.com/RT-Thread/packages/commits |
| 10 | canopennode-rtt (8/11) | https://github.com/wdfk-prog/canopennode-rtt |
| 11 | gdr GDB framework (8/11) | https://github.com/flespark/gdr |
| 12 | h120d-protocol (8/12) | https://github.com/H4ck3rTR/h120d-protocol |
Generated on 2026-08-16. The 8/6-8/10 interval is based on GitHub commits (committer time) and supplementary cross-window coverage, deduplicated against the 8/11-8/12 daily brief content.