c_cpp_properties.json
1 { 2 "configurations": [ 3 { 4 "name": "Arm", 5 "includePath": [ 6 "${workspaceFolder}/**" 7 ], 8 "defines": [ 9 "_DEBUG", 10 "UNICODE", 11 "_UNICODE", 12 "__VSCODE__CPP__", 13 "BOARD_CUSTOM", 14 "NRF52840_M2", 15 "BSP_DEFINES_ONLY", 16 "CONFIG_GPIO_AS_PINRESET", 17 "FLOAT_ABI_HARD", 18 "NRF52840_XXAABOARD_CUSTOM", 19 "PITAYA_GO", 20 "BSP_DEFINES_ONLY", 21 "CONFIG_GPIO_AS_PINRESET", 22 "FLOAT_ABI_HARD", 23 "NRF52840_XXAA" 24 ], 25 "windowsSdkVersion": "10.0.18362.0", 26 "compilerPath": "C:/Program Files (x86)/GNU Arm Embedded Toolchain/9 2020-q2-update/bin/arm-none-eabi-gcc.exe", 27 "cStandard": "c11", 28 "cppStandard": "c++17", 29 "intelliSenseMode": "gcc-arm", 30 "compilerArgs": [ 31 "-mcpu=cortex-m4", 32 "-mthumb", 33 "-mfloat-abi=hard", 34 "-mabi=aapcs", 35 "-mfpu=fpv4-sp-d16" 36 ], 37 "compileCommands": "${workspaceFolder}/compile_commands.json" 38 } 39 ], 40 "version": 4 41 }