summaryrefslogtreecommitdiffhomepage
path: root/public/tools/ping/ping.json
blob: d8d4133a3a3f1e944b5de96ae319830b3509ff8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "compiler_path": "clang++",
    "compiler_std": "c++20",
    "headers_path": [
        "./",
        "../../../dev/kernel",
        "../../../public/frameworks/",
        "../../../dev/",
        "./"
    ],
    "sources_path": [],
    "output_name": "./dist/ping",
    "cpp_macros": [
        "kSampleFWVersion=0x0100",
        "kSampleFWVersionHighest=0x0100",
        "kSampleFWVersionLowest=0x0100",
        "__NE_SDK__"
    ]
}