似乎可以用vscode做交叉编译

This commit is contained in:
2021-08-31 20:30:26 +08:00
parent a35e7663a6
commit d21f33baf2
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -15937,11 +15937,11 @@ void main_app()
8006b5a: f892 3020 ldrb.w r3, [r2, #32]
8006b5e: f043 0304 orr.w r3, r3, #4
8006b62: f882 3020 strb.w r3, [r2, #32]
}
*/
//
APP_blood_loop();
8006b66: f7ff fec1 bl 80068ec <APP_blood_loop>
+2
View File
@@ -49,6 +49,8 @@ void main_app()
}
*/
// 交叉编译测试
APP_blood_loop();
UI_Server(ui);