Go to file
ethanDu1 33aaf0e8b6
Merge pull request #49 from ucloud/feature_support_set_download_partition
support download partition
2020-08-10 17:05:51 +08:00
external_libs ucloud c-sdk v1.0.0 2019-08-01 10:30:53 +08:00
platform modify flash platform header 2020-08-10 17:04:40 +08:00
samples unify download api 2020-08-07 17:40:19 +08:00
src modify flash platform header 2020-08-10 17:04:40 +08:00
tests/unit_test support http publish message 2020-02-21 17:33:21 +08:00
tools fix dm gen struct declar 2020-07-13 10:54:30 +08:00
.gitignore ucloud c-sdk v1.0.0 2019-08-01 10:30:53 +08:00
CMakeLists.txt support http publish message 2020-02-21 17:33:21 +08:00
LICENSE ucloud c-sdk v1.0.0 2019-08-01 10:30:53 +08:00
Makefile support http publish message 2020-02-21 17:33:21 +08:00
README.md modify README.md & make.settings 2020-03-04 17:21:43 +08:00
make.settings modify README.md & make.settings 2020-03-04 17:21:43 +08:00

README.md

UIoT-Core设备端C-SDK

UIoT-Core设备端C-SDK主要用于提供设备调用的API实现设备与UIoT平台通信以及一些其它的辅助功能。

C语言版SDK可在不同的操作系统上运行如Linux、FreeRTOS等。SDK需要OS或硬件支持的操作被定义为一系列HAL函数。目前C-SDK已经实现了Linux、Freertos环境的HAL其他嵌入式RTOS及特定硬件平台需用户自行适配。

SDK架构图

目录结构

  • external_libs - 第三方软件包组件包括mbedTLS库、gtest库等
  • platform - 平台相关代码
  • samples - 应用示例
  • src - SDK核心通信协议及功能模块
  • tests - 测试用例
  • tools - 配置及脚本文件

编译支持

  • GNU Make
  • CMake

文档

https://github.com/UCloudDocs/uiot-core