Skip to content
Snippets Groups Projects
Commit ea214374 authored by Davide Mor's avatar Davide Mor Committed by Emilio Corigliano
Browse files

[gs] Added nokia subtarget

parent 9229b9f0
No related branches found
No related tags found
1 merge request!48[GS, ARP] New entrypoint for lyra_gs and ARP related things
......@@ -353,6 +353,29 @@
"${workspaceFolder}/skyward-boardcore/src/bsps/stm32f767zi_gemini_gs"
]
},
{
"name": "stm32f429zi_skyward_groundstation_v2",
"cStandard": "c11",
"cppStandard": "c++14",
"compilerPath": "/opt/arm-miosix-eabi/bin/arm-miosix-eabi-g++",
"defines": [
"{defaultDefines}",
"_MIOSIX_BOARDNAME=stm32f429zi_skyward_groundstation_v2",
"_BOARD_STM32F429ZI_SKYWARD_GS_V2",
"_ARCH_CORTEXM4_STM32F4",
"STM32F429xx",
"HSE_VALUE=8000000",
"SYSCLK_FREQ_168MHz=168000000",
"__ENABLE_XRAM",
"V_DDA_VOLTAGE=3.0f"
],
"includePath": [
"${defaultIncludePaths}",
"${workspaceFolder}/skyward-boardcore/libs/miosix-kernel/miosix/arch/cortexM4_stm32f4/common",
"${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_lyra_biscotto",
"cStandard": "c11",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment