summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorFlavio Santes <flavio.santes@intel.com>2016-08-04 12:45:58 -0500
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2016-08-05 23:11:12 +0000
commitf9ae718824fc24a245808c2050b61e08ff9745eb (patch)
tree891cc06f5e654c867b013143656bf5ca6b11ac8f /MAINTAINERS
parentfb080a3211a31d0e26134c8210968aea038af296 (diff)
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 <flavio.santes@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 978dacd27..4b9f08686 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -170,6 +170,13 @@ F: include/net/
F: samples/net/
F: tests/net/
+NETWORK APPLICATIONS
+M: Flavio Santes <flavio.santes@intel.com>
+S: Supported
+F: samples/net/dns_client/
+F: samples/net/nats_clients/
+F: samples/net/paho_mqtt_clients/
+
NETWORK BUFFERS
M: Johan Hedberg <johan.hedberg@intel.com>
M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
@@ -238,8 +245,10 @@ F: samples/sensor/
TINYCRYPT
M: Constanza Heath <constanza.m.heath@intel.com>
+M: Flavio Santes <flavio.santes@intel.com>
S: Supported
F: ext/lib/crypto/tinycrypt/
+F: tests/crypto/
X86 ARCH
M: Benjamin Walsh <benjamin.walsh@windriver.com>