From 5b179b6d80c851a04c66ff1bddc88eee85bb5d0a Mon Sep 17 00:00:00 2001 From: Jose Alamos Date: Mon, 28 Oct 2019 16:01:11 +0100 Subject: [PATCH] gnrc_nettest: add deprecation note This module was intended to be a test framework for GNRC but it never really got used. It was not maintained for 3 years. It will be removed after 2020.07 release at the latest. --- sys/include/net/gnrc/nettest.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/include/net/gnrc/nettest.h b/sys/include/net/gnrc/nettest.h index 339af1971a..3212858953 100644 --- a/sys/include/net/gnrc/nettest.h +++ b/sys/include/net/gnrc/nettest.h @@ -11,6 +11,10 @@ * @ingroup net_gnrc_netapi * @brief This provides a framework to test the @ref net_gnrc_netapi IPC * calls. + * + * @deprecated This module was intended to be a test framework for GNRC but + * it never got used. It has not been maintained for 3 years. + * It will be removed after the 2020.07 release at the latest. * @{ * * @file