aboutsummaryrefslogtreecommitdiff
path: root/externals.json
blob: 918680d17c621134807fb029e317cf7298bf0aa4 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
    "externals":
    [
        {
            "path": "core_platform",
            "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-platform",
            "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-core-platform",
            "revision": "master"
        },
        {
            "path": "core_software",
            "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-software",
            "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-core-software",
            "revision": "master"
        },
        {
            "path": "core_software/core_driver",
            "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver",
            "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-core-driver",
            "revision": "master"
        },
        {
            "path": "core_software/cmsis",
            "fetchurl": "https://github.com/ARM-software/CMSIS_5.git",
            "revision": "develop"
        },
        {
            "path": "core_software/cmsis-view",
            "fetchurl": "https://github.com/ARM-software/CMSIS-View.git",
            "revision": "main"
        },
        {
            "path": "core_software/rtos/freertos",
            "fetchurl": "https://github.com/aws/amazon-freertos.git",
            "revision": "main"
        },
        {
            "path": "core_software/rtos/freertos/freertos_kernel",
            "fetchurl": "https://github.com/FreeRTOS/FreeRTOS-Kernel.git",
            "revision": "main" 
        },
        {
            "path": "core_software/rtos/threadx",
            "name": "linaro",
            "fetchurl": "https://github.com/Linaro/threadx",
            "revision": "mps3_an547"
        },
        {
            "path": "core_software/tflite_micro",
            "fetchurl": "https://github.com/tensorflow/tflite-micro",
            "revision": "main"
        },
        {
            "path": "linux_driver_stack",
            "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-linux-driver-stack",
            "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-linux-driver-stack",
            "revision": "master"
        },
        {
            "path": "vela",
            "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-vela",
            "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-vela",
            "revision": "master"
        }
    ]
}