Skip to content

Commit

Permalink
Update installer package for v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Oct 27, 2023
1 parent c722d37 commit a8ddb11
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 398 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@
"externalConsole": false,
"MIMode": "gdb",
"linux": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-embed-gdb",
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb",
"debugServerPath": "${config:OCD_path}/openocd",
},
"windows": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-embed-gdb.exe",
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb.exe",
"debugServerPath": "${config:OCD_path}/openocd.exe",
},
"osx": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-embed-gdb",
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb",
"debugServerPath": "${config:OCD_path}/bin/openocd",
},
"logging": {
Expand Down Expand Up @@ -130,4 +130,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"terminal.integrated.env.windows": {
"Path":"${config:OCD_path};${config:ARM_GCC_path}/bin;${config:xPack_GCC_path}/bin;${config:Make_path};${env:PATH}",
"Path":"${config:OCD_path};${config:ARM_GCC_path}/bin;${config:xPack_GCC_path}/bin;${config:MSYS_path}/usr/bin;${config:Make_path};${env:PATH}",
"MAXIM_PATH":"${config:MAXIM_PATH}"
},
"terminal.integrated.defaultProfile.windows": "Command Prompt",

"terminal.integrated.env.linux": {
"PATH":"${config:OCD_path}:${config:ARM_GCC_path}/bin:${config:xPack_GCC_path}/bin:${env:PATH}",
"PATH":"${config:OCD_path}:${config:ARM_GCC_path}/bin:${config:xPack_GCC_path}/bin:${config:Make_path}:${env:PATH}",
"MAXIM_PATH":"${config:MAXIM_PATH}"
},
"terminal.integrated.env.osx": {
"PATH":"${config:OCD_path}/bin:${config:ARM_GCC_path}/bin:${config:xPack_GCC_path}/bin:${env:PATH}",
"PATH":"${config:OCD_path}/bin:${config:ARM_GCC_path}/bin:${config:xPack_GCC_path}/bin:${config:Make_path}:{env:PATH}",
"MAXIM_PATH":"${config:MAXIM_PATH}"
},

Expand All @@ -33,7 +33,8 @@
"OCD_path":"${config:MAXIM_PATH}/Tools/OpenOCD",
"ARM_GCC_path":"${config:MAXIM_PATH}/Tools/GNUTools/${config:v_Arm_GCC}",
"xPack_GCC_path":"${config:MAXIM_PATH}/Tools/xPack/riscv-none-elf-gcc/${config:v_xPack_GCC}",
"Make_path":"${config:MAXIM_PATH}/Tools/MSYS2/usr/bin",
"Make_path":"${config:MAXIM_PATH}/Tools/GNUTools/Make",
"MSYS_path":"${config:MAXIM_PATH}/Tools/MSYS2",

"C_Cpp.default.includePath": [
"${workspaceFolder}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@
"externalConsole": false,
"MIMode": "gdb",
"linux": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-embed-gdb",
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb",
"debugServerPath": "${config:OCD_path}/openocd",
},
"windows": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-embed-gdb.exe",
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb.exe",
"debugServerPath": "${config:OCD_path}/openocd.exe",
},
"osx": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-embed-gdb",
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb",
"debugServerPath": "${config:OCD_path}/bin/openocd",
},
"logging": {
Expand Down Expand Up @@ -130,4 +130,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"terminal.integrated.env.windows": {
"Path":"${config:OCD_path};${config:ARM_GCC_path}/bin;${config:xPack_GCC_path}/bin;${config:Make_path};${env:PATH}",
"Path":"${config:OCD_path};${config:ARM_GCC_path}/bin;${config:xPack_GCC_path}/bin;${config:MSYS_path}/usr/bin;${config:Make_path};${env:PATH}",
"MAXIM_PATH":"${config:MAXIM_PATH}"
},
"terminal.integrated.defaultProfile.windows": "Command Prompt",

"terminal.integrated.env.linux": {
"PATH":"${config:OCD_path}:${config:ARM_GCC_path}/bin:${config:xPack_GCC_path}/bin:${env:PATH}",
"PATH":"${config:OCD_path}:${config:ARM_GCC_path}/bin:${config:xPack_GCC_path}/bin:${config:Make_path}:${env:PATH}",
"MAXIM_PATH":"${config:MAXIM_PATH}"
},
"terminal.integrated.env.osx": {
"PATH":"${config:OCD_path}/bin:${config:ARM_GCC_path}/bin:${config:xPack_GCC_path}/bin:${env:PATH}",
"PATH":"${config:OCD_path}/bin:${config:ARM_GCC_path}/bin:${config:xPack_GCC_path}/bin:${config:Make_path}:{env:PATH}",
"MAXIM_PATH":"${config:MAXIM_PATH}"
},

Expand All @@ -33,7 +33,8 @@
"OCD_path":"${config:MAXIM_PATH}/Tools/OpenOCD",
"ARM_GCC_path":"${config:MAXIM_PATH}/Tools/GNUTools/${config:v_Arm_GCC}",
"xPack_GCC_path":"${config:MAXIM_PATH}/Tools/xPack/riscv-none-elf-gcc/${config:v_xPack_GCC}",
"Make_path":"${config:MAXIM_PATH}/Tools/MSYS2/usr/bin",
"Make_path":"${config:MAXIM_PATH}/Tools/GNUTools/Make",
"MSYS_path":"${config:MAXIM_PATH}/Tools/MSYS2",

"C_Cpp.default.includePath": [
"${workspaceFolder}",
Expand Down
Loading

0 comments on commit a8ddb11

Please sign in to comment.