802 Star 2.4K Fork 1.2K

GVPHuawei LiteOS / LiteOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README_EN.md 5.86 KB
一键复制 编辑 原始数据 按行查看 历史
hy 提交于 2021-03-23 09:54 . update README_EN.md.

star fork

中文

Introduction to Huawei LiteOS

Huawei LiteOS is a lightweight operating system based on real-time kernel developed by Huawei for the IoT. The existing basic kernel includes an untailorable ultra-small kernel and some tailorable modules. The ultra-small kernel covers task management, memory management, interrupt management, error handling, and system clock. Tailorable modules include semaphore, mutex lock, queue management, event management, and software timer. In addition to the basic kernel functions, Huawei LiteOS also provides the enhanced kernel functions, including the C++ support, low power consumption, and maintenance and test module. The low power mechanisms such as tickless and run-stop hibernation and wakeup can be used to greatly reduce the system power consumption. The maintenance and test module can be used to obtain CPU usage, trace events, and run shell commands.

Huawei LiteOS provides device-cloud synergy capabilities and integrates the full set of IoT interconnection protocol stacks including LwM2M, CoAP, Mbed TLS, and LwIP. In addition, Huawei LiteOS provides the AgentTiny module based on LwM2M. You only need to focus on your own applications instead of LwM2M implementation details. You can directly use the AgentTiny-encapsulated APIs to implement secure and reliable connections with the cloud platforms.

Since the release of open-source community, Huawei LiteOS has enabled partners in terms of technologies, ecosystems, solutions, and commercial support in the NB-IoT market to build an open-source IoT ecosystem. Currently, Huawei has aggregated more than 50 MCUs and solution partners to jointly launch a series of open-source development kits and industry solutions, helping industry customers quickly launch IoT terminals and services. Such customers are involved in various industries, such as meter reading, parking, street lamp, environmental protection, bicycle sharing, and logistics. Moreover, Huawei LiteOS provides developers with a one-stop software platform, lowering development requirements and improving development efficiency.

For details about Huawei LiteOS, see LiteOS Product Introduction.

LiteOS Code Overview

LiteOS Kernel Source Code Directory Description

This document describes the source code of the LiteOS kernel. Through this document, you can understand the source code structure and the main() function of LiteOS.

LiteOS Build and Development Tools

LiteOS Build and Development Tools

This document describes the LiteOS build framework and how to build LiteOS on Linux and Windows.

LiteOS Quick Start

LiteOS Quick Start

This document describes how to quickly run LiteOS on the development board and QEMU emulator.

LiteOS Porting Guide

LiteOS Porting Guide

This document describes how to quickly port LiteOS based on the STM32 chip platform.

LiteOS Kernel Development Guide

LiteOS Kernel Development Guide

This document describes the development and implementation principles of each LiteOS module. Through this document, you can understand how to use each module.

LiteOS Maintenance and Test Guide

LiteOS Maintenance and Test Guide

This document describes the maintenance and test capabilities of LiteOS, including the memory commissioning method, IPC communication commissioning method, event tracing, scheduling statistics, and CPU usage obtaining.

LiteOS Shell

Shell Tutorial

This document describes how to customize shell commands on LiteOS and how to execute built-in shell commands.

LiteOS Standard Library

LiteOS Standard Library

This document lists the POSIX and CMSIS APIs supported by LiteOS.

LiteOS Demos

The LiteOS demos directory contains demos and documents of each module provided by LiteOS. This document describes functions and running methods of demos.

LiteOS API Reference

For details about APIs, visit the LiteOS official website.

LiteOS Code Contribution Guide

LiteOS Code & Document Contribution Guide

This document describes the LiteOS programming specifications, document writing specifications, and specifications for filling in information when committing code and documents to the LiteOS repository.

Hardware Supported by LiteOS

  • Currently, the LiteOS open-source project supports chip architectures such as ARM Cortex-M0, Cortex-M3, Cortex-M4, Cortex-M7 and Cortex-A.

  • LiteOS cooperates with the industry mainstream MCUs and has adapted to multiple common MCU development suites through developer activities.

Open-Source Protocol

Contacting Us

C
1
https://gitee.com/LiteOS/LiteOS.git
git@gitee.com:LiteOS/LiteOS.git
LiteOS
LiteOS
LiteOS
master

搜索帮助