Understanding Makefile: A Tool Language for GNU GCC Compilation

Understanding Makefile: A Tool Language for GNU GCC Compilation

Click aboveLinux Community to follow us Abstract: This article mainly introduces makefile, a commonly used tool language for GNU GCC compilation. LiteOS also uses this file to build project files and generate executable files. In the LiteOS source code, makefile is used for batch processing compilation and linking to generate files. When designing a project … Read more

LiteOS CoAP Integration With Huawei OC Platform

LiteOS CoAP Integration With Huawei OC Platform

1. LiteOS OC COAP Abstract Component Overview To accommodate various modes of using CoAP to connect to Huawei OC, this layer interface is adopted, providing the necessary interfaces for applications above and allowing flexible adaptation of access methods below. The OC COAP AL API interface is declared in <oc_coap_al.h>, and you need to include this … Read more

LiteOS Raspberry Pi Porting Guide (Part 2)

LiteOS Raspberry Pi Porting Guide (Part 2)

This document describes the porting process of the LiteOS open-source version for the Raspberry Pi 3 Model B development board, for reference and learning exchange among developers and testers. Porting Introduction For embedded devices, due to the large differences in chip models and peripherals, and limited resources, IoT operating systems cannot adapt and integrate all … Read more