Update editor settings compiler version, fix permissions
This commit is contained in:
parent
a0ae3ef8b0
commit
926e55d38c
4
.vscode/c_cpp_properties.json
vendored
Executable file → Normal file
4
.vscode/c_cpp_properties.json
vendored
Executable file → Normal file
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
"name": "STM32F103x8",
|
"name": "STM32F103x8",
|
||||||
"includePath": [
|
"includePath": [
|
||||||
"/usr/lib/gcc/arm-none-eabi/7.3.0/include",
|
"/usr/lib/gcc/arm-none-eabi/9.2.0/include",
|
||||||
"/opt/stm32cube/STM32Cube_FW_F1_V1.6.0/Drivers/CMSIS/Include",
|
"/opt/stm32cube/STM32Cube_FW_F1_V1.6.0/Drivers/CMSIS/Include",
|
||||||
"/opt/stm32cube/STM32Cube_FW_F1_V1.6.0/Drivers/CMSIS/Device/ST/STM32F1xx/Include",
|
"/opt/stm32cube/STM32Cube_FW_F1_V1.6.0/Drivers/CMSIS/Device/ST/STM32F1xx/Include",
|
||||||
"${workspaceRoot}"
|
"${workspaceRoot}"
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
"intelliSenseMode": "clang-x64",
|
"intelliSenseMode": "clang-x64",
|
||||||
"browse": {
|
"browse": {
|
||||||
"path": [
|
"path": [
|
||||||
"/usr/lib/gcc/arm-none-eabi/7.3.0/include",
|
"/usr/lib/gcc/arm-none-eabi/9.2.0/include",
|
||||||
"/opt/stm32cube/STM32Cube_FW_F1_V1.6.0/Drivers/CMSIS/Include",
|
"/opt/stm32cube/STM32Cube_FW_F1_V1.6.0/Drivers/CMSIS/Include",
|
||||||
"/opt/stm32cube/STM32Cube_FW_F1_V1.6.0/Drivers/CMSIS/Device/ST/STM32F1xx/Include",
|
"/opt/stm32cube/STM32Cube_FW_F1_V1.6.0/Drivers/CMSIS/Device/ST/STM32F1xx/Include",
|
||||||
"${workspaceRoot}"
|
"${workspaceRoot}"
|
||||||
|
|
0
.vscode/launch.json
vendored
Executable file → Normal file
0
.vscode/launch.json
vendored
Executable file → Normal file
0
.vscode/settings.json
vendored
Executable file → Normal file
0
.vscode/settings.json
vendored
Executable file → Normal file
0
.vscode/tasks.json
vendored
Executable file → Normal file
0
.vscode/tasks.json
vendored
Executable file → Normal file
0
ld/STM32F103C8T6_FLASH.ld
Executable file → Normal file
0
ld/STM32F103C8T6_FLASH.ld
Executable file → Normal file
0
src/buildid.h
Executable file → Normal file
0
src/buildid.h
Executable file → Normal file
0
src/debug.c
Executable file → Normal file
0
src/debug.c
Executable file → Normal file
0
src/debug.h
Executable file → Normal file
0
src/debug.h
Executable file → Normal file
0
src/main.c
Executable file → Normal file
0
src/main.c
Executable file → Normal file
0
src/main.h
Executable file → Normal file
0
src/main.h
Executable file → Normal file
0
src/pinning.h
Executable file → Normal file
0
src/pinning.h
Executable file → Normal file
0
src/system.c
Executable file → Normal file
0
src/system.c
Executable file → Normal file
Loading…
Reference in a new issue