summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FreeRTOS-Plus/Source/Application-Protocols/readme.txt17
1 files changed, 6 insertions, 11 deletions
diff --git a/FreeRTOS-Plus/Source/Application-Protocols/readme.txt b/FreeRTOS-Plus/Source/Application-Protocols/readme.txt
index 08e930aeb..e6749f1fc 100644
--- a/FreeRTOS-Plus/Source/Application-Protocols/readme.txt
+++ b/FreeRTOS-Plus/Source/Application-Protocols/readme.txt
@@ -6,15 +6,10 @@ the same transport interface definition.
Directories:
-+ coreMQTT contains the implementation of the coreMQTT library. See:
- https://www.freertos.org/mqtt
-
-+ coreMQTT-Agent contains the implementation of the coreMQTT Agent library. See:
- https://www.freertos.org/mqtt/mqtt-agent-demo
-
-+ network_transport contains the transport interface definition. See the
- comment above and https://www.freertos.org/network-interface.html
-
-+ coreHTTP contains the implementation of the coreHTTP library. See:
- https://www.freertos.org/http
++ coreMQTT contains the implementation of the coreMQTT library.
++ coreMQTT-Agent contains the implementation of the coreMQTT Agent library.
++ coreHTTP contains the implementation of the coreHTTP library.
++ coreSNTP contains the implementation of the coreSNTP library.
++ network_transport contains multiple implementations for the transport interface.
+For more details on the above libraries, see: https://www.freertos.org/application-protocols.html.