mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 10:17:45 -04:00
Add new demo submodules to manifest.yml (#630)
This commit is contained in:
parent
5e596c2e32
commit
434eeadf9f
1 changed files with 14 additions and 0 deletions
14
manifest.yml
14
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue