Skip to content

Instantly share code, notes, and snippets.

@popcornmix
Created January 26, 2022 11:02
Show Gist options
  • Save popcornmix/8c0d34c53b200cf2e1c413c1b1b20646 to your computer and use it in GitHub Desktop.
Save popcornmix/8c0d34c53b200cf2e1c413c1b1b20646 to your computer and use it in GitHub Desktop.
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/include",
"${workspaceFolder}/arch/arm/include",
"${workspaceFolder}/arch/arm/include/generated",
"${workspaceFolder}/include/uapi"
],
"defines": [
"__GNUC__",
"__KERNEL__",
"MODULE",
"KBUILD_MODNAME=\"hello_module\""
],
"compilerPath": "/usr/lib/ccache/arm-linux-gnueabihf-gcc",
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "linux-gcc-arm",
"forcedInclude": [
"${workspaceFolder}/include/generated/autoconf.h"
]
}
],
"version": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment