Summary of Excellent Embedded Projects on GitHub (Updated to 19)

Summary of Excellent Embedded Projects on GitHub (Updated to 19)

Cross-Platform Named @CodeAllen EmbeddedFor one-on-one consulting services, please reply with “Consultation” in the background. Introduction For GitHub, those involved in internet development, especially in front-end, back-end, and Android development, are likely more familiar with it. GitHub is almost an essential tool for coding.However, for embedded systems, due to the integration of hardware and software, the … Read more

Open Source C Language Code for ‘Twelve Sounds of Spring Festival’ Released, Naming is the Highlight

Open Source C Language Code for 'Twelve Sounds of Spring Festival' Released, Naming is the Highlight

(Add to favorites for Linux enthusiasts to enhance Linux skills) Source: Open Source China Community With the popularity of the sci-fi movie “The Wandering Earth” during the Spring Festival, more and more netizens have developed a strong interest in this film. Especially among developers, the segment of “Twelve Sounds of Spring Festival” in the movie … Read more

Father of Linux: Linux is Terrible, You Should Use XP

Father of Linux: Linux is Terrible, You Should Use XP

Linus Torvalds, the father of Linux, seemed to lose his temper yesterday and submitted a README file to GitHub, harshly criticizing the Linux system. Linus stated: “Hello everyone, I am Linus Torvalds, the author of the once-popular Linux. You can check the repo’s URL and files to prove that it is 100% me. I deleted … Read more

The Open Source C Language Code for ‘Twelve Sounds of Spring Festival’ is Here, Naming is the Highlight

The Open Source C Language Code for 'Twelve Sounds of Spring Festival' is Here, Naming is the Highlight

(For programmers’ matters bookmark it) Source: Open Source China With the popularity of the sci-fi movie “The Wandering Earth” during the Spring Festival, more and more netizens have developed a strong interest in this film. Especially among developers, the segment of “Twelve Sounds of Spring Festival” in the movie will surely leave a lasting impression … Read more

Master Python in One Month: A Guide for Beginners

Master Python in One Month: A Guide for Beginners

Follow 👆 the public account and reply with 'python' to get a beginner's tutorial! Source from the internet, will delete if infringed Undoubtedly, Python is one of the hottest programming languages today. For many ‘novices’ who have never ventured into computer programming, mastering Python in depth seems like a daunting task. In fact, as long … Read more

Performance/Time Toolbox for Super Embedded Systems

Performance/Time Toolbox for Super Embedded Systems

This article is selected from the Extreme Technology Community column “Bare Metal Thinking”. The article mainly shares free tools related to “performance/time” for super embedded systems open-sourced on GitHub. Is it really free from the start? For the well-known Cortex-M processors, whether it is the Cortex-M0 emphasizing extreme resources and low power consumption or the … Read more

Linux Character Device Driver Example

Linux Character Device Driver Example

globalmem Looking at Linux device driver development details, the chapter on character device drivers provides test code and application programs that are very helpful for beginners. The reason for writing this article is that I noticed I had not yet written about character devices, despite having previously published articles. As for the role of the … Read more

GDB Tool for RISC-V Platform: A Practical Guide

GDB Tool for RISC-V Platform: A Practical Guide

Considering the limited debugging tools for the RISC-V platform, I compiled a version of GDB and GDB server suitable for RISC-V based on the source code from the GDB official website: gdb-12.1. I have verified its functionality on RISC-V terminal devices. The tools have been uploaded to my personal GitHub: https://github.com/season727/gdb_12.1_risc-v Compilation Toolchain: Xuantie-900-gcc-linux-6.6.0-musl64-x86_64-V2.10.2-20240904 Due … Read more

Comprehensive Node.js Resource Compilation with 40K Stars!

Comprehensive Node.js Resource Compilation with 40K Stars!

Author @ Qianshao Jun | Address @ https://github.com/jobbole/awesome-nodejs-cn Since WeChat does not support external links, please click “Read Original” at the end or visit the GitHub address for more detailed resources. [Guide]: Node.js is an open-source, cross-platform JavaScript runtime used for writing server and command-line tools. awesome-nodejs is a Node.js resource list initiated and maintained … Read more