Rust Support in OpenWRT: A Comprehensive Guide

Rust Support in OpenWRT: A Comprehensive Guide

Prepare the environment: Install the source package and xargo. rustup add component rust-src cargo install xargo Specify the OpenWRT gcc environment: Copy the toolchain to the designated directory, or leave it in the source directory, and edit the specified toolchain’s bin directory in the bash script ~/.bashrc for xargo to use. Edit build.rs to specify … Read more

Getting Started with RTOS Configuration

Getting Started with RTOS Configuration

Follow+Star PublicAccount, don’t miss wonderful content Author | strongerHuang WeChat Public Account | strongerHuang Recently, some friends asked: Where to start learning RTOS? This question is simple and complicated, because everyone’s foundation is different, and naturally, where to start learning also varies. I think, first you need to understand some basic knowledge related to RTOS, … Read more