Open VojislavM opened 4 years ago
c_cpp_properties.json file:
{ "configurations": [ { "name": "nRF52840 DK", "includePath": [ "${workspaceFolder}/**", "${env:GNU_GCC}/arm-none-eabi/include", "${env:nRF_SDK}/modules/**", "${env:nRF_SDK}/components/**" ], "defines": [ "BOARD_PCA10056", "CONFIG_GPIO_AS_PINRESET", "INITIALIZE_USER_SECTIONS", "FLOAT_ABI_HARD", "NRF52", "NRF52840_XXAA", "NRF_SD_BLE_API_VERSION=6", "S140", "SOFTDEVICE_PRESENT", "SWI_DISABLE0" ], "macFrameworkPath": [ "/System/Library/Frameworks", "/Library/Frameworks" ], "compilerPath": "${env:GNU_GCC}/bin/arm-none-eabi-gcc", "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "clang-x64" } ], "version": 4 }
c_cpp_properties.json file: