Commit Graph

83 Commits (2ca22f57914c5ef1713ad0d15c764d8e70ed938e)

Author SHA1 Message Date
Martin Lenders 2362623490 Fix trailing whitespaces
Fixes #1138
9 years ago
emmanuelsearch a37e86db0a Documentation: Create README.md for the CCN-lite client and relay 9 years ago
Thomas Eichinger 1e983c9670 s/PROJECT/APPLICATION/g
fixes #548
9 years ago
René Kijewski 4e4f908379 Initial import of the x86 port
Currently this works only in qemu.
9 years ago
René Kijewski 49778752b3 Use `BOARD_INSUFFICIENT_RAM` in examples and tests 9 years ago
Kévin Roussel 2a3033b3ca boards/z1: initial import 10 years ago
Hauke Petersen cbd4f91656 examples/tests: blacklisted udoo board
blacklisted for:
- ccn-lite-client
- ccn-lite-relay
- rpl_udp
- test_net_if
- test_pnet
10 years ago
Hauke Petersen 47ce60ccdc examples: IPC ping-pong README adjustments 10 years ago
Hauke Petersen 279b5cc5ca examples: adjusted output and README for IPC pingpong 10 years ago
Hauke Petersen fbdc18cd63 examples: added README.md to ipc_pingpong example 10 years ago
René Kijewski ccc934856f Merge pull request #1124 from Kijewski/consolidate-crypto
sys:crypto: put ciphers into one module
10 years ago
Ludwig Ortmann 2314915ff2 license: fix license header grammar
insert missing "is"
10 years ago
Hauke Petersen 595ede41ea examples/tests: blacklisted arduino-due 10 years ago
René Kijewski 96fba8a19b sys:crypto: put ciphers into one module 10 years ago
Ludwig Ortmann 1eca41456f examples/default: add README.md
Fixes #1068
10 years ago
René Kijewski 4aabf8f1de Merge pull request #1072 from Kijewski/issue-1070
Add readme for the hello-world example
10 years ago
Christian Mehlis 2a37308a10 Merge pull request #1081 from mehlis/ccnl-config-remove
ccnl: remove unused config module
10 years ago
René Kijewski ca21d9e8f0 Add readme for the hello-world example
Closes #1070.
10 years ago
Christian Mehlis 2f4c4caa5d 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

Follow up to #1053
10 years ago
Christian Mehlis 9eb07e0a01 ccnl: remove useless config module 10 years ago
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