blob: 330fc10de0162721d17fc83a0ceac1638611e28a [file] [log] [blame]
Maksims Svecovs45488502022-09-28 14:43:07 +01001{
2 "version": 4,
3 "cmakeMinimumRequired": {
4 "major": 3,
5 "minor": 23,
6 "patch": 0
7 },
8 "buildPresets": [
9 {
10 "name": "usecase-targets",
11 "description": "Base preset for specifying use-case targets in build presets.",
12 "hidden": true,
13 "targets": [
14 "all",
15 "ethos-u-ad",
16 "ethos-u-asr",
17 "ethos-u-img_class",
18 "ethos-u-inference_runner",
19 "ethos-u-kws_asr",
20 "ethos-u-kws",
21 "ethos-u-noise_reduction",
22 "ethos-u-object_detection",
23 "ethos-u-vww"
24 ]
25 }
26 ]
27}