summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArchit Gupta <71798289+archigup@users.noreply.github.com>2021-06-21 17:12:33 -0700
committerGitHub <noreply@github.com>2021-06-21 17:12:33 -0700
commit434eeadf9f76336da8c5d4d248801bc1be097e28 (patch)
tree41466bc35120348fa368eea79ac3cc8bd1ca1961
parent5e596c2e3282016d4b00ba7db6a9cce634f97d13 (diff)
downloadfreertos-git-434eeadf9f76336da8c5d4d248801bc1be097e28.tar.gz
Add new demo submodules to manifest.yml (#630)
-rw-r--r--manifest.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/manifest.yml b/manifest.yml
index c12563cbc..f31a5e587 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"