https://github.com/tencentyun/qcloud-iot-sdk-for-stm32withfreertos-example
腾讯云IOT SDK基于stm32+freeRTOS的移植示例,硬件环境为云+开发者大会提供的卡牌开发板
https://github.com/tencentyun/qcloud-iot-sdk-for-stm32withfreertos-example
Last synced: 2 months ago
JSON representation
腾讯云IOT SDK基于stm32+freeRTOS的移植示例,硬件环境为云+开发者大会提供的卡牌开发板
- Host: GitHub
- URL: https://github.com/tencentyun/qcloud-iot-sdk-for-stm32withfreertos-example
- Owner: tencentyun
- Created: 2018-12-04T10:11:12.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2018-12-12T12:50:45.000Z (over 6 years ago)
- Last Synced: 2024-03-19T07:41:14.987Z (over 1 year ago)
- Language: C
- Size: 13.8 MB
- Stars: 23
- Watchers: 44
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## qcloud-iot-sdk-for-stm32withfreeRTOS-example
### 介绍
qcloud-iot-sdk-for-stm32withfreeRTOS-example 是[腾讯云C-SDK](https://github.com/tencentyun/qcloud-iot-sdk-embedded-c.git)基于STM32MCU+FreeRTOS软硬件环境的移植示例。
### SDK架构图
### 目录结构
| 名称 | 说明 |
| ---- | ---- |
| doc | 文档目录,包含硬件原理图 |
| Drivers | STM32 F1xx HAL驱动|
| Inc | 头文件 |
| MDK-ARM | Keil工程目录 |
| Src | 板级驱动文件 |
| Middlewares | 第三方软件包,腾讯云SDK作为第三方软件包 |
| ├── Third_Party\qcloud-iot-sdk-embedded-c |
| ├── qcloud-iot-sdk-embedded-c\src\platform| |具体的软硬件平台腾讯云SDK需要移植适配的目录|
| └── Third_Party\qcloud-iot-sdk-embedded-c\samples| |示例|
| ├─── Third_Party\qcloud-iot-sdk-embedded-c\scenarized\exhibitor_shadow_sample.c | 参会证应用示例|
| README.md | 软件包使用说明 |### 许可证
MIT License 协议许可。
### SDK接口说明
#### 关于 SDK 的更多使用方式及接口了解, 请访问腾讯云C-SDK[文档平台](https://cloud.tencent.com/document/product/634)及[官方WiKi](https://github.com/tencentyun/qcloud-iot-sdk-embedded-c/wiki)