178 Star 836 Fork 333

GVP腾讯开源 / TencentOS-tiny

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README_en.md 9.26 KB
一键复制 编辑 原始数据 按行查看 历史

license PRs Welcome

(中文)

Introduction to TencentOS Tiny

TencentOS tiny is a real-time operating system developed by Tencent for the Internet of Things. It features low power consumption, low resource consumption, modularity, security and reliability, and can effectively improve the development efficiency of IoT terminal products. TencentOS tiny provides a streamlined RTOS core that can be tailored and configurable for rapid migration to a wide range of mainstream MCUs (such as the full range of STM32) and module chips. Moreover, based on the RTOS kernel, it provides a wealth of IoT components, and internally integrates mainstream IoT protocol stacks (such as CoAP/MQTT/TLS/DTLS/LoRaWAN/NB-IoT, etc.), which can help IoT terminals and services to quickly access Tencent. Cloud Internet of Things platform.

1, The software architecture of TencentOS tiny

TencentOS tiny main architecture diagram, from bottom to top, mainly includes:

CPU libs :The CPU IP core architecture supported by TencentOS tiny,currently supports ARM Cortex M0/3/4/7.

Drive management :Including board support package (BSP, mainly developed and maintained by MCU chip manufacturers), hardware abstraction layer (HAL, mainly provided by TencentOS tiny, to facilitate adaptation and porting of different chips), device drivers (Drivers, such as Wi-Fi, GPRS Drivers for modules such as LoRa).

kernel :The TencentOS tiny real-time kernel includes tasks management, real-time scheduling, time management, interrupt management, memory management, exception handling, software timers, linked lists, message queues, semaphores, mutex locks, event flags, and more.

IoT protocol stack:TencentOS tiny provides lwip, AT Adapter, SAL layer, supports different network hardware, such as Ethernet, serial Wi-Fi, GPRS, NB-IoT, 4G and other communication modules. A commonly used IoT protocol stack, such as CoAP and MQTT, is provided on the TCP/IP network protocol stack to support the terminal service to quickly access Tencent Cloud.

Security framework:TencentOS tiny provides a complete security solution to ensure data transmission security and device authentication security for IoT terminals. The DTLS and TLS security protocols provided by the security framework reinforce the transport layer of COAP and MQTT to ensure that the IoT terminal implements secure authentication and data encryption when docking Tencent Cloud. In addition, for the low-resource terminal hardware, the security framework also provides Tencent. The key authentication scheme of the cloud IoTHub ensures that resource-constrained devices can also achieve device security certification to a certain extent.

Component framework:TencentOS tiny provides a series of components such as file system, KV storage, ad hoc network, JS engine, low-power framework, device framework, OTA, and debugging toolchain for users to choose according to business scenarios.

Open API (in planning and development):TencentOS tiny will provide open API functions on the protocol middleware and framework layer, which is convenient for users to call the middleware function, so that users do not need to pay much attention to the implementation of middleware, quickly connect to Tencent cloud, realize the cloud demand on the terminal business, and expect the maximum degree. Reduce the development cycle of the terminal IoT product and save development costs.

examples:TencentOS tiny provides sample code, module test code, etc., which is convenient for users to refer to.

2, Key features of TencentOS tiny

(1).Small size

Minimum kernel: RAM 0.6KB, ROM 1.8KB;

Typical LoraWAN and Sensor Applications: RAM 3.3KB, ROM 12KB.

(2).Low power consumption

Minimum sleep power consumption as low as 2 uA;

Support for peripheral power management framework;

(3).Rich IoT components

Integrate mainstream IoT protocol stack;

Multiple communication module SAL layer adaptation framework;

Support FOTA;

Provides easy-to-use end-cloud API to accelerate user service access to Tencent Cloud.

(4).Reliable security framework

Diversified security grading scheme;

Balanced security requirements & cost control.

(5).Good portability

Highly decoupled core and IoT components, providing a standard adaptation layer;

Provide automated migration tools to improve development efficiency.

(6).Convenient debugging means

Provide cloudized last screen debugging;

The fault scene information is automatically uploaded to the cloud platform, which is convenient for developers to debug and analyze.

3, TencentOS tiny and partners are committed to building the IoT ecosystem

TencentOS tiny currently supports mainstream MCUs such as STM32, NXP, Huada Semiconductor, National Technology, GD32, Nordic, and TI. Two sets of official custom development board designs have been completed, supporting the full range of STM32 NUCLEO official evaluation board kernel migration. In addition to MCU and modules, TencentOS tiny is also actively promoting the implementation of terminal products and projects. Currently, solutions such as AI smart agriculture, smart containers, and smart conference rooms have been formed, and internal cooperation has been established with WeChat Pay, Tencent Cloud Smart Industry, AI Platform Department, Tencent Weiling, and QQ family within Tencent to jointly expand the industry ecosystem; At the same time, we have also begun to actively develop external customers, and currently have reached business cooperation with Shenzhen Guanghe Display Technology's ink screen retail labels, Xinyuegou charging piles, and others.TencentOS tiny will work together with partners to provide better IoT terminal software solutions for IoT terminal manufacturers, facilitating the rapid access of various IoT devices to Tencent Cloud, and jointly expanding the IoT ecosystem to better support smart cities, smart water meters, and smart homes. , smart wear, car networking and other industrial applications.

TencentOS tiny code directory

TencentOS tiny reference documentation

1, Porting guide

2, Development guide

TencentOS tiny opensource license

The IoT platform TencentOS tiny support

TencentOS tiny can support IoT terminal devices and services for fast access to Tencent Cloud IoT Platform IoT Explorer

TencentOS tiny combines Tencent Cloud IoT development platform IoT Explorer, which has built up the ability to connect communication chips to cloud development. Together with the largest LoRa network in China, Tencent has completely opened up from chip communication development, network support services, and physical equipment. Defining management, data analysis and multi-scenario application development and other full-chain IoT cloud development service capabilities, redefining the IoT development model, helping multi-mode low threshold access to Tencent cloud services. As an IoT infrastructure construction service provider, Tencent will continue to build an open IoT ecosystem and promote the sound development of the Internet of Things.

TencentOS tiny Quick Start Reference

TencentOS tiny joint partner (Nanjing Houde IoT) designed a custom development board, as shown below:

Contributing

    1. Fork TencentOS tiny open source project under your own GitHub account;
    1. Clone a TencentOS tiny code locally according to your needs;
    1. After you modify or add a new function, push to the remote branch of your fork;
    1. Create a pull request and submit a join request to the official TencentOS tiny development branch;
    1. The TencentOS tiny R&D team will periodically review the code and merge your pull request.

Join the TencentOS tiny official QQ technology exchange group

Scan the QR code to join the qq group, please note the TencentOS tiny developer, the TencentOS tiny staff will review according to the notes:

C
1
https://gitee.com/Tencent/TencentOS-tiny.git
git@gitee.com:Tencent/TencentOS-tiny.git
Tencent
TencentOS-tiny
TencentOS-tiny
master

搜索帮助