Skip to content

Commit

Permalink
Merge pull request #14306 from leandrolanzieri/pr/net/nettest_remove
Browse files Browse the repository at this point in the history
net/gnrc: Remove deprecated module gnrc_nettest
  • Loading branch information
miri64 authored Jul 10, 2020
2 parents 0bf3a2e + dfd662a commit 8e74bfa
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 557 deletions.
8 changes: 8 additions & 0 deletions LOSTANDFOUND.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ This way, their names are never removed from the RIOT repository.

# Removed Features

### sys/net/gnrc/nettest [c84cedb07212a90932e446f5d57391d1edd486d0]
Author:
- Martine Lenders <mlenders@inf.fu-berlin.de>

Reasons for removal:
- Not maintained anymore
- Not used in GNRC

### sys/net/gnrc/application_layer/tftp [0e2a62078850e1ecc74db2db4d639cf2d8fb96d3]
Author:
- DipSwitch <dipswitch@ownage4u.nl>
Expand Down
8 changes: 0 additions & 8 deletions Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -432,14 +432,6 @@ ifneq (,$(filter gnrc_tcp,$(USEMODULE)))
USEMODULE += core_mbox
endif

ifneq (,$(filter gnrc_nettest,$(USEMODULE)))
USEMODULE += gnrc_netapi
USEMODULE += gnrc_netreg
USEMODULE += gnrc_netif
USEMODULE += gnrc_pktbuf
USEMODULE += xtimer
endif

ifneq (,$(filter gnrc_pktdump,$(USEMODULE)))
DEFAULT_MODULE += auto_init_gnrc_pktdump
USEMODULE += gnrc_pktbuf
Expand Down
289 changes: 0 additions & 289 deletions sys/include/net/gnrc/nettest.h

This file was deleted.

3 changes: 0 additions & 3 deletions sys/net/gnrc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ endif
ifneq (,$(filter gnrc_netreg,$(USEMODULE)))
DIRS += netreg
endif
ifneq (,$(filter gnrc_nettest,$(USEMODULE)))
DIRS += nettest
endif
ifneq (,$(filter gnrc_mac,$(USEMODULE)))
DIRS += link_layer/mac
endif
Expand Down
3 changes: 0 additions & 3 deletions sys/net/gnrc/nettest/Makefile

This file was deleted.

Loading

0 comments on commit 8e74bfa

Please sign in to comment.