{ "configurations": [ { "name": "Linux", "defines": ["BMLITE_ON_UART", "NRF52840_XXAA", "BOARD_PCA10056", "BMLITE_USE_CALLBACK"], "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "${default}", "compilerPath": "/usr/bin/arm-none-eabi-gcc", "compilerArgs": [ "-mcpu=cortex-m4", "-mthumb", "-mfloat-abi=hard" ] } ], "version": 4 }