File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ project_type=rt-thread
1717os_branch =master
1818os_version =latest
1919project_name =project
20- output_project_path =E:\rt-thread\bsp\xuantie\smartl\e902
20+ output_project_path =E:\rt-thread\bsp\xuantie\smartl\e901
Original file line number Diff line number Diff line change 11@ echo off
22set OBJDUMP = D:\RT-ThreadStudio\repo\Extract\ToolChain_Support_Packages\RISC-V\XTGccElfNewlib\V3.0.1\R\bin\riscv64-unknown-elf-objdump
3- set TARGET = E:\rt-thread\bsp\xuantie\smartl\e902 \rtthread.elf
3+ set TARGET = E:\rt-thread\bsp\xuantie\smartl\e901 \rtthread.elf
44set OUTPUT = rtthread.asm
55
66%OBJDUMP% -d %TARGET% > %OUTPUT%
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ if exist "!CONFIG_FILE!" (
3131:: Load CPU parameter from config file or set default
3232if exist " !CPU_CONFIG_FILE! " (
3333 set /p CPU_PARAM = < " !CPU_CONFIG_FILE! "
34- if not defined CPU_PARAM set " CPU_PARAM = e902 "
34+ if not defined CPU_PARAM set " CPU_PARAM = e901 "
3535) else (
36- set " CPU_PARAM = e902 "
36+ set " CPU_PARAM = e901 "
3737)
3838
3939:: Prompt for new QEMU directory
You can’t perform that action at this time.
0 commit comments