Research window: Past 24 hours (2026-09-10 11:18 ~ 2026-09-11 11:18 Beijing Time) Sources: RT-Thread official news API, GitHub (org: RT-Thread main repo commits / PR / Release, package index repo, Env tool repo, topic:rt-thread ecosystem repos), Google News aggregation (zh-CN / en-US, via proxy), Chinese industry media (EE Times China / Gasgoo, etc., see appendix source verification table)


Index

  • I. Kernel and Version Updates
    • RT-Thread v5.3.0 officially released: first release since v5.2.2, covering kernel / components / device model / architecture / tools / BSP across the board (09-10)
    • v5.2.2 to v5.3.0 changelog merged into master, mainline version number advanced to v5.3.1 (PR #11795) (09-10)
    • v5.3.0 beta-phase fixes backported to mainline (PR #11796, 14 commits) (09-10)
    • Renesas SCI SPI runtime configuration and transfer error fix merged (PR #11792) (09-10)
    • Review queue observations: qemu-vexpress-a9 toolchain link fix PR newly opened, three-PR QEMU documentation series continuously updated (09-10)
  • II. Official and Community Activities
    • RT-Thread Env v1.5.3 released: first Env tool release since April 2024 (09-10)
    • Official news API sees no new entries for the 22nd consecutive day (09-11)
    • Community share: building handwritten digit recognition from scratch on Edgi-Talk development board (09-10)
  • III. Ecosystem and Vendor Adaptation
    • Three package index updates: new Lely CANopen package, CanopenNode modular Kconfig refactor, custom backend for parameter storage (PR #2038) (09-11)
    • Vendor BSP overview (v5.3.0 release level): Renesas, GigaDevice, NXP, STMicroelectronics, Rockchip, Raspberry Pi, DAMO XuanTie, etc.
    • Ecosystem verification: Lely CANopen downstream repo push and awtk general GUI improvements (09-10)
  • IV. Industry Applications
    • RT-Thread applies for the 2026 8th Golden Compass Award Best Technical Practice Application Award, with Chengxuan vehicle foundational software OS as the submitted technology (09-11)
  • V. Summary and Trend Observations
    • Three-day trend (09-09 ~ 09-11)
  • Appendix: Source Verification Table

I. Kernel and Version Updates

1.1 RT-Thread v5.3.0 Officially Released: First Release Since v5.2.2, Covering Kernel / Components / Device Model / Architecture / Tools / BSP Across the Board

Date: 2026-09-10 (released 18:05 Beijing time) Source: RT-Thread v5.3.0 Release (ChangeLog.md)

The most significant event in this window: the RT-Thread main repository released the official v5.3.0 version, the first official release since v5.2.2 on 2025-10-31 — a gap of roughly ten and a half months, and the largest integrated release in over a year. The version was published by project maintainer Rbb666, with the changelog (ChangeLog.md) adding 263 lines, organized into seven sections: Kernel, Components, DM, Libcpu, Tools, Action, and BSP.

On the kernel side, changes focus on correctness and robustness fixes: fixing a timeout wakeup ownership race on IPC and LWP wait paths, delayed wakeup when a thread is repeatedly suspended, prohibiting suspension of the idle thread, and releasing a mutex held by a thread when it is deleted by another thread; thread CPU usage is now counted incrementally per sampling window; 8-bit and 16-bit atomic operation support added; object name length assertions changed to safe truncation; hardening for illegal memheap frees and null-name handling in rt_smem_setname; and a new console output enable switch plus exported interrupt hook pointers.

On the components side, two structural additions stand out: first, a brand-new clock framework, clock_time, which separates clock sources from clock events, introduces high-resolution timers, startup-time helper interfaces, and an external timer adaptation layer, and replaces the previous ktime / cputime / hwtimer implementations while migrating architecture, BSP, and POSIX time integration; second, ADC V2, featuring session management, sequence reads, voltage conversion, and FinSH commands, with support for DMA streams, latest-frame and FIFO buffering, and timer and comparator triggering, mutually exclusive with the legacy ADC driver. In addition, Serial V2 adds RX DMA event mode control; DFS adds 9PFS (for sharing files with virtual machines such as QEMU) and upgrades Elm FatFs to R0.16; on the networking side, optional AF_UNIX stream and datagram sockets are added (including socketpair and SCM_RIGHTS descriptor passing); WLAN adds WPA3, enterprise authentication, WAPI, OWE, and DPP security mode definitions; USB updates CherryUSB to v1.6.1; the Rust component adds ARM / AArch64 / RISC-V target detection and SCons / Cargo integration, and provides Rust wrappers for threads, mutexes, semaphores, message queues, memory, time, and files.

The device model (DM) is the largest structural addition in this release: expanded device tree and OFW support (enabled on Cortex-M targets), a refactored clock framework with expanded regulator / power domain / reset / power management, plus new dynamic voltage and frequency scaling (DVFS), ARM SCMI firmware integration, hardware spinlocks and a hardware cache controller, remote processor messaging (RPMSG), and Trusted Execution Environment (TEE) support; VirtIO upgraded to 1.2 with packed queue and MMIO / PCI transport support, plus new 9P, crypto, RNG, SCMI, and SCSI drivers; on the storage side, UFS, DesignWare AHCI, a generic MTD driver, and NVMEM are added; on the networking side, an Ethernet device model (MACB / DWMAC) and IEEE 1588 PTP clock are added.

On the architecture side (Libcpu), directly RISC-V-related changes include: SMP support added for QEMU virt64 and DAMO XuanTie C-series / R-series processors, new DAMO XuanTie C908X platform support, Svpbmt support completed for C908 with corrected cache attributes and page table attributes for C906 / C908, and a fix for PLIC interrupt handling order; on the Cortex-R52 side, the Renesas RZ/N2L duplicate interrupt dispatch fix recorded in yesterday’s report was included.

1.2 v5.2.2 to v5.3.0 Changelog Merged into master, Mainline Version Bumped to v5.3.1 (PR #11795)

Date: 2026-09-10 (merged 17:44 Beijing time) Source: RT-Thread/rt-thread commits (PR #11795)

[release] Add v5.3.0 changelog and bump version to v5.3.1 was merged at 17:44 on 09-10 (committed by CYFS3, created 09-10 17:26, review completed and merged 18:02; 4 files changed +267/-3, 2 commits), comprising two commits: adding the v5.2.2 to v5.3.0 changelog to ChangeLog.md (+263), and bumping the mainline development version to v5.3.1 (changing include/rtdef.h, src/Kconfig, src/kservice.c). The commit message states the reason is that master had not yet incorporated the v5.2.2 to v5.3.0 change records. The version bump came only tens of minutes after the Release, indicating the release process has settled into a fixed rhythm of “tag and release the official version → continue the version number on mainline.”

1.3 v5.3.0 Beta-Phase Fixes Backported to Mainline (PR #11796, 14 Commits)

Date: 2026-09-10 (merged 17:54 Beijing time) Source: RT-Thread/rt-thread commits (PR #11796)

Backport/v5.3.0 beta fixes 20260910 was merged at 17:54 on 09-10, with 14 commits across 23 files +2092/-827, backporting to mainline a batch of fixes accumulated during the v5.3.0 testing (beta) phase; it was created at 09-10 17:26 in the same batch as 1.2. This PR, together with the changelog merge and the version bump, forms one set of release wrap-up actions, all landing densely between 17:44 and 18:05 that evening.

1.4 Renesas SCI SPI Runtime Configuration and Transfer Error Fix Merged (PR #11792)

Date: 2026-09-10 (merged 16:23 Beijing time) Source: RT-Thread/rt-thread commits (PR #11792)

The Renesas SCI SPI fix listed in yesterday’s report as “newly opened and continuously updated” was formally merged in this window: changes are concentrated in the single file bsp/renesas/libraries/HAL_Drivers/drivers/drv_sci.c, with two commits totaling +254/-193 (the functional commit +90/-41, followed by a clang-format pass +164/-152); the PR was created 09-09 17:25 and merged 09-10 16:23, taking about 23 hours — noticeably faster turnaround than the two long-running Renesas-direction PRs, klibc and clock_timer, whose reviews have spanned months.

The fix addresses a set of defects found during SCI SPI loopback investigation on the RZ/N2L EtherKit: the RZ divider interface passed false as the divider result pointer and did not use the actual clock source from the FSP configuration; runtime configuration was not reliably passed to FSP, and reconfiguration did not properly close the old instance; the configuration process mistakenly changed RT-Thread’s bit-width unit from bit to byte; and after a send/receive wait timeout or error, the transfer length was still returned, causing callers to misjudge success. The approach is to keep a persistent writable copy of the FSP configuration per SCI bus, correct the divider calls in each branch, explicitly close already-opened instances before reconfiguration, keep the bit-width unit as bit, and on timeout or error close the transfer and clean up events and bus ownership to allow retries. This fix was included in the v5.3.0 changelog (Renesas section).

Date: 2026-09-10 Source: RT-Thread/rt-thread pulls

  • [docs] fix outdated GNU GCC toolchain link in qemu-vexpress-a9 README (PR #11794, shiptux, created 09-10 13:51, +12/-0): points out that this BSP’s README directs Linux users to download the GNU GCC toolchain from launchpad.net, but Launchpad shut down gcc-arm-embedded downloads years ago (the link now returns 503), and it pointed to a gcc 5.4 archive from 2016 Q3. The fix redirects the link to Arm GNU Toolchain Downloads (the same one used by the NXP i.MX91 BSP), and adds instructions for installing from distribution package managers plus usage of RTT_EXEC_PATH. Together with the three continuously updated QEMU documentation PRs in this window (#11789 apt dependency package update, #11790 removing the /usr/bin/python3 hint, #11793 qemu-nographic.sh), it belongs to contributor shiptux’s documentation patch line; all four were updated on 09-10 and remain pending review.
  • The main repository also has long-standing review items staying active in this window: PR #11689 (STM32 BDMA for SPI), PR #11779 (CAN driver lifecycle and transmit path refactor), PR #11772 (heap memory AddressSanitizer runtime), PR #11775 (c908 rt-smart and MMU Sv39/48 support for QEMU), etc., all had update times between 09-10 and 09-11.

II. Official and Community Activities

2.1 RT-Thread Env v1.5.3 Released: First Env Tool Release Since April 2024

Date: 2026-09-10 (released 17:57 Beijing time) Source: RT-Thread/env v1.5.3 Release

On the same day as the kernel, RT-Thread’s development environment tool Env released v1.5.3 (published by Rbb666), following the previous version v1.5.2 from 2024-04-28 — a gap of roughly two years and four months. This release consolidates a batch of changes from the modernization effort on the Env tool, contributed by BernardXiong along with ComerLater, supperthomas, mysterywolf, and others: a new sdk command, plus menuconfig, sdk, and system commands available under PowerShell, replacing the previous ps1 script approach; kconfiglib introduced as the command-line entry point with dependency installation completed; support for installing Env via pip on Ubuntu; a new environment info file env.json and version number reading; a new ebuild (Embedded Build System); a new install_arch.sh; the install script now determines whether to use the Tsinghua mirror or the default source based on IP and supports an automatic mode; it also fixes issues with tar handling, pkgs –update / –update-force, git checkout branches, menuconfig –silent, and kconfiglib errors in the VS Code console, and removes packaging of preset packages such as arm-none-eabi, gdb, and qemu.

Env shipping on the same day as the kernel means developer tools and OS versions can be updated in tandem — a supporting move for v5.3.0’s synchronized “toolchain + kernel” delivery.

2.2 Official News API Sees No New Entries for the Twenty-Second Consecutive Day (09-11)

Date: 2026-09-11 Source: RT-Thread Official News API (RT-Thread Official Website News Center)

The latest entry returned by the official news API remains 2026-06-17, “RT-Thread Ruiside Technology Invited to Attend the 2026 Abu Dhabi Investment Forum,” and the RT-Thread official website news center list likewise shows 06-17 as the most recent item — the twenty-second consecutive day with no new entries. Notably, a release of the magnitude of v5.3.0 did not go through the official news center channel; the primary vehicles for external communication remain GitHub Release and the community, and as of this report’s publication no media-side analysis articles have appeared.

2.3 Community Share: Building Handwritten Digit Recognition from Scratch on the Edgi-Talk Development Board (09-10)

Date: 2026-09-10 Source: [EE Times China, “Hand-Building Handwritten Digit Recognition Open Source Project Share”](https://www.eet-china.com/mp/a523870.html) (Google News aggregated entry)

The only technical share article directly related to RT-Thread on the industry media side during the window: the author implements a complete end-to-end handwritten digit recognition application from scratch on the Edgi-Talk development board (Infineon PSoC Edge E84 dual-core platform + RT-Thread Studio), covering the full pipeline of collecting training data manually with a mouse, writing and training the network model, and then deploying the model for on-device inference. The article points to the same development board as the community repository p32qc3/Edgi-Talk under topic:rt-thread (a PSoC Edge dual-core environmental sound recognition and multimodal alert system, with a push on 09-10), and can serve as an observation window into RT-Thread’s community activity in the “MCU + NPU/edge AI” direction.


III. Ecosystem and Vendor Adaptation

3.1 Three Updates to the Package Index: New Lely CANopen Package, CanopenNode Modular Kconfig Refactor, Custom Backend for Parameter Storage (PR #2038)

Date: 2026-09-11 (merged at 11:09 Beijing time) Source: RT-Thread/packages commits (PR #2038)

At the end of the window (approximately 9 minutes before this report was collected), the package index repository merged a concentrated update of 19 files with +2621/-1580 (submitted by wdfk-prog), synchronizing the configuration of three categories of CANopen and parameter storage related packages:

  • New canopen-lely package index: The RT-Thread port of Lely CANopen has been added to the package index, providing a single-owner EV/IO2 runtime, RT-Thread CAN integration, classic CAN and optional CAN FD, automatic runtime initialization, owner thread configuration, logging, start/stop configuration, and optional CANopen Master services. Its runtime operates in LELY_NO_THREADS=1 mode, with Lely’s EV / IO2 / CANopen objects serially accessed by a dedicated RT-Thread owner thread, and asynchronous CAN, timers, and state events handed off to that owner for processing.
  • CanopenNode Kconfig modular refactor: The configuration previously centralized in misc/CanopenNode/Kconfig has been split according to the current port structure, covering core protocol configuration, RT-Thread runtime configuration, storage configuration, object dictionary and demo/test configuration, CiA 401 device sub-protocol, CiA 402 device/controller sub-protocol, and profile-specific configurations, with new SCons source file selection based on Kconfig-selected storage implementation.
  • autogen_parameter_manager adds application-defined storage backend: A new AUTOGEN_PM_BACKEND_APP_DEFINED option has been added; when selected, the package’s built-in scalar backend is not enabled, and the application provides the strong symbol par_store_backend_get_api() (and may optionally override par_store_backend_bind() if necessary). The original default backend remains unchanged, with no impact on existing projects.

Together with the CANopenNode index merged on 09-01, the CANopen protocol stack at the RT-Thread package level has now formed a dual-stack choice of “Lely (for master and EV/IO2 runtime) + CanopenNode (for slave),” representing an important reinforcement of package-based support for industrial fieldbus and automotive directions.

3.2 Vendor BSP Overview (v5.3.0 Version Level): Renesas, GigaDevice, NXP, ST, Rockchip, Raspberry Pi, DAMO XuanTie, Nuclei, etc.

Date: 2026-09-10 (with the v5.3.0 release) Source: RT-Thread v5.3.0 Release changelog BSP section

The BSP section of v5.3.0 has broad coverage and can serve as a version-level snapshot of each vendor’s adaptation maturity on RT-Thread:

  • Renesas: Added EK-RA6W1 and RA8P1 Titan BSPs, completing the Cortex-M85 / M33 projects and GPIO / external interrupt device model drivers for RA8P1 Titan, expanding RA6W1 peripherals and improving MDK projects, and fixing the Keil download configuration for the RA8D1 Vision Board; on the driver side, included SCI SPI bit rate and configuration lifecycle fixes (PR #11792), SDHI card detection for R7FA8M85, configurable CAN FD arbitration and data rates, and reading PWM period and pulse width from GPT registers. Renesas remains the most active vendor line this cycle.
  • GigaDevice: Added GD32405RG and GD32VW553H-EVAL BSPs, completing UART, Wi-Fi, hardware I2C, SPI, ADC, PWM, timer, and watchdog drivers for GD32VW553, and expanding GD32F5 / H7 serial and GPIO support.
  • NXP: Added FRDM-MCXA366, FRDM-i.MX91, and i.MX RT1180 EVK (Cortex-M33/M7) BSPs; RT1180 supports multi-core boot, RPMsg-Lite, HyperRAM/HyperFlash, QSPI file system, CherryUSB, NETC and EtherCAT integration, as well as I2C DMA, CAN, SPI DMA, RTC, and SDIO drivers.
  • ST: Added STM32F407 MICU, STM32H723 LXB Disco, and STM32H723 DM-MC02 BSPs, added ADC V2, shared DMA auxiliary layer, hardware I2C polling/interrupt/DMA paths and SPI interrupt transfer, improved CAN filtering and FIFO handling and H7 CAN-FD data rates, and added GPIO/EXTI device model drivers.
  • Rockchip: BSP migrated to the device model, added RK3528 support, expanded RK3300 / RK3500 platform configuration and completed DVFS and audio, display, Ethernet, PCIe, PHY, storage, encryption, and multimedia support.
  • Raspberry Pi: Added Raspberry Pi 5 (BCM2712 / RP1 device model) support, and split the RP2040 / RP2350 BSP layout.
  • Other new boards: HC32F4A2 / HC32F467, N32H760 / N32H497 / N32H487, NOVOSENSE NS800RT7P65 NSSinePad (full drivers for GPIO, serial, ADC, SPI, QSPI, I2C, CAN, RTC, timer, EPWM, watchdog), FT32F407XE, RDK S100; Canaan K230 added SPI, I2C DMA, and GNNE support; on the QEMU / ZynqMP side, expanded AArch64 device models, enabled RISC-V SMP, and added MACB integration for ZynqMP A53.
  • DAMO XuanTie: Added XuanTie XiaoHui C908X platform support, and added SMP support for XuanTie C-series / R-series processors; on the RISC-V side, also completed C908 Svpbmt and C906 / C908 cache attribute and page table attribute fixes.

3.3 Ecosystem Verification: Lely CANopen Downstream Repository Push and awtk General GUI Improvements (09-10)

Date: 2026-09-10 Source: wdfk-prog/lely-canopen-rtt (zlgopen/awtk commits)

  • wdfk-prog/lely-canopen-rtt (pushed 09-10 23:43): The RT-Thread integration repository for Lely CANopen, using a single-owner EV/IO2 runtime, static object dictionary generation, and support for optional CANopen master services — this is the upstream project for the new package index in 3.1. The same author’s wdfk-prog/canopennode-rtt (CANopenNode integration package) also had a push on 09-09. This contributor has recently also been active in CAN driver refactoring reviews in the main repository (PR #11779), forming a continuous line of work for RT-Thread in the CANopen / CAN direction.
  • zlgopen/awtk (pushed 09-10 18:35): Item-by-item verification of the commits shows they consist of replacing 0x7fffffff and 0xffffffff with std macros, unifying EVT_CLICK initialization, improving font name length, fixing cursor position in fullscreen, changing the time variable type to uint64_t, improving ui_loader, and other general GUI component optimizations. They do not involve the RT-Thread adaptation layer, and per precedent are marked as “ecosystem reference, not dedicated,” not counted as news items for the day.
  • The remaining topic:rt-thread pushes within the window are community personal projects (H4ck3rTR/h120d-protocol reverse engineering of the Shenniu H120D WiFi protocol, charmainejames/2026-Provincial-Machine provincial competition control engineering), not vendor or official actions, and serve only as a reference for ecosystem activity.

IV. Industry Applications

4.1 RT-Thread Applies for the 2026 8th Golden Tripod Award Best Technical Practice Application Award, with Chengxuan Vehicle Foundation Software Operating System as the Applied Technology (09-11)

Date: 2026-09-11 (09:41 Beijing time) Source: Gasgoo (Google News aggregated item) (2026 8th Golden Tripod Award description)

Shanghai RT-Thread has applied for the 2026 8th Golden Tripod Award “Best Technical Practice Application Award” with the “Chengxuan Vehicle Foundation Software Operating System,” in the automotive software and artificial intelligence field, with the item published by Gasgoo. The Golden Tripod Award was initiated by Gasgoo and focuses on the “Top 100 Chinese Automotive New Supply Chain.” The 2026 8th edition takes “Chinese Solutions” going global as its annual theme, covering tracks including ADAS/AD, smart cockpit, smart chassis, automotive-grade chips, automotive software and artificial intelligence, powertrain electrification and charging/swapping and thermal management, body and interior/exterior, new materials and advanced manufacturing, and embodied intelligence and cross-boundary technologies. Evaluation dimensions include enterprise applications, industry data, expert review, and market validation. RT-Thread previously won the 7th Golden Tripod Award “Best Technical Practice Application Award” in 2025, and this is a repeat application for the same award.

In-depth: Chengxuan is RT-Thread’s vehicle foundation software product line for automotive electronics. It was released in 2022 as the “Chengxuan Vehicle Fusion Software Platform,” marking its entry into the automotive operating system market. The product composition includes the safety-oriented real-time system RT-Thread Secure Auto, the microkernel operating system RT-Thread Smart Auto, the virtualization system vmRT-Thread Hypervisor, and the vmBUS unified message bus, covering system control scenarios such as body, chassis, powertrain, intelligent driving, and cockpit; among these, multi-core MCU virtualization is a relatively new technical point. On functional safety, RT-Thread has passed certifications including ISO 26262 ASIL D, IEC 61508 SIL 3, and EN 50128 SIL 4. Partner chip companies include Infineon, NXP, Texas Instruments, ST, Black Sesame Technologies, and ChipON, among others. This item is a brand and industry award category development, and does not involve new product releases or mass-production design wins within the window.


V. Summary and Trend Observations

Key Points of the Day

  • The core event of the window is the official release of RT-Thread v5.3.0, the first official version since v5.2.2 on 2025-10-31. The changelog adds 263 lines, covering seven major sections: Kernel, Components, DM, Libcpu, Tools, Action, and BSP, making it the largest integrated release in over a year.
  • Three release wrap-up tasks were completed in rapid succession on the evening of the same day: the changelog was merged into master and the mainline version number was advanced to v5.3.1 (PR #11795), beta-phase fixes were backported (PR #11796, 14 commits), and the Release object was published (18:05).
  • On the same day, the Env tool released v1.5.3 (its first version since April 2024), forming a paired release of kernel and development environment.
  • Within the window, org: RT-Thread related commits totaled 7 (4 in the main repository + 3 in the package index). The main repository added 1 new PR and merged 3; the package index merged 1 large change spanning 19 files. On the package side, the Lely CANopen package was added, giving CANopen a dual-stack option.
  • The official news API showed no new entries for the twenty-second consecutive day. v5.3.0 did not go through official press release channels, with external communication still primarily via GitHub; no media analysis articles have appeared yet.
  • The only industry-side addition within the window was RT-Thread filing for the 2026 8th Golden Car Award Best Technical Practice Application Award with the Cheng Xuan vehicle basic software operating system.

Three-Day Trend (09-09 ~ 09-11)

  • 09-09: The main repository merged Renesas GPT PWM register read (#11753) and Rust build script removal of toml dependency (#11791); four BSPs were merged in bulk into the GD32 ecosystem repository; the package index added the STM32N6 HAL SDK; elexcon Shenzhen opened.
  • 09-10: v5.3.0 was officially released, the changelog was merged and advanced to v5.3.1 (#11795), beta fixes were backported (#11796), the Renesas SCI SPI fix was merged (#11792), and the RZ/N2L interrupt distribution fix was included in the release; Env v1.5.3 was released.
  • 09-11: Three package index updates were merged (#2038), adding the Lely CANopen package index and refactoring CanopenNode and parameter storage configuration; RT-Thread filed for the Golden Car Award.

Mainline Assessment

  • Release cadence: The mainline went approximately ten and a half months without an official release after v5.2.2. This time v5.3.0 was released in one go, and on the same day v5.3.1 was advanced and beta fixes were backported, indicating that the closed loop of “release official version → advance mainline version number → backport fixes” has taken shape. Subsequent minor version cadence may accelerate.
  • Device Model (DM) is the most structurally significant new section in v5.3.0: device tree and OFW, clock and power framework refactoring, DVFS, ARM SCMI, RPMSG and TEE, VirtIO 1.2, UFS/AHCI, and IEEE 1588 PTP all landed together, pointing to a strengthened positioning of RT-Thread toward Cortex-A and RISC-V high-performance platforms, rather than serving only MCU scenarios.
  • On the RISC-V side: the DAMO XuanTie C908X platform and C-series / R-series SMP support entered the official release, forming the same evolutionary line as the c908 rt-smart / QEMU MMU related PR (#11775) still under review within the window.
  • CANopen ecosystem taking shape: Lely (master station and EV/IO2 runtime) and CanopenNode (slave station) dual stacks landed at the package layer, combined with the main repository CAN driver lifecycle refactoring under review, industrial and automotive fieldbus is a direction of sustained recent investment.
  • Review digestion pace remains divergent: release-related and documentation changes are completed within hours (#11795 in about 36 minutes, #11792 in about 23 hours), while long-standing kernel, driver, and memory management PRs (#11228, #11313, #11689, #11772) still linger across weeks or even months.

Limitations

  • The official news center and official API had no version release press release within the window (API showed no new entries for the twenty-second consecutive day). External communication of v5.3.0 is currently primarily via GitHub Release and the changelog, and media analysis articles have not yet appeared. Therefore, this report’s assessment of the version’s significance is mainly based on the changelog itself.
  • Google News English queries for “RT-Thread” continued to hit Rotten Tomatoes film review noise (“RT” being split-word matched), and Chinese-side “睿擎” queries were heavily polluted by automotive reports on Geely i-HEV 智擎 hybrids. Both were excluded based on title semantics and not counted.
  • The original EET China site was unreachable from this machine’s network. The body details of item 2.3 were taken from its public links and aggregated summaries, without sentence-by-sentence verification against the original text.
  • The original page for the RT-Thread Golden Car Award filing entry is a Gasgoo enterprise news-type submission; this report cites the aggregated link. The filing content is self-reported by the company and has not been verified by a third party.

Appendix: Source Verification Table

Source Verification Result
RT-Thread official news API (type=rt_org) Latest entry remains 2026-06-17, the twenty-second consecutive day with no new additions
RT-Thread official website news center (rt-thread.com/col19) List shows 2026-06-17 as the latest, consistent with the official API
GitHub RT-Thread/rt-thread Release New v5.3.0 added within the window (released 09-10 18:05), the first official release since v5.2.2
GitHub main repo commits (last 48h by committer time) 4 within the window: changelog (09-10 17:44), version bump to v5.3.1 (09-10 17:44), clang-format and SCI SPI fixes (09-10 16:23)
GitHub main repo PRs 1 new (#11794 docs, not merged); 3 merged (#11792, #11795, #11796); long-standing review items #11689 / #11772 / #11775 / #11779 updated
GitHub main repo Issues No new additions within the window (not counted as a primary source of changes)
GitHub RT-Thread/packages 1 merged within the window (#2038, 19 files +2621/-1580): added Lely CANopen package, CanopenNode Kconfig modularization, custom backend for parameter storage
GitHub RT-Thread/env v1.5.3 released within the window (09-10 17:57); previous version was v1.5.2 on 2024-04-28
GitHub org: RT-Thread repos sorted by pushed Pushes within the window: packages (09-11 11:09), rt-thread (09-10 18:05), env (09-10 17:57); all other repos’ latest pushes predate the window start
GitHub commit search (org:RT-Thread, committer-date > window start) 7 results: 4 in the main repo + 3 in the package index
GitHub topic:rt-thread ecosystem repos Pushes within the window: wdfk-prog/lely-canopen-rtt, p32qc3/Edgi-Talk, H4ck3rTR/h120d-protocol, etc. (community project references); awtk verified as general GUI improvements, not included
Google News aggregation (zh-CN, RT-Thread / 睿赛德 / 睿擎, 1–7 days) 2 valid hits: RT-Thread Golden Award application (09-11, Gasgoo), Electronic Engineering Album handwritten digit recognition (09-10); the “睿擎” query was polluted by automotive hybrid coverage and has been excluded
Google News aggregation (en-US, RT-Thread, 1–3 days) All Rotten Tomatoes film review noise, no valid hits
Google News aggregation (zh-CN, “RT-Thread” “v5.3.0”, 14 days) Zero hits; no Chinese media coverage of the release yet
HN (Hacker News) 6 hits within the 24-hour window, all irrelevant (developer tools and personal information Show HN posts), all excluded
riscv.org blog 1 within the window (For Automakers, RISC-V Isn’t Just About Ownership), not directly related to RT-Thread, not included
Chinese industry media (Electronic Engineering Album / Gasgoo, etc.) Electronic Engineering Album published an Edgi-Talk handwritten digit recognition tech share on 09-10 (original site unreachable; public links and summaries cited); Gasgoo published the RT-Thread Golden Award application entry on 09-11