-
Notifications
You must be signed in to change notification settings - Fork 74
/
manifest.yml
39 lines (35 loc) · 959 Bytes
/
manifest.yml
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
name: "ota-for-aws-iot-embedded-sdk"
version: "v3.4.0"
description:
"Client library for using the AWS Over-the-air Update service on embedded
devices."
license: "MIT"
dependencies:
- name: "coreJSON"
version: "v3.2.0"
license: "MIT"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreJSON.git"
path: source/dependency/coreJSON
- name: "tinycbor"
version: "v0.5.4"
license: "MIT"
repository:
type: "git"
url: "https://github.com/intel/tinycbor.git"
path: source/dependency/3rdparty/tinycbor
- name: "CMock"
version: "v2.5.2"
license: "MIT"
repository:
type: "git"
url: "https://github.com/ThrowTheSwitch/CMock.git"
path: test/unit-test/CMock
- name: "FreeRTOS-Kernel"
version: "V10.4.5"
license: "MIT"
repository:
type: "git"
path: test/cbmc/FreeRTOS-Kernel
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"