Skip to content

Instantly share code, notes, and snippets.

@izen57
Created December 3, 2023 13:26
Show Gist options
  • Save izen57/73817e403afbbd437300a03915faf7ee to your computer and use it in GitHub Desktop.
Save izen57/73817e403afbbd437300a03915faf7ee to your computer and use it in GitHub Desktop.
VS Code C Properties for Cooja
{
"configurations": [
{
"name": "Win32",
"includePath": [
"change_on_your_path/contiki-ng/os/**",
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.22000.0",
"compilerPath": "cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "${default}"
}
],
"version": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment