Christian Mehlis
a41f0ff31d
Merge pull request #1053 from mehlis/ccnl-make-defaulttransceiver
...
ccnl: don't include transceiver and defaulttransceiver
10 years ago
Fabian Brandt
ef5eaff1bc
ETX-functionality is now part of a common routing-module
10 years ago
Christian Mehlis
b323395c7a
ccnl: don't include transceiver and defaulttransceiver
...
This removes the duplicate include of the transceiver.
The transceiver module is a dependency of the
defaulttransceiver, so an explicite include is not needed
10 years ago
Christian Mehlis
9e6d91ecd6
Merge pull request #1030 from mehlis/ccnl-blacklist
...
examples: ccn-lite blacklist boards
10 years ago
Christian Mehlis
7923e1e24d
examples: rpl_udp: blacklist boards
10 years ago
Christian Mehlis
dcfd5b9a5a
examples: ccn-lite-relay blacklist boards
10 years ago
Christian Mehlis
7184e32ba3
examples: ccn-lite-client blacklist boards
10 years ago
Christian Mehlis
1bc74f4fef
Merge pull request #1001 from mehlis/ccnl-defaulttransceiver
...
ccnl: use default transceiver
10 years ago
Christian Mehlis
4488134322
Merge pull request #969 from LudwigOrtmann/examples_rpl_udp_defaulttransceiver
...
examples/rpl_udp: use defaulttransceiver
10 years ago
Christian Mehlis
c2846a07b9
ccnl: use default transceiver
10 years ago
Ludwig Ortmann
6349d357cd
examples/hello-world: return instead of busy loop.
10 years ago
Ludwig Ortmann
373c0aba6e
examples/rpl_udp: use defaulttransceiver
10 years ago
Ludwig Ortmann
c0846fde22
Merge pull request #940 from Kijewski/issue-926
...
make: Add DEFAULT_MODULE and DISABLE_MODULE
10 years ago
Ludwig Ortmann
11e544ac0b
Merge pull request #769 from authmillenon/fix-rpl-app-for-clang
...
rpl: Fix RPL app for clang
10 years ago
René Kijewski
e740fbc800
make: Add DEFAULT_MODULE and DISABLE_MODULE
...
Closes #926
10 years ago
Martin Lenders
e34b006445
Fix rpl app for clang
10 years ago
René Kijewski
de29e4184c
Add include paths automatocally for USEMODULES
...
Application developers use `$(USEMODULES)` in their Makefiles to have
the relevant functionally automagically added to their apps. This even
does basic dependency tracking by means of `Makefile.dep`.
But an important thing is missing: the automatic adding of include
paths. This is inconvenient, error prone, and will hinder the RIOT core
developers in future to change folder structures.
10 years ago
Martine Lenders
53264c7a45
Merge pull request #609 from LudwigOrtmann/transceiver_any
...
anytransceiver pseudomodule
10 years ago
Christian Mehlis
01fdbc3465
examples: make includes adhere to coding conventions
10 years ago
Oleg Hahm
b5f36bab1e
Merge pull request #907 from OlegHahm/ipc_pingpong_fix
...
ipc_pingpong: start receiving thread immediately
10 years ago
Oleg Hahm
1c67af2ddd
using DEBUGF where reasonable
10 years ago
Oleg Hahm
6e7e92ee5a
more debug for rpl_udp example
10 years ago
Ludwig Ortmann
8ac4f3332d
core cpu: add defaulttransceiver pseudomodule
...
update examples/default
10 years ago
Oleg Hahm
e6241b13de
ipc_pingpong: start receiving thread immediately
...
Rationale: When using `msg_send_receive()` the receiving thread needs to
be already in receiving mode.
10 years ago
Martin Lenders
3a8c1770b1
Fix apps for previous changes
10 years ago
Ludwig Ortmann
34c85da954
examples: fix rpl_udp README regarding invocation
10 years ago
Christian Mehlis
9d9f114f42
shell: adapt register prefix command to new shell api
10 years ago
René Kijewski
0eb7597ab1
Convert examples
10 years ago
Oleg Hahm
93e32953b3
always build and initialize hwtimer
...
Eliminates special treatment of the hwtimer module and makes it a
mandatory part of the kernel.
10 years ago
Christian Mehlis
48f23aa43d
Merge pull request #734 from mehlis/native-c++-fixes
...
C++ compiler warnings (native, core)
10 years ago
Christian Mehlis
87d8e4f99c
enable nonces in interests
10 years ago
Christian Mehlis
0309fecc19
fix warning: invalid suffix on literal
...
C++11 requires a space between
literal and identifier [-Wliteral-suffix]
10 years ago
Christian Mehlis
cb9c5d00de
repace project by application in documentation
10 years ago
Oleg Hahm
6c0482b976
Merge pull request #701 from Kijewski/issue-672
...
Use `filter` instead of `findstring`
10 years ago
Christian Mehlis
38529e3296
replace all endless for loops by while
10 years ago
René Kijewski
b9c9436e88
102dc45382 (commitcomment-5378590)
10 years ago
René Kijewski
102dc45382
Eliminate findstring in more places
10 years ago
Christian Mehlis
d794900386
Merge pull request #666 from LudwigOrtmann/native_valgrind_config
...
Native valgrind config
10 years ago
Thomas Eichinger
17b624e0a4
Merge pull request #681 from OlegHahm/at86rf231_fixes
...
at86rf231: fix includes and shell commands
10 years ago
Ludwig Ortmann
b175dbee91
update Makefiles to point to all-valgrind target
...
Header path knowledge is not necessary anymore
10 years ago
Ludwig Ortmann
2525920426
remove trailing whitespace and newlines
10 years ago
Oleg Hahm
9fff3f5b90
Merge pull request #657 from LudwigOrtmann/wsn430-v1_4_Makefiles
...
fix wsn430-v1_4 Makefiles
10 years ago
Oleg Hahm
f379eefbd8
fix includes and shell commands for at86rf231
10 years ago
Christian Mehlis
14cb81d914
Merge pull request #639 from mehlis/remaining-license
...
added licenses to some files
10 years ago
Christian Mehlis
050b714e78
added licenses to some files
10 years ago
Ludwig Ortmann
f09f30c94d
fix wsn430-v1_4 Makefiles
10 years ago
Ludwig Ortmann
1c9d4f8720
remove stale cc110x_ng includes
10 years ago
Ludwig Ortmann
c6be9ad3fc
remove superfluous uart USEMODULEs from examples
10 years ago
Christian Mehlis
341b095acf
added LGPL header and doxygen headers
10 years ago
Lotte Steenbrink
c1980e5fcf
added README that explains how to use the rpl_udp example application
10 years ago