Skip to content
Snippets Groups Projects
Commit 98a49054 authored by Lorenzo Cucchi's avatar Lorenzo Cucchi Committed by Emilio Corigliano
Browse files

[VSC] Vscode added stm32f756zg configuration

parent 4aced8fb
Branches
Tags
1 merge request!134Add support for stm32f756 nucleo
...@@ -338,6 +338,30 @@ ...@@ -338,6 +338,30 @@
"${workspaceFolder}/libs/miosix-kernel/miosix/config/arch/cortexM7_stm32f7/stm32f767zi_compute_unit" "${workspaceFolder}/libs/miosix-kernel/miosix/config/arch/cortexM7_stm32f7/stm32f767zi_compute_unit"
] ]
}, },
{
"name": "stm32f756zg_nucleo",
"cStandard": "c11",
"cppStandard": "c++14",
"compilerPath": "/opt/arm-miosix-eabi/bin/arm-miosix-eabi-g++",
"defines": [
"{defaultDefines}",
"_MIOSIX_BOARDNAME=stm32f756zg_nucleo",
"D_BOARD_STM32F756ZG_NUCLEO",
"_ARCH_CORTEXM7_STM32F7",
"STM32F756xx",
"HSE_VALUE=25000000",
"SYSCLK_FREQ_216MHz=216000000",
"__ENABLE_XRAM",
"V_DDA_VOLTAGE=3.3f"
],
"includePath": [
"${defaultIncludePaths}",
"${workspaceFolder}/libs/miosix-kernel/miosix/arch/cortexM7_stm32f7/common",
"${workspaceFolder}/libs/miosix-kernel/miosix/arch/cortexM7_stm32f7/stm32f756zg_nucleo",
"${workspaceFolder}/libs/miosix-kernel/miosix/config/arch/cortexM7_stm32f7/stm32f756zg_nucleo",
"${workspaceFolder}/libs/miosix-kernel/miosix/arch/common/CMSIS/Include"
]
},
{ {
"name": "stm32f767zi_nucleo", "name": "stm32f767zi_nucleo",
"cStandard": "c11", "cStandard": "c11",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment