Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Nov 21, 2022
2 parents 7553e35 + e62f3d2 commit 07fb331
Show file tree
Hide file tree
Showing 52 changed files with 2,627 additions and 926 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build
buildlogs*
__pycache__
MaximSDK/Template/.vscode/readme.md
MaximSDK/Template/.vscode/README.md
2 changes: 1 addition & 1 deletion MaximSDK/Inject/.vscode/c_cpp_properties.json
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
1 change: 1 addition & 0 deletions MaximSDK/Inject/.vscode/launch.json
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
2 changes: 1 addition & 1 deletion MaximSDK/Inject/.vscode/tasks.json
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 07fb331

Please sign in to comment.