From ca36fbd29a5579b0827c853d97dc0d2714b19551 Mon Sep 17 00:00:00 2001 From: Monika Singh Date: Tue, 8 Aug 2023 12:12:41 +0000 Subject: [PATCH 1/3] Add readme for ports which are not ested --- source/portable/NetworkInterface/LPC17xx/README.md | 13 +++++++++++++ source/portable/NetworkInterface/LPC18xx/README.md | 13 +++++++++++++ source/portable/NetworkInterface/LPC54018/README.md | 13 +++++++++++++ source/portable/NetworkInterface/M487/README.md | 13 +++++++++++++ source/portable/NetworkInterface/SH2A/README.md | 13 +++++++++++++ source/portable/NetworkInterface/TM4C/README.md | 13 +++++++++++++ .../NetworkInterface/ThirdParty/MSP432/README.md | 12 ++++++++++++ source/portable/NetworkInterface/esp32/README.md | 13 +++++++++++++ source/portable/NetworkInterface/mw300_rd/README.md | 13 +++++++++++++ 9 files changed, 116 insertions(+) create mode 100644 source/portable/NetworkInterface/LPC17xx/README.md create mode 100644 source/portable/NetworkInterface/LPC18xx/README.md create mode 100644 source/portable/NetworkInterface/LPC54018/README.md create mode 100644 source/portable/NetworkInterface/M487/README.md create mode 100644 source/portable/NetworkInterface/SH2A/README.md create mode 100644 source/portable/NetworkInterface/TM4C/README.md create mode 100644 source/portable/NetworkInterface/esp32/README.md create mode 100644 source/portable/NetworkInterface/mw300_rd/README.md diff --git a/source/portable/NetworkInterface/LPC17xx/README.md b/source/portable/NetworkInterface/LPC17xx/README.md new file mode 100644 index 0000000000..d370df7964 --- /dev/null +++ b/source/portable/NetworkInterface/LPC17xx/README.md @@ -0,0 +1,13 @@ +## Disclaimer : + +Please note that LPC17xx port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the latest TCP release V4.0.0. This needs to be used with caution in IPv6 environment as there can be potential compatibility issues. + + +## Last Git Release : + +You can find the last release supporting this port on our GitHub repository here : [V3.1.0](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/releases/tag/V3.1.0). Visit the mentioned link to access the repository and download the version supporting LPC17xx port to use it. + + +## Contribution and Support : + +If you are interested in contributing to the development of this port or have any question regarding this port, feel free to post on [FreeRTOS forum](https://forums.freertos.org/). Your inputs are valuable to us and we encourage collaboration and discussion within the community. diff --git a/source/portable/NetworkInterface/LPC18xx/README.md b/source/portable/NetworkInterface/LPC18xx/README.md new file mode 100644 index 0000000000..d79167c5ff --- /dev/null +++ b/source/portable/NetworkInterface/LPC18xx/README.md @@ -0,0 +1,13 @@ +## Disclaimer : + +Please note that LPC18xx port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the latest TCP release V4.0.0. This needs to be used with caution in IPv6 environment as there can be potential compatibility issues. + + +## Last Git Release : + +You can find the last release supporting this port on our GitHub repository here : [V3.1.0](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/releases/tag/V3.1.0). Visit the mentioned link to access the repository and download the version supporting LPC18xx port to use it. + + +## Contribution and Support : + +If you are interested in contributing to the development of this port or have any question regarding this port, feel free to post on [FreeRTOS forum](https://forums.freertos.org/). Your inputs are valuable to us and we encourage collaboration and discussion within the community. diff --git a/source/portable/NetworkInterface/LPC54018/README.md b/source/portable/NetworkInterface/LPC54018/README.md new file mode 100644 index 0000000000..3563d205b2 --- /dev/null +++ b/source/portable/NetworkInterface/LPC54018/README.md @@ -0,0 +1,13 @@ +## Disclaimer : + +Please note that LPC54018 port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the latest TCP release V4.0.0. This needs to be used with caution in IPv6 environment as there can be potential compatibility issues. + + +## Last Git Release : + +You can find the last release supporting this port on our GitHub repository here : [V3.1.0](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/releases/tag/V3.1.0). Visit the mentioned link to access the repository and download the version supporting LPC54018 port to use it. + + +## Contribution and Support : + +If you are interested in contributing to the development of this port or have any question regarding this port, feel free to post on [FreeRTOS forum](https://forums.freertos.org/). Your inputs are valuable to us and we encourage collaboration and discussion within the community. diff --git a/source/portable/NetworkInterface/M487/README.md b/source/portable/NetworkInterface/M487/README.md new file mode 100644 index 0000000000..10b22c28ed --- /dev/null +++ b/source/portable/NetworkInterface/M487/README.md @@ -0,0 +1,13 @@ +## Disclaimer : + +Please note that M487 port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the latest TCP release V4.0.0. This needs to be used with caution in IPv6 environment as there can be potential compatibility issues. + + +## Last Git Release : + +You can find the last release supporting this port on our GitHub repository here : [V3.1.0](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/releases/tag/V3.1.0). Visit the mentioned link to access the repository and download the version supporting M487 port to use it. + + +## Contribution and Support : + +If you are interested in contributing to the development of this port or have any question regarding this port, feel free to post on [FreeRTOS forum](https://forums.freertos.org/). Your inputs are valuable to us and we encourage collaboration and discussion within the community. diff --git a/source/portable/NetworkInterface/SH2A/README.md b/source/portable/NetworkInterface/SH2A/README.md new file mode 100644 index 0000000000..3994b826f5 --- /dev/null +++ b/source/portable/NetworkInterface/SH2A/README.md @@ -0,0 +1,13 @@ +## Disclaimer : + +Please note that SH2A port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the latest TCP release V4.0.0. This needs to be used with caution in IPv6 environment as there can be potential compatibility issues. + + +## Last Git Release : + +You can find the last release supporting this port on our GitHub repository here : [V3.1.0](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/releases/tag/V3.1.0). Visit the mentioned link to access the repository and download the version supporting SH2A port to use it. + + +## Contribution and Support : + +If you are interested in contributing to the development of this port or have any question regarding this port, feel free to post on [FreeRTOS forum](https://forums.freertos.org/). Your inputs are valuable to us and we encourage collaboration and discussion within the community. diff --git a/source/portable/NetworkInterface/TM4C/README.md b/source/portable/NetworkInterface/TM4C/README.md new file mode 100644 index 0000000000..66bd4ff20a --- /dev/null +++ b/source/portable/NetworkInterface/TM4C/README.md @@ -0,0 +1,13 @@ +## Disclaimer : + +Please note that TM4C port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the latest TCP release V4.0.0. This needs to be used with caution in IPv6 environment as there can be potential compatibility issues. + + +## Last Git Release : + +You can find the last release supporting this port on our GitHub repository here : [V3.1.0](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/releases/tag/V3.1.0). Visit the mentioned link to access the repository and download the version supporting TM4C port to use it. + + +## Contribution and Support : + +If you are interested in contributing to the development of this port or have any question regarding this port, feel free to post on [FreeRTOS forum](https://forums.freertos.org/). Your inputs are valuable to us and we encourage collaboration and discussion within the community. diff --git a/source/portable/NetworkInterface/ThirdParty/MSP432/README.md b/source/portable/NetworkInterface/ThirdParty/MSP432/README.md index f0eb30f130..1115640fc7 100644 --- a/source/portable/NetworkInterface/ThirdParty/MSP432/README.md +++ b/source/portable/NetworkInterface/ThirdParty/MSP432/README.md @@ -1,3 +1,15 @@ +## Disclaimer : + +Please note that M487 port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the latest TCP release V4.0.0. This needs to be used with caution in IPv6 environment as there can be potential compatibility issues. + +## Last Git Release : + +You can find the last release supporting this port on our GitHub repository here : [V3.1.0](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/releases/tag/V3.1.0). Visit the mentioned link to access the repository and download the version supporting M487 port to use it. + +## Contribution and Support : + +If you are interested in contributing to the development of this port or have any question regarding this port, feel free to post on [FreeRTOS forum](https://forums.freertos.org/). Your inputs are valuable to us and we encourage collaboration and discussion within the community. + # Scope This is a driver and network middleware for the MSP432E401Y microcontroller with built-in Ethernet MAC. diff --git a/source/portable/NetworkInterface/esp32/README.md b/source/portable/NetworkInterface/esp32/README.md new file mode 100644 index 0000000000..cdea9ee399 --- /dev/null +++ b/source/portable/NetworkInterface/esp32/README.md @@ -0,0 +1,13 @@ +## Disclaimer : + +Please note that esp32 port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the latest TCP release V4.0.0. This needs to be used with caution in IPv6 environment as there can be potential compatibility issues. + + +## Last Git Release : + +You can find the last release supporting this port on our GitHub repository here : [V3.1.0](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/releases/tag/V3.1.0). Visit the mentioned link to access the repository and download the version supporting esp32 port to use it. + + +## Contribution and Support : + +If you are interested in contributing to the development of this port or have any question regarding this port, feel free to post on [FreeRTOS forum](https://forums.freertos.org/). Your inputs are valuable to us and we encourage collaboration and discussion within the community. diff --git a/source/portable/NetworkInterface/mw300_rd/README.md b/source/portable/NetworkInterface/mw300_rd/README.md new file mode 100644 index 0000000000..6de77d15ab --- /dev/null +++ b/source/portable/NetworkInterface/mw300_rd/README.md @@ -0,0 +1,13 @@ +## Disclaimer : + +Please note that mw300_rd port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the latest TCP release V4.0.0. This needs to be used with caution in IPv6 environment as there can be potential compatibility issues. + + +## Last Git Release : + +You can find the last release supporting this port on our GitHub repository here : [V3.1.0](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/releases/tag/V3.1.0). Visit the mentioned link to access the repository and download the version supporting mw300_rd port to use it. + + +## Contribution and Support : + +If you are interested in contributing to the development of this port or have any question regarding this port, feel free to post on [FreeRTOS forum](https://forums.freertos.org/). Your inputs are valuable to us and we encourage collaboration and discussion within the community. From 1428ec9c6454fe4b25c01b1bcb8520955207197c Mon Sep 17 00:00:00 2001 From: Monika Singh Date: Tue, 8 Aug 2023 12:15:55 +0000 Subject: [PATCH 2/3] Update name --- source/portable/NetworkInterface/ThirdParty/MSP432/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/portable/NetworkInterface/ThirdParty/MSP432/README.md b/source/portable/NetworkInterface/ThirdParty/MSP432/README.md index 1115640fc7..07e6a3eb8b 100644 --- a/source/portable/NetworkInterface/ThirdParty/MSP432/README.md +++ b/source/portable/NetworkInterface/ThirdParty/MSP432/README.md @@ -1,10 +1,10 @@ ## Disclaimer : -Please note that M487 port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the latest TCP release V4.0.0. This needs to be used with caution in IPv6 environment as there can be potential compatibility issues. +Please note that MSP432 port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the latest TCP release V4.0.0. This needs to be used with caution in IPv6 environment as there can be potential compatibility issues. ## Last Git Release : -You can find the last release supporting this port on our GitHub repository here : [V3.1.0](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/releases/tag/V3.1.0). Visit the mentioned link to access the repository and download the version supporting M487 port to use it. +You can find the last release supporting this port on our GitHub repository here : [V3.1.0](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/releases/tag/V3.1.0). Visit the mentioned link to access the repository and download the version supporting MSP432 port to use it. ## Contribution and Support : From 6057a9efa6bff2719ffe7b417ac6af6df2015e91 Mon Sep 17 00:00:00 2001 From: Monika Singh Date: Wed, 9 Aug 2023 05:43:12 +0000 Subject: [PATCH 3/3] Add readme for pic32mzef --- source/portable/NetworkInterface/pic32mzef/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 source/portable/NetworkInterface/pic32mzef/README.md diff --git a/source/portable/NetworkInterface/pic32mzef/README.md b/source/portable/NetworkInterface/pic32mzef/README.md new file mode 100644 index 0000000000..9aa0076fac --- /dev/null +++ b/source/portable/NetworkInterface/pic32mzef/README.md @@ -0,0 +1,11 @@ +## Disclaimer : + +Please note that pic32mzef port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the latest TCP release V4.0.0. This needs to be used with caution in IPv6 environment as there can be potential compatibility issues. + +## Last Git Release : + +You can find the last release supporting this port on our GitHub repository here : [V3.1.0](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/releases/tag/V3.1.0). Visit the mentioned link to access the repository and download the version supporting pic32mzef port to use it. + +## Contribution and Support : + +If you are interested in contributing to the development of this port or have any question regarding this port, feel free to post on [FreeRTOS forum](https://forums.freertos.org/). Your inputs are valuable to us and we encourage collaboration and discussion within the community. \ No newline at end of file