Skip to content

Commit

Permalink
Move MQTT Mutual Auth Demo from lts-development to master (FreeRTOS#331)
Browse files Browse the repository at this point in the history
This moves the MQTT Mutual Auth Demo under FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth

The project files such as WIN32.vcxproj and WIN32.vcxproj.filters are updated to point to the sources and includes from the coreMQTT submodule.

No changes are made to the actual code. Only paths are updated.

Co-authored-by: Muneeb Ahmed <[email protected]>
Co-authored-by: SarenaAWS <[email protected]>
Co-authored-by: leegeth <[email protected]>
  • Loading branch information
4 people authored Oct 8, 2020
1 parent 0c58a39 commit 168d921
Show file tree
Hide file tree
Showing 14 changed files with 4,562 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
[submodule "FreeRTOS-Plus/Test/CMock"]
path = FreeRTOS-Plus/Test/CMock
url = https://github.com/ThrowTheSwitch/CMock
[submodule "FreeRTOS-Plus/ThirdParty/mbedtls"]
path = FreeRTOS-Plus/ThirdParty/mbedtls
url = https://github.com/ARMmbed/mbedtls
[submodule "FreeRTOS-Plus/Source/Application-Protocols/corePKCS11"]
path = FreeRTOS-Plus/Source/corePKCS11
url = https://github.com/FreeRTOS/corePKCS11.git
Loading

0 comments on commit 168d921

Please sign in to comment.