Using Makefile for Project Management to Boost Efficiency

Using Makefile for Project Management to Boost Efficiency

Click the blue text above to follow us 1. Introduction to Makefile Makefile is a file specially designed to assist in project build management. It defines a set of commands that the compiler and IDE project management systems can automatically execute, primarily used for automating compilation and reducing the burden of repetitive tasks. The Makefile … Read more

Porting LittlevGL on RT-Thread for Raspberry Pi 3B

Porting LittlevGL on RT-Thread for Raspberry Pi 3B

Porting LittlevGL on RT-Thread for Raspberry Pi 3B 1. Overview 2. Resource Preparation 3. Getting Started 4. Seamless Integration of RT-Thread and LVGL 5. Conclusion 1. Overview This article mainly describes the process of porting LVGL on RT-Thread for Raspberry Pi 3B. It implements the process of RTT porting LVGL in the simplest way. You … Read more