Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
d1b1949c
You need to sign in or sign up before continuing.
Commit
d1b1949c
authored
9 years ago
by
Cenk Gündoğan
Browse files
Options
Downloads
Patches
Plain Diff
gnrc_networking: add ng_rpl to example
parent
acd07de6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/gnrc_networking/Makefile
+3
-2
3 additions, 2 deletions
examples/gnrc_networking/Makefile
with
3 additions
and
2 deletions
examples/gnrc_networking/Makefile
+
3
−
2
View file @
d1b1949c
...
@@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_RAM := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
...
@@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_RAM := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4
\
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4
\
yunjia-nrf51822 z1
yunjia-nrf51822 z1
BOARD_BLACKLIST
:=
arduino-mega2560
BOARD_BLACKLIST
:=
arduino-mega2560
spark-core
# arduino-mega2560: unknown error types (e.g. -EBADMSG)
# arduino-mega2560: unknown error types (e.g. -EBADMSG)
# Include packages that pull up and auto-init the link layer.
# Include packages that pull up and auto-init the link layer.
...
@@ -22,11 +22,12 @@ USEMODULE += auto_init_ng_netif
...
@@ -22,11 +22,12 @@ USEMODULE += auto_init_ng_netif
# Specify the mandatory networking modules for IPv6 and UDP
# Specify the mandatory networking modules for IPv6 and UDP
USEMODULE
+=
ng_ipv6_router_default
USEMODULE
+=
ng_ipv6_router_default
USEMODULE
+=
ng_udp
USEMODULE
+=
ng_udp
# Add a routing protocol
USEMODULE
+=
ng_rpl
# This application dumps received packets to STDIO using the pktdump module
# This application dumps received packets to STDIO using the pktdump module
USEMODULE
+=
ng_pktdump
USEMODULE
+=
ng_pktdump
# Additional networking modules that can be dropped if not needed
# Additional networking modules that can be dropped if not needed
USEMODULE
+=
ng_icmpv6_echo
USEMODULE
+=
ng_icmpv6_echo
USEMODULE
+=
fib
# Add also the shell, some shell commands (which are based on uart0 in this app)
# Add also the shell, some shell commands (which are based on uart0 in this app)
USEMODULE
+=
uart0
USEMODULE
+=
uart0
USEMODULE
+=
shell
USEMODULE
+=
shell
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment