summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryngki <47755894+yngki@users.noreply.github.com>2020-12-04 12:42:18 -0800
committerGitHub <noreply@github.com>2020-12-04 12:42:18 -0800
commit5d6c6104b4612e95876543288b09ac0174a72d7a (patch)
treedfa7f201bc46c432377a417ba429491f968c05bc
parentb7b9ccb099aa9fe3925efc0481deb42fc8bce521 (diff)
downloadfreertos-git-5d6c6104b4612e95876543288b09ac0174a72d7a.tar.gz
Update readme.txt
-rw-r--r--FreeRTOS-Plus/Source/Application-Protocols/readme.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/FreeRTOS-Plus/Source/Application-Protocols/readme.txt b/FreeRTOS-Plus/Source/Application-Protocols/readme.txt
index b0504728e..b5e5a7080 100644
--- a/FreeRTOS-Plus/Source/Application-Protocols/readme.txt
+++ b/FreeRTOS-Plus/Source/Application-Protocols/readme.txt
@@ -2,14 +2,16 @@ The 'core' branded application protocols are 'standalone' in that they do not
have any dependencies outside of the C library. They use a simple transport
interface definition to ensure they are not dependent on the underlying TCP/IP
stack. This directory collects together the application protocols that all use
-the same transport interface definition (only coreMQTT at the time of writing,
-soon to also include coreHTTP).
+the same transport interface definition.
Directories:
+ coreMQTT contains the implementation of the coreMQTT library. See:
- https://www.FreeRTOS.org/coremqtt
+ https://www.FreeRTOS.org/mqtt
+ network_transport contains the transport interface definition. See the
comment above and https://www.freertos.org/transportinterface.html
+
++ coreHTTP contains the implementation of the coreHTTP library. See:
+ https://www.FreeRTOS.org/http