From e4a45f6b7d625b429fff155c490f202c65f9c22d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8F=AF=E4=BA=AE?= Date: Fri, 15 Nov 2024 15:03:49 +0800 Subject: [PATCH] v1.1.1 --- .vscode/launch.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index b37fc248..cad7dc6d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -49,6 +49,12 @@ // MUST use full path "text": "file e:/workspace/luban-lite/output/d13x_demo88-nand_rt-thread_helloworld/images/d13x.elf" // FIXME }, + { + "text": "set $a0=0" + }, + { + "text": "set $a1=0" + }, { // FIXME "text": "b rt_hw_board_init" @@ -133,6 +139,12 @@ // MUST use full path "text": "file e:/workspace/luban-lite/output/d21x_demo88-nand_rt-thread_helloworld/images/d21x.elf" // FIXME }, + { + "text": "set $a0=0" + }, + { + "text": "set $a1=0" + }, { // FIXME "text": "b rt_hw_board_init"