Skip to content
Snippets Groups Projects
Commit c43e06fe authored by Federico Lolli's avatar Federico Lolli Committed by Emilio Corigliano
Browse files

[.vscode] Add vscode automated_antennas C/C++ configuration

parent 06ccf558
Branches
Tags
1 merge request!48[GS, ARP] New entrypoint for lyra_gs and ARP related things
......@@ -433,6 +433,29 @@
"${workspaceFolder}/skyward-boardcore/libs/miosix-kernel/miosix/arch/cortexM4_stm32f4/stm32f429zi_skyward_groundstation_v2",
"${workspaceFolder}/skyward-boardcore/libs/miosix-kernel/miosix/config/arch/cortexM4_stm32f4/stm32f429zi_skyward_groundstation_v2"
]
},
{
"name": "stm32f767zi_automated_antennas",
"cStandard": "c11",
"cppStandard": "c++14",
"compilerPath": "/opt/arm-miosix-eabi/bin/arm-miosix-eabi-g++",
"defines": [
"${defaultDefines}",
"_MIOSIX_BOARDNAME=stm32f767zi_automated_antennas",
"_BOARD_STM32F767ZI_AUTOMATED_ANTENNAS",
"_ARCH_CORTEXM7_STM32F7",
"STM32F769xx",
"HSE_VALUE=25000000",
"SYSCLK_FREQ_216MHz=216000000",
"__ENABLE_XRAM",
"V_DDA_VOLTAGE=3.3f"
],
"includePath": [
"${defaultIncludePaths}",
"${workspaceFolder}/skyward-boardcore/libs/miosix-kernel/miosix/arch/cortexM7_stm32f7/common",
"${workspaceFolder}/skyward-boardcore/src/bsps/stm32f767zi_automated_antennas/config",
"${workspaceFolder}/skyward-boardcore/src/bsps/stm32f767zi_automated_antennas"
]
}
],
"version": 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment