mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-08 20:55:14 -05:00
Replace multithreading demo with MQTT Agent (#563)
* Update MQTT agent submodule * Copy MQTT agent demo files * Remove other demos from connection manager * Update demo config and uncrustify * Update readme files * Fix headers
This commit is contained in:
parent
7a695784bc
commit
ef6194a7ce
18 changed files with 1940 additions and 2257 deletions
|
|
@ -38,6 +38,13 @@ dependencies:
|
|||
url: "https://github.com/FreeRTOS/coreMQTT.git"
|
||||
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT"
|
||||
|
||||
- name: "coreMQTT Agent"
|
||||
version: "v1.0.0"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreMQTT-Agent.git"
|
||||
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent"
|
||||
|
||||
- name: "corePKCS11"
|
||||
version: "v3.0.0"
|
||||
repository:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue