Fabian Brandt
2634b3c400
Splitting rpl_structs.h into structs and config part
2014-04-25 11:04:52 +02:00
René Kijewski
db3ad29285
Merge pull request #1048 from Kijewski/compile_test
...
Add "compile everything" tool
2014-04-24 12:13:08 +02:00
René Kijewski
2c9bfcf5c7
Add "compile everything" tool
...
Having many tests is quite futile if they aren't executed once in a
while<sup>[citation needed]</sup>.
Alas, this is not the purpose of this PR. This PR adds the tool
"compile_test.py", which executes `make buildtest` for all applications
in `examples` and `tests`, and prints a comprehensive list of the
results.
2014-04-24 11:21:22 +02:00
Thomas Eichinger
d89faccc78
Merge pull request #1031 from LudwigOrtmann/issue_676
...
redbee-econotag: fix maca
2014-04-24 10:19:22 +02:00
Ludwig Ortmann
3a7faa4c22
Merge pull request #1044 from LudwigOrtmann/issue_715
...
tests: fix test_hwtimer_spin
2014-04-23 16:59:53 +02:00
Ludwig Ortmann
c52105f696
tests: add test_hwtimer_wait
...
It contains the old test functionality of test_hwtimer_spin.
2014-04-23 15:43:14 +02:00
Ludwig Ortmann
19d9d67f4e
tests: fix test_hwtimer_spin
...
Actually test hwtimer_spin, not hwtimer_arch*
`hwtimer_wait` calls `hwtimer_spin` only for delays `<= 6`, that's why a
pure test_hwtimer_spin test should not pass values `>6`.
Also decrement delay in steps of 1.
2014-04-23 15:43:14 +02:00
Ludwig Ortmann
e3acf0835d
Merge pull request #1042 from LudwigOrtmann/native_make-all-debug-target
...
native/make: add missing target
2014-04-22 17:33:01 +02:00
Christian Mehlis
c1f0ef9fbe
Merge pull request #1037 from Kijewski/issue-577
...
shell: Add doxygen
2014-04-22 16:59:08 +02:00
Ludwig Ortmann
b089798bf9
native/make: add missing target
2014-04-22 16:53:08 +02:00
Christian Mehlis
996c08aa4b
Merge pull request #1036 from mehlis/ccnl-looping-content
...
ccnl: find bogus looping content
2014-04-22 11:24:21 +02:00
René Kijewski
14401ede42
shell: Add doxygen
...
Closes #577 .
2014-04-22 08:03:15 +02:00
René Kijewski
8af4c16921
Merge pull request #1035 from LudwigOrtmann/issue_840
...
native: add help option
2014-04-21 05:27:50 +02:00
Christian Mehlis
206e6688a7
ccnl: find bogus looping content
2014-04-19 21:09:12 +02:00
Ludwig Ortmann
6044dc28dc
native: add help option
...
Closes : #840
2014-04-19 12:44:11 +02:00
Ludwig Ortmann
066d743c35
Merge pull request #943 from Kijewski/issue-943
...
Clean up test_irq
2014-04-19 12:26:53 +02:00
Christian Mehlis
9e6d91ecd6
Merge pull request #1030 from mehlis/ccnl-blacklist
...
examples: ccn-lite blacklist boards
2014-04-18 18:51:47 +02:00
Christian Mehlis
0ec21c8b88
Merge pull request #1028 from mehlis/rpl-udp-blacklist
...
examples: rpl_udp: blacklist boards
2014-04-18 17:31:06 +02:00
Christian Mehlis
7923e1e24d
examples: rpl_udp: blacklist boards
2014-04-18 17:29:59 +02:00
René Kijewski
c87841b689
Merge pull request #1018 from Kijewski/pthread-rwlock
...
pthread: implement reader/writer lock
2014-04-18 16:27:39 +02:00
René Kijewski
9a5a8a2452
Add pthread_rwlock test
2014-04-18 16:26:12 +02:00
René Kijewski
10d36df795
pthread: implement reader/writer lock
2014-04-18 16:20:47 +02:00
Ludwig Ortmann
361ad4b338
fix setsvar typo
2014-04-18 16:15:08 +02:00
René Kijewski
542a2e5d9d
Merge pull request #995 from Kijewski/issue-993
...
Make: exterminate 'clean' buildtarget clutter
2014-04-18 16:11:15 +02:00
René Kijewski
72df45ea02
Merge pull request #1017 from Kijewski/issue-980
...
documentation: Add missing documentation for pthread functions and structures
2014-04-18 16:08:06 +02:00
Ludwig Ortmann
3a1980af36
redbee-econotag: fix maca
...
I suspect that the transceiver will still not work as there are many
many warnings, but at least it builds now.
closes : #676
2014-04-18 16:05:23 +02:00
Christian Mehlis
dcfd5b9a5a
examples: ccn-lite-relay blacklist boards
2014-04-18 15:37:07 +02:00
Christian Mehlis
7184e32ba3
examples: ccn-lite-client blacklist boards
2014-04-18 15:30:56 +02:00
Christian Mehlis
1bc74f4fef
Merge pull request #1001 from mehlis/ccnl-defaulttransceiver
...
ccnl: use default transceiver
2014-04-18 15:12:09 +02:00
Christian Mehlis
4488134322
Merge pull request #969 from LudwigOrtmann/examples_rpl_udp_defaulttransceiver
...
examples/rpl_udp: use defaulttransceiver
2014-04-18 15:11:07 +02:00
Ludwig Ortmann
6d28b12b9f
Merge pull request #1027 from mehlis/core-tcb-warning
...
core: fix warning about discarding volatile
2014-04-18 15:08:34 +02:00
Christian Mehlis
7b91ea9349
core: fix warning about discarding volatile
2014-04-18 12:11:05 +02:00
Christian Mehlis
dcf4c3a80e
Merge pull request #1021 from Kijewski/vtimer_now-no-16bit-overflow
...
vtimer: fix integer overflow in vtimer_now() for MSP-430
2014-04-18 12:00:27 +02:00
Christian Mehlis
c2846a07b9
ccnl: use default transceiver
2014-04-18 11:45:53 +02:00
René Kijewski
3101083f13
pthread: fix spinlock
2014-04-18 03:19:31 +02:00
René Kijewski
3e6bebadd3
Add missing doxygen for pthread funs and structs
2014-04-18 03:19:31 +02:00
René Kijewski
f2e28c8146
Merge pull request #1016 from BytesGalore/fix_cpp_pthread_id
...
posix:pthread c++11 changed pthread_self() to return thread IDs > 0
2014-04-17 16:44:43 +02:00
René Kijewski
77c296cf59
vtimer: fix integer overflow in vtimer_now() for MSP-430
2014-04-17 14:46:21 +02:00
Martin
e159d0b38a
changed return value to 0 on lookup fail in pthread_self()
2014-04-17 14:31:36 +02:00
Thomas Eichinger
082a583ec6
Merge pull request #955 from thomaseichinger/fix_doc
...
core: documentation: fix doxygen documentation in cib.h clist.h config.h tcb.h
2014-04-17 11:51:48 +02:00
Thomas Eichinger
d566ae9a28
fix doxygen documentation for clist.h, config.h, tcb.h and cib.h
2014-04-17 11:50:52 +02:00
Martine Lenders
0e4d2909a6
Merge pull request #830 from authmillenon/fix_test_pnet
...
tests: Fix test_pnet
2014-04-17 01:40:27 +02:00
Oleg Hahm
38785b14b7
Merge pull request #999 from OlegHahm/wsn430-v1_4_wo_radio
...
wsn430-v1_4b: don't always link cc2420
2014-04-16 23:27:46 +02:00
Martin Lenders
4e1da23817
Fix test_pnet
...
fixes #829
2014-04-16 17:44:46 +02:00
Martin
f3566f0b8a
changed pthread_self() to return thread IDs > 0
2014-04-16 17:31:47 +02:00
Christian Mehlis
be5cd37904
Merge pull request #1008 from mehlis/ccnl-serve-remove-if
...
ccnl: remove useless compare
2014-04-16 11:52:41 +02:00
Kévin Roussel
188f8ba519
Merge pull request #970 from rousselk/send_msg_intra_thread
...
core: Add the ability to send a message to the current thread's message queue
2014-04-16 10:19:46 +02:00
Martine Lenders
47d3f8e7d5
Merge pull request #990 from Kijewski/allow-shallow-clone
...
Make: do not spam error messages on shallow clones
2014-04-15 08:45:03 +02:00
Christian Mehlis
65bd8f03c1
ccnl: remove useless compare
...
This compare is useless for CCN lite in RIOT, because
a face has always an interface with index >= 0
2014-04-14 00:08:44 +02:00
Christian Mehlis
625bdebadd
Merge pull request #1003 from mehlis/ccnl-lru
...
ccnl: LRU is the replacement strategy, rename variable to express this
2014-04-14 00:01:13 +02:00