更新硬件SDK

This commit is contained in:
kerwincui
2023-03-04 03:44:56 +08:00
parent dcdf6e1b7c
commit e39d3d2f03
1900 changed files with 663153 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# 第三方库
存放的均为可选的组件
## 目录介绍
|目录|用途|依赖|
|---|----|----|
|cJSON|json解析和合成| 无|
|httpclient|http客户端|若使用https,依赖mbedtls|
|mbedtls|加密解码库|若使用fota,就需要依赖mbedtls|
|mqtt|mqtt客户端|若使用mqtts,mbedtls|
|sntp|对时客户端|无|
|unity|单元测试|无|
|fal|flash抽象层|无|
|flashdb|Flash数据库|依赖fal|