mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 08:47:45 -04:00
Replace library links with the application-protocols one (#665)
* Replace library links with the application-protocols one The ReadMe.txt refers to library link on FreeRTOS.org which will not be available until after the library is released in github. Instead, use top level page https://www.freertos.org/application-protocols.html which lists all the libraries in this directory which is also easy for user to navigate and could avoid this issue when releasing new library. * Update FreeRTOS-Plus/Source/Application-Protocols/readme.txt Co-authored-by: Archit Aggarwal <architag@amazon.com> * Update FreeRTOS-Plus/Source/Application-Protocols/readme.txt Co-authored-by: Paul Bartell <pbartell@amazon.com> Co-authored-by: Archit Aggarwal <architag@amazon.com> Co-authored-by: Paul Bartell <pbartell@amazon.com>
This commit is contained in:
parent
69b9155bad
commit
01614ca997
1 changed files with 6 additions and 11 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue