Introduction to Linux – Command Line Basics

Introduction to Linux - Command Line Basics

For practical entry into Linux, the first essential knowledge point is the basics of command line operations, which is the core interaction method of the Linux system, covering the following key contents: 🔍 1. Terminal Interface and Basic Command Structure Terminal All operations are executed through the terminal, which is the window for inputting commands. … Read more

Creating a Custom MCU Command Line Debug Terminal

Creating a Custom MCU Command Line Debug Terminal

Do you find it inconvenient to use Keil or IAR for online debugging on-site?What if the device is already running and you want to check some runtime logs?Take a look at this command line terminal effect below; it can be fully accomplished with just a .c and .h file, whether for bare metal or RTOS, … Read more