From f9ae718824fc24a245808c2050b61e08ff9745eb Mon Sep 17 00:00:00 2001 From: Flavio Santes Date: Thu, 4 Aug 2016 12:45:58 -0500 Subject: [PATCH] MAINTAINERS: Add network applications and update tinycrypt sections Add the Network Applications sections covering the following: - nats clients - paho_mqtt_clients - dns_client Update the tinycrypt section: - Add the tests/crypto directory. This directory includes one mbedtls test and the remaining are tinycrypt tests. For more information, see: https://gerrit.zephyrproject.org/r/3411 https://gerrit.zephyrproject.org/r/3412 Change-Id: I389cde59cca0f429baffc1a44b43a6a87b5093fd Signed-off-by: Flavio Santes --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 978dacd27dc..4b9f08686e9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -170,6 +170,13 @@ F: include/net/ F: samples/net/ F: tests/net/ +NETWORK APPLICATIONS +M: Flavio Santes +S: Supported +F: samples/net/dns_client/ +F: samples/net/nats_clients/ +F: samples/net/paho_mqtt_clients/ + NETWORK BUFFERS M: Johan Hedberg M: Jukka Rissanen @@ -238,8 +245,10 @@ F: samples/sensor/ TINYCRYPT M: Constanza Heath +M: Flavio Santes S: Supported F: ext/lib/crypto/tinycrypt/ +F: tests/crypto/ X86 ARCH M: Benjamin Walsh