Paho MQTT Embedded C client: Use submodule pointing to upstream repo
Due to code organisation of upstream repo, MQTTClient still needs copying into our repo.
This commit is contained in:
parent
9b21c54fc5
commit
42880fded5
23 changed files with 240 additions and 1828 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -10,4 +10,6 @@
|
|||
[submodule "bootloader/rboot"]
|
||||
path = bootloader/rboot
|
||||
url = https://github.com/raburton/rboot.git
|
||||
|
||||
[submodule "extras/paho_mqtt_c/org.eclipse.paho.mqtt.embedded-c"]
|
||||
path = extras/paho_mqtt_c/org.eclipse.paho.mqtt.embedded-c
|
||||
url = https://git.eclipse.org/r/paho/org.eclipse.paho.mqtt.embedded-c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue