Developing RT-Thread Applications Based on Xianji MCU Using ENV Tool on Windows

Developing RT-Thread Applications Based on Xianji MCU Using ENV Tool on Windows

Introduction ENV is a development assistant tool launched by RT-Thread, designed for projects based on the RT-Thread operating system. It provides a compilation build environment, graphical system configuration, and software package management functions. The built-in menuconfig offers a simple and easy-to-use configuration trimming tool, allowing for flexible trimming of the kernel, components, and packages, enabling … Read more

Guide to Developing RT-Thread Applications Based on Xianji MCU on Ubuntu

Guide to Developing RT-Thread Applications Based on Xianji MCU on Ubuntu

1. Introduction RT-Thread Env is a development assistant tool launched by RT-Thread that provides a compilation and build environment, graphical system configuration, and package management functions for projects based on the RT-Thread operating system. Its built-in menuconfig provides a user-friendly configuration trimming tool that allows for the free trimming of the kernel, components, and packages, … Read more

Unlocking New Frontiers in Embedded Development: A Complete Guide to RT-Thread C Language

Unlocking New Frontiers in Embedded Development: A Complete Guide to RT-Thread C Language

Source: One Linux Introduction RT-Thread is an open-source real-time operating system (RTOS) developed by the Chinese open-source community, widely popular in the embedded development field due to its high scalability, lightweight kernel, and rich component ecosystem. Whether running on resource-constrained ARM Cortex-M0 or feature-rich high-performance Cortex-A processors, RT-Thread provides a stable and efficient operating environment. … Read more

MCoreDump – Embedded System Core Dump Component | Technical Collection

MCoreDump - Embedded System Core Dump Component | Technical Collection

Open Source Repository Link:https://github.com/Rbb666/MCoreDump Platforms verified for this component: Renesas RA6M3 (Cortex-M4), Renesas RA6M4 (Cortex-M33) are both operational, for more platforms please follow the open-source repository. Table of Contents Component Introduction Main Features Application Scenarios Supported Architectures System Architecture Directory Structure Configuration Options Quick Start API Reference Main Functions Detailed Explanation of Output Modes Advanced … Read more

Porting RT-Thread Nano Based on MCUXpresso and FRDM-MCXA346 | Technical Collection

Porting RT-Thread Nano Based on MCUXpresso and FRDM-MCXA346 | Technical Collection

RT-Thread Nano is a minimalistic hard real-time kernel, for more details refer to the official link: https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-nano/an0038-nano-introduction After introducing the official download address, this article focuses on porting RT-Thread Nano to the MCUXpresso IDE. The ported code can be found on the nxpic.org.cn forum. A documentation based on MCUXpresso VSC (Visual Studio Code) will also … Read more

Embedded System Design Teaching | Design of Embedded Intelligent Car Based on RTT-Thread (3)

Embedded System Design Teaching | Design of Embedded Intelligent Car Based on RTT-Thread (3)

112023 Good News © dream18560710 INVITATION Embedded Systems Design Teaching Design of Embedded Intelligent Car Based on RTT-Thread (3) Intelligent Car Practical Education Base Design of Embedded Intelligent Car Based on RTT-Thread Instructor:Gou Jun Nian Practical Design Instructions As part of the process assessment for the “Embedded System Design” course, the hands-on practical section involves … Read more

Embedded System Design Teaching | Design of Embedded Intelligent Car Based on RTT-Thread (2)

Embedded System Design Teaching | Design of Embedded Intelligent Car Based on RTT-Thread (2)

112023 Good News © dream18560710 INVITATION Embedded Systems Design Teaching Design of Embedded Intelligent Car Based on RTT-Thread (2) Intelligent Car Practical Education Base Design of Embedded Intelligent Car Based on RTT-Thread Instructor:Gou Jun Nian Practical Design Instructions As part of the process assessment for the “Embedded System Design” course, the hands-on practical section involves … Read more

Embedded System Design Teaching | Design of Embedded Intelligent Car Based on RTT-Thread

Embedded System Design Teaching | Design of Embedded Intelligent Car Based on RTT-Thread

112023 Good News © dream18560710 INVITATION Embedded Systems Design Teaching Design of Embedded Intelligent Car Based on RTT-Thread Intelligent Car Practical Education Base Design of Embedded Intelligent Car Based on RTT-Thread Instructor:Gou Jun Nian Practical Design Instructions As part of the process assessment for the “Embedded System Design” course, the hands-on practical section involves designing … Read more

Understanding Device Driver Frameworks (Device Tree) with RT-Thread as an Example

Understanding Device Driver Frameworks (Device Tree) with RT-Thread as an Example

Abstract The relationships between devices are various forms of derived inheritance, tracing back to a common origin. This article discusses the concept of “device framework” or “device tree” in embedded systems, analyzing its design intent, core design philosophy, implementation principles, etc., using the device framework of the RT-Thread system as an example. Concept of Device … Read more

Connecting WiFi and BLE to MCU? It’s Never Been Easier with ESP32 and RT-Thread

Connecting WiFi and BLE to MCU? It's Never Been Easier with ESP32 and RT-Thread

1. Introduction Recently, a colleague shared a highly valuable technical article titled “Mastering WiFi with SPI: A Deep Dive into the RT-Thread ESP-Hosted Driver | Technical Collection“. Although its technical stack design is refreshing (providing a complete analysis from low-level protocols to high-level drivers), it has received little attention due to the fast-paced content consumption … Read more