From 6ca798e2e7adb9fce5d9dd502300f875eefebbd2 Mon Sep 17 00:00:00 2001 From: Alexander Mazuruk Date: Thu, 16 Nov 2023 08:35:04 +0100 Subject: [PATCH] Add notice about using third_party/lwip (#30006) * Add notice about using third_party/lwip As per discussion in platform slack channel. Signed-off-by: Alexander Mazuruk * Restyled by prettier-markdown --------- Signed-off-by: Alexander Mazuruk Co-authored-by: Restyled.io Co-authored-by: Arkadiusz Bokowy --- third_party/lwip/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 third_party/lwip/README.md diff --git a/third_party/lwip/README.md b/third_party/lwip/README.md new file mode 100644 index 00000000000000..9810aa4fa7b550 --- /dev/null +++ b/third_party/lwip/README.md @@ -0,0 +1,5 @@ +# Responsibilities + +It is Vendors responsibility to choose a version of lwIP, patch and test it +accordingly for their products. Matter SDK team does not assume responsibility +for Vendors using lwip from `third_party`.