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"