fix an error of qcloud sdk demo in quick start

1. use TencentOS-tiny\board\TencentOS_tiny_EVB_MX_plus\KEIL\qcloud_iot_explorer_sdk_data_template   instead of TencentOS-tiny\board\TencentOS_tiny_EVB_MX\KEIL\ tencent_cloud_sdk_data_template
This commit is contained in:
daishengdong
2020-02-16 20:52:57 +08:00
parent dc2a4c4857
commit 5868b6bdb6
2 changed files with 3 additions and 3 deletions

View File

@@ -65,14 +65,14 @@ _context_save:
PUSH ?b15 PUSH ?b15
/* k_curr_task->sp = SP */ /* k_curr_task->sp = SP */
LDW X, k_curr_task /* equls to: "ldr r0, =k_curr_task; ldr r0, [r0]" */ LDW X, k_curr_task /* equals to: "ldr r0, =k_curr_task; ldr r0, [r0]" */
LDW Y, SP LDW Y, SP
LDW (X), Y LDW (X), Y
_context_restore: _context_restore:
; k_curr_task = k_next_task ; k_curr_task = k_next_task
LDW X, k_next_task LDW X, k_next_task
LDW Y, #k_curr_task /* equls to: "ldr r0, =k_curr_task "*/ LDW Y, #k_curr_task /* equals to: "ldr r0, =k_curr_task "*/
LDW (Y), X LDW (Y), X
/* SP = k_next_task->sp */ /* SP = k_next_task->sp */

View File

@@ -334,7 +334,7 @@ https://github.com/Tencent/TencentOS-tiny
1. 打开 lightdemo 例程 1. 打开 lightdemo 例程
TencentOS tiny项目工程中包含了explorer的demo工程 TencentOS tiny项目工程中包含了explorer的demo工程
进入TencentOS-tiny\board\TencentOS_tiny_EVB_MX\KEIL\ tencent_cloud_sdk_data_template目录双击TencentOS_tiny.uvprojx用mdk打开。 进入TencentOS-tiny\board\TencentOS_tiny_EVB_MX_plus\KEIL\qcloud_iot_explorer_sdk_data_template目录双击TencentOS_tiny.uvprojx用mdk打开。
2. 填写配置信息 2. 填写配置信息