Skip to content

Instantly share code, notes, and snippets.

@wordyallen
Last active May 23, 2018 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wordyallen/3b5cd3eadcd52375e8b468e17de0a696 to your computer and use it in GitHub Desktop.
Save wordyallen/3b5cd3eadcd52375e8b468e17de0a696 to your computer and use it in GitHub Desktop.
c setting for arm
{
"configurations": [
{
"name": "STM32",
"browse": {
"path": [
"${workspaceFolder}",
"/Users/joe/STM32Cube/Repository/STM32Cube_FW_F4_V1.21.0/Drivers/STM32F4xx_HAL_Driver/Inc",
"/Users/joe/STM32Cube/Repository/STM32Cube_FW_F4_V1.21.0/Drivers/CMSIS/Device/ST/STM32F4xx/Include",
"/Users/joe/STM32Cube/Repository/STM32Cube_FW_F4_V1.21.0/Drivers/CMSIS/Include",
"/Users/joe/Embedded/Toolchains/cross-toolchain/arm-none-eabi/include"
],
"limitSymbolsToIncludedHeaders": true
},
"includePath": [
"${workspaceFolder}/**",
"/Users/joe/STM32Cube/Repository/STM32Cube_FW_F4_V1.21.0/Drivers/STM32F4xx_HAL_Driver/Inc",
"/Users/joe/STM32Cube/Repository/STM32Cube_FW_F4_V1.21.0/Drivers/CMSIS/Device/ST/STM32F4xx/Include",
"/Users/joe/STM32Cube/Repository/STM32Cube_FW_F4_V1.21.0/Drivers/CMSIS/Include",
"/Users/joe/Embedded/Toolchains/cross-toolchain/arm-none-eabi/include"
],
"defines": [
"STM32F415xx",
"USE_FULL_LL_DRIVER"
],
"forcedIncludes":"",
"compilerPath": "/Users/joe/Embedded/Toolchains/cross-toolchain/bin",
"cStandard": "c11",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
HAL_GPIO_TogglePin(LD2_GPIO_Port, LD2_Pin);
HAL_Delay(1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment