Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dukesrg committed Jun 15, 2021
1 parent 25a58f6 commit 1047509
Show file tree
Hide file tree
Showing 21 changed files with 914 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "logue-sdk"]
path = logue-sdk
url = https://github.com/dukesrg/logue-sdk
17 changes: 17 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "logue-sdk",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "${workspaceFolder}/logue-sdk/tools/gcc/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc",
"cStandard": "c11",
"cppStandard": "c++11",
"intelliSenseMode": "linux-gcc-arm",
"compilerArgs": []
}
],
"version": 4
}
10 changes: 10 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"recommendations": [
"ms-vscode.cpptools",
"marus25.cortex-debug",
"marus25.cortex-debug-dp-stm32f4"
],
"unwantedRecommendations": [

]
}
Loading

0 comments on commit 1047509

Please sign in to comment.