Skip to content

Commit 6058e1a

Browse files
committed
update
1 parent 3975ca5 commit 6058e1a

File tree

2,468 files changed

+1013731
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,468 files changed

+1013731
-6
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
* **Describe the bug**
8+
*A clear and concise description of what the bug is.*
9+
10+
* **To Reproduce**
11+
*Steps to reproduce the behavior*:
12+
- step 1
13+
- step 2
14+
- step 3
15+
- step 4
16+
17+
* **Expected behavior**
18+
*A clear and concise description of what you expected to happen.*
19+
20+
* **Current behavior**
21+
*A clear and concise description of what happens currently.*
22+
23+
* **Please tell us about your environment:**
24+
- LiteOS Version:
25+
- Chip Architecture:
26+
- Board:
27+
28+
* **Other information** (*e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc*)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
* **Is your feature request related to a problem? Please describe.**
8+
*A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]*
9+
10+
* **Describe the solution you'd like**
11+
*A clear and concise description of what you want to happen.*
12+
13+
* **Describe alternatives you've considered**
14+
*A clear and concise description of any alternative solutions or features you've considered.*
15+
16+
* **Other information**
17+
*Add any other context or screenshots about the feature request here.*

Huawei_LiteOS/.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: c
2+
3+
os: linux
4+
dist: trusty
5+
6+
7+
compiler: arm-none-eabi-gcc
8+
9+
10+
before_install:
11+
- sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa -y
12+
- sudo apt-get update -q
13+
- sudo apt-get install gcc-arm-embedded -y
14+
15+
16+
script:
17+
- cd targets/Cloud_STM32F429IGTx_FIRE/GCC
18+
- make
19+
20+

Huawei_LiteOS/LICENSE

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
* Copyright (c) <2013-2018>, <Huawei Technologies Co., Ltd>
2+
* All rights reserved.
3+
* Redistribution and use in source and binary forms, with or without modification,
4+
* are permitted provided that the following conditions are met:
5+
* 1. Redistributions of source code must retain the above copyright notice, this list of
6+
* conditions and the following disclaimer.
7+
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
8+
* of conditions and the following disclaimer in the documentation and/or other materials
9+
* provided with the distribution.
10+
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
11+
* to endorse or promote products derived from this software without specific prior written
12+
* permission.
13+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
14+
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
15+
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
16+
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
17+
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
18+
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
19+
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
20+
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
21+
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
22+
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
23+
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24+

Huawei_LiteOS/README.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
[![Build Status](https://travis-ci.org/LiteOS/LiteOS.svg?branch=develop)](https://travis-ci.org/LiteOS/LiteOS)
2+
3+
## Huawei LiteOS简介
4+
5+
Huawei LiteOS是华为面向物联网领域开发的一个基于实时内核的轻量级操作系统。本项目属于华为物联网操作系统[Huawei LiteOS](http://developer.huawei.com/ict/cn/site-iot/product/liteos)源码,现有基础内核支持任务管理、内存管理、时间管理、通信机制、中断管理、队列管理、事件管理、定时器等操作系统基础组件,更好地支持低功耗场景,支持tickless机制,支持定时器对齐。
6+
7+
同时提供端云协同能力,集成了LwM2M、CoAP、mbedtls、LwIP全套IoT互联协议栈,且在LwM2M的基础上,提供了AgentTiny模块,用户只需关注自身的应用,而不必关注LwM2M实现细节,直接使用AgentTiny封装的接口即可简单快速实现与云平台安全可靠的连接。
8+
9+
Huawei LiteOS自开源社区发布以来,围绕NB-IoT物联网市场从技术、生态、解决方案、商用支持等多维度使能合作伙伴,构建开源的物联网生态,目前已经聚合了30+ MCU和解决方案合作伙伴,共同推出一批开源开发套件和行业解决方案,帮助众多行业客户快速的推出物联网终端和服务,客户涵盖抄表、停车、路灯、环保、共享单车、物流等众多行业,为开发者提供 “一站式” 完整软件平台,有效降低开发门槛、缩短开发周期。
10+
11+
## LiteOS 代码导读
12+
13+
- [LiteOS内核源代码目录说明](./doc/LiteOS_Code_Info.md)
14+
15+
该文档描述的是LiteOS内核源代码的详细信息。通过此文档读者可以了解LiteOS的源代码结构,以及LiteOS的main()函数的功能。
16+
17+
18+
## LiteOS 开发指南
19+
20+
[LiteOS开发指南](./doc/Huawei_LiteOS_Developer_Guide_zh.md)
21+
22+
[LiteOS移植指南](https://liteos.github.io/porting/)
23+
24+
该文档详细讲解了LiteOS各模块开发及其实现原理。用户可以根据该文档学习各模块的使用。
25+
26+
27+
## LiteOS 接入云平台开发指南
28+
29+
* [LiteOS接入华为云平台](https://github.com/SuYai/OceanConnectHelp)
30+
* [LiteOS SDK端云互通组件开发指南](./doc/Huawei_LiteOS_SDK_Developer_Guide.md)
31+
32+
LiteOS SDK是Huawei LiteOS软件开发工具包(Software Development Kit),通过LiteOS SDK端云互通组件,简单快速地实现与华为 OceanConnect IoT平台安全可靠连接,可以大大减少开发周期,快速构建IoT产品。
33+
34+
LiteOS SDK是Huawei LiteOS软件开发工具包(Software Development Kit),通过LiteOS SDK端云互通组件,简单快速地实现与华为 OceanConnect IoT平台安全可靠连接,可以大大减少开发周期,快速构建IoT产品。
35+
* [LiteOS SDK端云互通组件Coap开发指南](./doc/Huawei_LiteOS_SDK_Coap_LwM2M_Developer_Guide_zh.md)
36+
* [LiteOS SDK端云互通组件MQTT开发指南](./doc/Huawei_LiteOS_SDK_MQTT_Developer_Guide.md)
37+
38+
39+
* [LiteOS接入3rd云平台](https://github.com/LiteOS/LiteOS_Connect_to_3rd_Cloud)
40+
41+
42+
## LiteOS 支持的硬件
43+
44+
* LiteOS开源项目目前支持ARM Cortex-M0,Cortex-M3,Cortex-M4,Cortex-M7等芯片架构
45+
46+
* [LiteOS支持的开发板列表](./doc/LiteOS_Supported_board_list.md)
47+
Huawei LiteOS 联合业界主流MCU厂家,通过开发者活动,目前已经适配了30+ 通用 MCU开发套件,5套NB-IoT集成开发套件
48+
49+
50+
## 开源协议
51+
52+
* 遵循BSD-3开源许可协议
53+
* [Huawei LiteOS 知识产权政策](https://support.huaweicloud.com/productdesc-LiteOS/zh-cn_topic_0145347224.html)
54+
55+
## LiteOS Git入门必读
56+
57+
- [LiteOS Commit Message规则](./doc/LiteOS_Commit_Message.md)
58+
59+
该文档描述如何提交commit到LiteOS仓库,这是LiteOS开发必须遵守的commit规则,否则提交的commit会被驳回。请点链接了解详细信息。
60+
61+
- [Huawei LiteOS代码贡献流程](./doc/LiteOS_Contribute_Guide_GitGUI.md)
62+
63+
该文档描述开发者如何创建自己的仓库,开发然后贡献代码到LiteOS仓库。请点链接了解详细信息。
64+
65+
66+
## 加入我们
67+
* 欢迎提交issue对关心的问题发起讨论,欢迎提交PR参与特性建设
68+
* 如您有合作意向,希望加入Huawei LiteOS生态合作伙伴,请发邮件至liteos@huawei.com,或访问[LiteOS官网](http://www.huawei.com/liteos),进一步了解详细信息
69+

0 commit comments

Comments
 (0)