Răsfoiți Sursa

add package tools

ethan.du 5 ani în urmă
părinte
comite
bcbda6c282

+ 4 - 10
README.md

@@ -10,16 +10,10 @@ UCloud IOT SDK for rt-thread Package 是基于[UCloud设备端C-SDK](https://git
 
 
 | 名称              | 说明 |
 | 名称              | 说明 |
 | ----              | ---- |
 | ----              | ---- |
-| uiot              | UCloud设备端C-SDK |
-| ports             | 移植文件目录 |
-| samples           | 示例目录 |
-|  ├─mqtt           | 静态注册收发消息示例 |
-|  ├─dynamic_auth   | 动态注册示例 |
-|  ├─http           | Http连接云平台示例 |
-|  ├─dev_model      | 物模型示例 |
-|  ├─ota            | ota升级示例 |
-|  ├─shadow         | 设备影子示例 |
 | docs              | 说明文档 |
 | docs              | 说明文档 |
+| ports             | 移植文件目录 |
+| samples           | 示例文件目录 |
+| uiot              | UCloud设备端C-SDK |
 | LICENSE           | 许可证文件 |
 | LICENSE           | 许可证文件 |
 | README.md         | 软件包使用说明 |
 | README.md         | 软件包使用说明 |
 | SConscript        | RT-Thread 默认的构建脚本 |
 | SConscript        | RT-Thread 默认的构建脚本 |
@@ -113,7 +107,7 @@ RT-Thread online packages  --->
 
 
 2. 打开生成的工程,编译下载到设备中
 2. 打开生成的工程,编译下载到设备中
 
 
-### 2.4 运行demo程序
+### 2.3 运行demo程序
 系统启动后,在 MSH 中使用命令执行,以mqtt_sample为例:
 系统启动后,在 MSH 中使用命令执行,以mqtt_sample为例:
 启动案例:mqtt_test_example start
 启动案例:mqtt_test_example start
 终止案例:mqtt_test_example stop
 终止案例:mqtt_test_example stop

BIN
tools/ota_packager/fastlz.dll


BIN
tools/ota_packager/quicklz150_32_3.dll


BIN
tools/ota_packager/rt_ota_packaging_tool.exe


+ 10 - 0
tools/ota_packager/rt_ota_packaging_tool.exe.config

@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+  <startup>
+    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
+  </startup>
+  <runtime>
+    <enforceFIPSPolicy enabled="false" />
+  </runtime>
+  <configs SELEFILE="D:\software\RT-ThreadStudio\workspace\ziyun\Debug\rtthread.bin" SAVEFILE="D:\software\RT-ThreadStudio\workspace\ziyun\Debug\rtthread.rbl" COMPRESS="2" CRYPT="0" KEY="" IV="" NAME="app" VERSION="2.0.0" />
+</configuration>