Skip to content

Commit

Permalink
Update installer package for v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Feb 13, 2024
1 parent 98b079e commit 3de30b2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,36 +128,6 @@
{ "text":"b main" },
{ "text": "set $pc=Reset_Handler","ignoreFailures": false }
]
},
{
"name": "J-Link (M4)",
"cwd":"${workspaceRoot}",
"executable": "${workspaceFolder}/build/${config:program_file}",
"loadFiles": ["${workspaceFolder}/build/${config:program_file}"],
"symbolFiles": [{
"file": "${workspaceFolder}/build/${config:symbol_file}"
}],
"request": "launch",
"type": "cortex-debug",
"servertype": "jlink",
"linux": {
"gdbPath": "${config:ARM_GCC_path}/bin/arm-none-eabi-gdb",
"serverpath": "${config:JLINK_PATH}/JLinkGDBServer",
},
"windows": {
"gdbPath": "${config:ARM_GCC_path}/bin/arm-none-eabi-gdb.exe",
"serverpath": "${config:JLINK_PATH}/JLinkGDBServerCL.exe",
},
"osx": {
"gdbPath": "${config:ARM_GCC_path}/bin/arm-none-eabi-gdb",
"serverpath": "${config:JLINK_PATH}/JLinkGDBServer",
},
"device": "${config:target}",
"jlinkscript": "${workspaceFolder}/.vscode/Reset.JLinkScript",
"interface": "swd",
"runToEntryPoint": "main",
"svdFile": "${config:MAXIM_PATH}/Libraries/CMSIS/Device/Maxim/${config:target}/Include/${config:target}.svd",
"preLaunchTask": "build",
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -128,36 +128,6 @@
{ "text":"b main" },
{ "text": "set $pc=Reset_Handler","ignoreFailures": false }
]
},
{
"name": "J-Link (M4)",
"cwd":"${workspaceRoot}",
"executable": "${workspaceFolder}/build/${config:program_file}",
"loadFiles": ["${workspaceFolder}/build/${config:program_file}"],
"symbolFiles": [{
"file": "${workspaceFolder}/build/${config:symbol_file}"
}],
"request": "launch",
"type": "cortex-debug",
"servertype": "jlink",
"linux": {
"gdbPath": "${config:ARM_GCC_path}/bin/arm-none-eabi-gdb",
"serverpath": "${config:JLINK_PATH}/JLinkGDBServer",
},
"windows": {
"gdbPath": "${config:ARM_GCC_path}/bin/arm-none-eabi-gdb.exe",
"serverpath": "${config:JLINK_PATH}/JLinkGDBServerCL.exe",
},
"osx": {
"gdbPath": "${config:ARM_GCC_path}/bin/arm-none-eabi-gdb",
"serverpath": "${config:JLINK_PATH}/JLinkGDBServer",
},
"device": "${config:target}",
"jlinkscript": "${workspaceFolder}/.vscode/Reset.JLinkScript",
"interface": "swd",
"runToEntryPoint": "main",
"svdFile": "${config:MAXIM_PATH}/Libraries/CMSIS/Device/Maxim/${config:target}/Include/${config:target}.svd",
"preLaunchTask": "build",
}
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Package>
<DisplayName>Visual Studio Code Support</DisplayName>
<Description>Project files, templates, and documentation for integrating Visual Studio Code and the MaximSDK. Example projects come pre-populated with .vscode project folders, and this package contains information on how to use them. It installs to "Tools/VSCode-Maxim".</Description>
<ReleaseDate>2024-02-09</ReleaseDate>
<ReleaseDate>2024-02-13</ReleaseDate>
<Dependencies></Dependencies>
<Script>installscript.js</Script>
<Version>1.7.0</Version>
Expand Down

0 comments on commit 3de30b2

Please sign in to comment.