Skip to content

Commit

Permalink
Update installer package for v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Nov 21, 2022
1 parent 9803023 commit e62f3d2
Show file tree
Hide file tree
Showing 14 changed files with 1,285 additions and 204 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"intelliSenseMode": "gcc-arm",
"compilerPath": "${config:ARM_GCC_path}/bin/arm-none-eabi-gcc.exe",
"browse": {
"path": [
"path": [
"${default}"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
{ "text":"symbol-file build/${config:symbol_file}" },
{ "text":"target remote localhost:3333" },
{ "text":"monitor reset halt" },
{ "text":"set $pc=Reset_Handler"},
{ "text":"b main" }
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"label": "build",
"type": "shell",
"command": "make -r -j 8 all TARGET=${config:target} BOARD=${config:board} MAXIM_PATH=${config:MAXIM_PATH} MAKE=make PROJECT=${config:project_name}",
"command": "make -r -j 8 TARGET=${config:target} BOARD=${config:board} MAXIM_PATH=${config:MAXIM_PATH} MAKE=make PROJECT=${config:project_name}",
"group": "build",
"problemMatcher": []
},
Expand Down
Loading

0 comments on commit e62f3d2

Please sign in to comment.