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:
Muneeb Ahmed 2021-04-20 17:27:10 -07:00 committed by GitHub
parent 7a695784bc
commit ef6194a7ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1940 additions and 2257 deletions

View file

@ -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: