treewide: replace gnrc_netdev_default with netdev_default
This commit is contained in:
parent
459f3987d0
commit
9a6fc85b16
@ -40,7 +40,7 @@ module, you need to specify a network interface like this:
|
|||||||
make term PORT=tap0
|
make term PORT=tap0
|
||||||
|
|
||||||
**Please note:** in case you're using RIOT's default network stack, the GNRC
|
**Please note:** in case you're using RIOT's default network stack, the GNRC
|
||||||
stack, you may also use `gnrc_netdev_default` module and also add
|
stack, you may also use `netdev_default` module and also add
|
||||||
`auto_init_gnrc_netif` in order to automatically initialize the interface.
|
`auto_init_gnrc_netif` in order to automatically initialize the interface.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules for IPv6 and UDP
|
# Specify the mandatory networking modules for IPv6 and UDP
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
|
|||||||
@ -30,7 +30,7 @@ USEMODULE += shell
|
|||||||
USEMODULE += shell_commands
|
USEMODULE += shell_commands
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# This application dumps received packets to STDIO using the pktdump module
|
# This application dumps received packets to STDIO using the pktdump module
|
||||||
USEMODULE += gnrc_pktdump
|
USEMODULE += gnrc_pktdump
|
||||||
|
|||||||
@ -7,7 +7,7 @@ BOARD ?= native
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
USEMODULE += gnrc_icmpv6_echo
|
USEMODULE += gnrc_icmpv6_echo
|
||||||
|
|||||||
@ -8,7 +8,7 @@ BOARD ?= native
|
|||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
# Enable GNRC networking
|
# Enable GNRC networking
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@ BOARD ?= native
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
USEMODULE += gnrc_icmpv6_echo
|
USEMODULE += gnrc_icmpv6_echo
|
||||||
|
|||||||
@ -40,7 +40,7 @@ ifneq (,$(filter $(BOARD),$(BOARD_PROVIDES_NETIF)))
|
|||||||
# gnrc is a meta module including all required, basic gnrc networking modules
|
# gnrc is a meta module including all required, basic gnrc networking modules
|
||||||
USEMODULE += gnrc
|
USEMODULE += gnrc
|
||||||
# use the default network interface for the board
|
# use the default network interface for the board
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
# automatically initialize the network interface
|
# automatically initialize the network interface
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# shell command to send L2 packets with a simple string
|
# shell command to send L2 packets with a simple string
|
||||||
|
|||||||
@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules for IPv6 and UDP
|
# Specify the mandatory networking modules for IPv6 and UDP
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
|
|||||||
@ -12,7 +12,7 @@ FEATURES_REQUIRED += arch_32bit
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules for IPv6 and UDP
|
# Specify the mandatory networking modules for IPv6 and UDP
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
|
|||||||
@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules for IPv6 and UDP
|
# Specify the mandatory networking modules for IPv6 and UDP
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
|
|||||||
@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules for IPv6
|
# Specify the mandatory networking modules for IPv6
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
|
|||||||
@ -11,7 +11,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules
|
# Specify the mandatory networking modules
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
|
|||||||
@ -33,7 +33,7 @@ CFLAGS += -DSLIPDEV_PARAM_BAUDRATE=$(SLIP_BAUDRATE)
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules
|
# Specify the mandatory networking modules
|
||||||
USEMODULE += gcoap
|
USEMODULE += gcoap
|
||||||
|
|||||||
@ -11,7 +11,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules
|
# Specify the mandatory networking modules
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
|
|||||||
@ -21,7 +21,7 @@ WIFI_PASS ?= "Your_secure_password"
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules for 6LoWPAN border router
|
# Specify the mandatory networking modules for 6LoWPAN border router
|
||||||
USEMODULE += gnrc_sixlowpan_border_router_default
|
USEMODULE += gnrc_sixlowpan_border_router_default
|
||||||
|
|||||||
@ -9,7 +9,7 @@ RIOTBASE ?= ../../
|
|||||||
|
|
||||||
# Include board's default network devices and auto-initialization of GNRC
|
# Include board's default network devices and auto-initialization of GNRC
|
||||||
# interfaces
|
# interfaces
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
|
|
||||||
# Add support for GNRC LoRaWAN
|
# Add support for GNRC LoRaWAN
|
||||||
|
|||||||
@ -14,7 +14,7 @@ DEVELHELP ?= 0
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Enable single interface optimization.
|
# Enable single interface optimization.
|
||||||
# Remove this if more than one interface is present
|
# Remove this if more than one interface is present
|
||||||
|
|||||||
@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Activate ICMPv6 error messages
|
# Activate ICMPv6 error messages
|
||||||
USEMODULE += gnrc_icmpv6_error
|
USEMODULE += gnrc_icmpv6_error
|
||||||
|
|||||||
@ -17,7 +17,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules for IPv6 and UDP
|
# Specify the mandatory networking modules for IPv6 and UDP
|
||||||
USEMODULE += gnrc_ipv6_router_default
|
USEMODULE += gnrc_ipv6_router_default
|
||||||
|
|||||||
@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules for IPv6 and UDP
|
# Specify the mandatory networking modules for IPv6 and UDP
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
|
|||||||
@ -8,7 +8,7 @@ BOARD ?= native
|
|||||||
RIOTBASE ?= $(CURDIR)/../../
|
RIOTBASE ?= $(CURDIR)/../../
|
||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += random
|
USEMODULE += random
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
|
|||||||
@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules for socket communication via UDP
|
# Specify the mandatory networking modules for socket communication via UDP
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
|
|||||||
@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules for socket communication via UDP
|
# Specify the mandatory networking modules for socket communication via UDP
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
|
|||||||
@ -14,7 +14,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
|
|
||||||
# uncomment this to compile in support for a possibly available radio
|
# uncomment this to compile in support for a possibly available radio
|
||||||
#USEMODULE += gnrc_netdev_default
|
#USEMODULE += netdev_default
|
||||||
|
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules for IPv6 and UDP
|
# Specify the mandatory networking modules for IPv6 and UDP
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
ifeq ($(BOARD),native)
|
ifeq ($(BOARD),native)
|
||||||
USEMODULE += suit_storage_ram
|
USEMODULE += suit_storage_ram
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
else
|
else
|
||||||
USEMODULE += suit_storage_flashwrite
|
USEMODULE += suit_storage_flashwrite
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -103,7 +103,7 @@ interface:
|
|||||||
|
|
||||||
#### Provision the wireless device
|
#### Provision the wireless device
|
||||||
[setup-wireless-provision]: #Provision-the-wireless-device
|
[setup-wireless-provision]: #Provision-the-wireless-device
|
||||||
First un-comment L28 in the application [Makefile](Makefile) so `gnrc_netdev_default`
|
First un-comment L28 in the application [Makefile](Makefile) so `netdev_default`
|
||||||
is included in the build. In this scenario the node will be connected through a border
|
is included in the build. In this scenario the node will be connected through a border
|
||||||
router. Ethos must be disabled in the firmware when building and flashing the firmware:
|
router. Ethos must be disabled in the firmware when building and flashing the firmware:
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules
|
# Specify the mandatory networking modules
|
||||||
USEMODULE += gnrc_ipv6_router_default
|
USEMODULE += gnrc_ipv6_router_default
|
||||||
|
|||||||
@ -216,7 +216,7 @@
|
|||||||
*
|
*
|
||||||
* - To include the default network device(s) on your board:
|
* - To include the default network device(s) on your board:
|
||||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.mk}
|
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.mk}
|
||||||
* USEMODULE += gnrc_netdev_default
|
* USEMODULE += netdev_default
|
||||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
*
|
*
|
||||||
* - To auto-initialize these network devices as GNRC network interfaces
|
* - To auto-initialize these network devices as GNRC network interfaces
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += fmt
|
USEMODULE += fmt
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += shell_commands
|
USEMODULE += shell_commands
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# use the default network interface for the board
|
# use the default network interface for the board
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
|
|
||||||
include Makefile.netdev.mk
|
include Makefile.netdev.mk
|
||||||
|
|||||||
@ -4,7 +4,7 @@ include ../Makefile.tests_common
|
|||||||
# include nrfmin, the main purpose of this test
|
# include nrfmin, the main purpose of this test
|
||||||
USEMODULE += nrfmin
|
USEMODULE += nrfmin
|
||||||
# use a minimal GNRC configuration
|
# use a minimal GNRC configuration
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += gnrc_ipv6
|
USEMODULE += gnrc_ipv6
|
||||||
USEMODULE += gnrc_icmpv6_echo
|
USEMODULE += gnrc_icmpv6_echo
|
||||||
|
|||||||
@ -6,7 +6,7 @@ export TAP ?= tap0
|
|||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += dhcpv6_client_mud_url
|
USEMODULE += dhcpv6_client_mud_url
|
||||||
USEMODULE += gnrc_dhcpv6_client_6lbr
|
USEMODULE += gnrc_dhcpv6_client_6lbr
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += gnrc_pktdump
|
USEMODULE += gnrc_pktdump
|
||||||
USEMODULE += gnrc_sixlowpan_border_router_default
|
USEMODULE += gnrc_sixlowpan_border_router_default
|
||||||
USEMODULE += ps
|
USEMODULE += ps
|
||||||
|
|||||||
@ -18,7 +18,7 @@ USEMODULE += saul_default
|
|||||||
# gnrc is a meta module including all required, basic gnrc networking modules
|
# gnrc is a meta module including all required, basic gnrc networking modules
|
||||||
USEMODULE += gnrc
|
USEMODULE += gnrc
|
||||||
# use the default network interface for the board
|
# use the default network interface for the board
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
# automatically initialize the network interface
|
# automatically initialize the network interface
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# shell command to send L2 packets with a simple string
|
# shell command to send L2 packets with a simple string
|
||||||
|
|||||||
@ -15,7 +15,7 @@ USEMODULE += ps
|
|||||||
# gnrc is a meta module including all required, basic gnrc networking modules
|
# gnrc is a meta module including all required, basic gnrc networking modules
|
||||||
USEMODULE += gnrc
|
USEMODULE += gnrc
|
||||||
# use the default network interface for the board
|
# use the default network interface for the board
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
# automatically initialize the network interface
|
# automatically initialize the network interface
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# shell command to send L2 packets with a simple string
|
# shell command to send L2 packets with a simple string
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += gnrc_ipv6_router_default
|
USEMODULE += gnrc_ipv6_router_default
|
||||||
USEMODULE += gnrc_ipv6_ext_frag
|
USEMODULE += gnrc_ipv6_ext_frag
|
||||||
|
|||||||
@ -2,7 +2,7 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules
|
# Specify the mandatory networking modules
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
|
|||||||
@ -6,7 +6,7 @@ BOARD_WHITELIST += $(BOARD_PROVIDES_NETIF)
|
|||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += shell_commands
|
USEMODULE += shell_commands
|
||||||
USEMODULE += gnrc
|
USEMODULE += gnrc
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += netstats_l2
|
USEMODULE += netstats_l2
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
USEMODULE = gnrc_netdev_default
|
USEMODULE = netdev_default
|
||||||
|
|
||||||
USEMODULE += netstats_neighbor_etx
|
USEMODULE += netstats_neighbor_etx
|
||||||
USEMODULE += netstats_neighbor_count
|
USEMODULE += netstats_neighbor_count
|
||||||
|
|||||||
@ -7,7 +7,7 @@ USEMODULE += shell_commands
|
|||||||
USEMODULE += ps
|
USEMODULE += ps
|
||||||
|
|
||||||
# Include GNRC and RPL
|
# Include GNRC and RPL
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
|
|
||||||
# Setup CCN-lite
|
# Setup CCN-lite
|
||||||
|
|||||||
@ -7,7 +7,7 @@ USEMODULE += shell_commands
|
|||||||
USEMODULE += ps
|
USEMODULE += ps
|
||||||
|
|
||||||
# Include GNRC and RPL
|
# Include GNRC and RPL
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += gnrc_ipv6_router_default
|
USEMODULE += gnrc_ipv6_router_default
|
||||||
USEMODULE += gnrc_icmpv6_echo
|
USEMODULE += gnrc_icmpv6_echo
|
||||||
|
|||||||
@ -7,7 +7,7 @@ USEMODULE += shell_commands
|
|||||||
USEMODULE += ps
|
USEMODULE += ps
|
||||||
|
|
||||||
# Include GNRC and RPL
|
# Include GNRC and RPL
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += gnrc_ipv6_router_default
|
USEMODULE += gnrc_ipv6_router_default
|
||||||
USEMODULE += auto_init_gnrc_rpl
|
USEMODULE += auto_init_gnrc_rpl
|
||||||
|
|||||||
@ -14,7 +14,7 @@ USEMODULE += edhoc-c_cbor_nanocbor
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
|
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules for IPv6 and UDP
|
# Specify the mandatory networking modules for IPv6 and UDP
|
||||||
|
|||||||
@ -2,7 +2,7 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules for IPv6
|
# Specify the mandatory networking modules for IPv6
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
|
|||||||
@ -5,7 +5,7 @@ FEATURES_REQUIRED += arch_32bit
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Specify the mandatory networking modules for IPv6 and UDP
|
# Specify the mandatory networking modules for IPv6 and UDP
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
|
|||||||
@ -46,7 +46,7 @@ ifeq (1,$(USE_ETHOS))
|
|||||||
TERMPROG = $(RIOTTOOLS)/ethos/ethos
|
TERMPROG = $(RIOTTOOLS)/ethos/ethos
|
||||||
TERMFLAGS = $(TAP) $(PORT)
|
TERMFLAGS = $(TAP) $(PORT)
|
||||||
else
|
else
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Ensure both slot bin files are always generated and linked to avoid compiling
|
# Ensure both slot bin files are always generated and linked to avoid compiling
|
||||||
|
|||||||
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
|||||||
USEMODULE += sntp
|
USEMODULE += sntp
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += shell_commands
|
USEMODULE += shell_commands
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,7 @@ USEMODULE += auto_init_gnrc_netif
|
|||||||
USEMODULE += fmt
|
USEMODULE += fmt
|
||||||
USEMODULE += gnrc_icmpv6_echo
|
USEMODULE += gnrc_icmpv6_echo
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += gnrc_sock_udp
|
USEMODULE += gnrc_sock_udp
|
||||||
USEMODULE += netstats_ipv6
|
USEMODULE += netstats_ipv6
|
||||||
USEMODULE += netstats_l2
|
USEMODULE += netstats_l2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user