Merge pull request #1530 from herjulf/avr-rss2
Adding AtMegaXXRFR2 support and avr-rss2 platform
This commit is contained in:
commit
c5bea81bb6
95 changed files with 9322 additions and 31 deletions
14
regression-tests/23-compile-avr/Makefile
Normal file
14
regression-tests/23-compile-avr/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
EXAMPLESDIR=../..
|
||||
TOOLSDIR=../../tools
|
||||
|
||||
# build avr-rss2 examples, covering IPv6, RPL, Rime, Nullrdc, Contikimac
|
||||
|
||||
EXAMPLES = \
|
||||
examples/avr-rss2/hello-sensors/avr-rss2 \
|
||||
examples/avr-rss2/ipv6/rpl-udp-report/avr-rss2 \
|
||||
examples/avr-rss2/ipv6/rpl-border-router/avr-rss2 \
|
||||
examples/powertrace/avr-rss2 \
|
||||
examples/rime/avr-rss2
|
||||
TOOLS=
|
||||
|
||||
include ../Makefile.compile-test
|
Loading…
Add table
Add a link
Reference in a new issue