summaryrefslogtreecommitdiff
path: root/source/use_case/usecase-preset.json
blob: 330fc10de0162721d17fc83a0ceac1638611e28a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "version": 4,
    "cmakeMinimumRequired": {
            "major": 3,
            "minor": 23,
            "patch": 0
    },
    "buildPresets": [
        {
            "name": "usecase-targets",
            "description": "Base preset for specifying use-case targets in build presets.",
            "hidden": true,
            "targets": [
                "all",
                "ethos-u-ad",
                "ethos-u-asr",
                "ethos-u-img_class",
                "ethos-u-inference_runner",
                "ethos-u-kws_asr",
                "ethos-u-kws",
                "ethos-u-noise_reduction",
                "ethos-u-object_detection",
                "ethos-u-vww"
            ]
        }
    ]
}