mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Move MQTT Mutual Auth Demo from lts-development to master (#331)
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 <54290492+muneebahmed10@users.noreply.github.com> Co-authored-by: SarenaAWS <6563840+sarenameas@users.noreply.github.com> Co-authored-by: leegeth <51681119+leegeth@users.noreply.github.com>
This commit is contained in:
parent
0c58a39332
commit
168d92132f
14 changed files with 4562 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue