Add files via upload

This commit is contained in:
Joseph Julicher 2020-12-14 20:22:54 -07:00 committed by GitHub
parent a11e71dd2d
commit e8c6d39850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

51
manifest.yml Normal file
View File

@ -0,0 +1,51 @@
name : "FreeRTOS Classic"
version: "202012.00"
description: |-
"'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo."
dependencies:
- name: "FreeRTOS-Kernel"
version: "10.4.3"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
- name: "FreeRTOS-Plus-TCP"
version: "2.3.2"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git"
- name: "coreJSON"
version: "3.0.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreJSON.git"
- name: "coreHTTP"
version: "1.0.1"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreHTTP.git"
- name: "coreMQTT"
version: "1.0.2"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreMQTT.git"
- name: "corePKCS11"
version: "3.0.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/corePKCS11.git"
- name: "device-defender"
version: "1.0.1"
repository:
type: "git"
url: "https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk.git"
- name: "device-shadow"
version: "1.0.2"
repository:
type: "git"
url: "https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk.git"
- name: "jobs"
version: "1.0.1"
repository:
type: "git"
url: "https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk.git"
license: "MIT"