summaryrefslogtreecommitdiff
path: root/manifest.yml
diff options
context:
space:
mode:
authorArchit Aggarwal <architag@amazon.com>2021-07-27 10:26:37 -0700
committerGitHub <noreply@github.com>2021-07-27 10:26:37 -0700
commitd122d26d7da5a4aa0b43e1b1ae5f222205f76eee (patch)
treef9d4de83eb8e69ca9b9d00784faa70238ff014dc /manifest.yml
parent67e5d4e6ec64371556df78fc94c20e5bf23fd2d2 (diff)
downloadfreertos-git-d122d26d7da5a4aa0b43e1b1ae5f222205f76eee.tar.gz
Re-add submodules to Community and Partner Contribution repos (#669)
Diffstat (limited to 'manifest.yml')
-rw-r--r--manifest.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/manifest.yml b/manifest.yml
index 0d4940263..099457a84 100644
--- a/manifest.yml
+++ b/manifest.yml
@@ -108,4 +108,18 @@ dependencies:
url: "https://github.com/FreeRTOS/coreSNTP"
path: "FreeRTOS-Plus/Source/Application-Protocols/coreSNTP"
+ - name: "FreeRTOS-Community-Supported-Demos"
+ version: "e21b617"
+ repository:
+ type: "git"
+ url: "https://github.com/FreeRTOS/FreeRTOS-Community-Supported-Demos"
+ path: "FreeRTOS/Demo/ThirdParty/Community-Supported-Demos"
+
+ - name: "FreeRTOS-Partner-Supported-Demos"
+ version: "109ef4d"
+ repository:
+ type: "git"
+ url: "https://github.com/FreeRTOS/FreeRTOS-Partner-Supported-Demos"
+ path: "FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos"
+
license: "MIT"