René Kijewski
db3ad29285
Merge pull request #1048 from Kijewski/compile_test
...
Add "compile everything" tool
9 years ago
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.
9 years ago
Thomas Eichinger
d89faccc78
Merge pull request #1031 from LudwigOrtmann/issue_676
...
redbee-econotag: fix maca
9 years ago
Ludwig Ortmann
3a7faa4c22
Merge pull request #1044 from LudwigOrtmann/issue_715
...
tests: fix test_hwtimer_spin
9 years ago
Ludwig Ortmann
c52105f696
tests: add test_hwtimer_wait
...
It contains the old test functionality of test_hwtimer_spin.
9 years ago
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.
9 years ago
Ludwig Ortmann
e3acf0835d
Merge pull request #1042 from LudwigOrtmann/native_make-all-debug-target
...
native/make: add missing target
9 years ago
Christian Mehlis
c1f0ef9fbe
Merge pull request #1037 from Kijewski/issue-577
...
shell: Add doxygen
9 years ago
Ludwig Ortmann
b089798bf9
native/make: add missing target
9 years ago
Christian Mehlis
996c08aa4b
Merge pull request #1036 from mehlis/ccnl-looping-content
...
ccnl: find bogus looping content
9 years ago
René Kijewski
14401ede42
shell: Add doxygen
...
Closes #577 .
9 years ago
René Kijewski
8af4c16921
Merge pull request #1035 from LudwigOrtmann/issue_840
...
native: add help option
9 years ago
Christian Mehlis
206e6688a7
ccnl: find bogus looping content
9 years ago
Ludwig Ortmann
6044dc28dc
native: add help option
...
Closes : #840
9 years ago
Ludwig Ortmann
066d743c35
Merge pull request #943 from Kijewski/issue-943
...
Clean up test_irq
9 years ago
Christian Mehlis
9e6d91ecd6
Merge pull request #1030 from mehlis/ccnl-blacklist
...
examples: ccn-lite blacklist boards
9 years ago
Christian Mehlis
0ec21c8b88
Merge pull request #1028 from mehlis/rpl-udp-blacklist
...
examples: rpl_udp: blacklist boards
9 years ago
Christian Mehlis
7923e1e24d
examples: rpl_udp: blacklist boards
9 years ago
René Kijewski
c87841b689
Merge pull request #1018 from Kijewski/pthread-rwlock
...
pthread: implement reader/writer lock
9 years ago
René Kijewski
9a5a8a2452
Add pthread_rwlock test
9 years ago
René Kijewski
10d36df795
pthread: implement reader/writer lock
9 years ago
Ludwig Ortmann
361ad4b338
fix setsvar typo
9 years ago
René Kijewski
542a2e5d9d
Merge pull request #995 from Kijewski/issue-993
...
Make: exterminate 'clean' buildtarget clutter
9 years ago
René Kijewski
72df45ea02
Merge pull request #1017 from Kijewski/issue-980
...
documentation: Add missing documentation for pthread functions and structures
9 years ago
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
9 years ago
Christian Mehlis
dcfd5b9a5a
examples: ccn-lite-relay blacklist boards
9 years ago
Christian Mehlis
7184e32ba3
examples: ccn-lite-client blacklist boards
9 years ago
Christian Mehlis
1bc74f4fef
Merge pull request #1001 from mehlis/ccnl-defaulttransceiver
...
ccnl: use default transceiver
9 years ago
Christian Mehlis
4488134322
Merge pull request #969 from LudwigOrtmann/examples_rpl_udp_defaulttransceiver
...
examples/rpl_udp: use defaulttransceiver
9 years ago
Ludwig Ortmann
6d28b12b9f
Merge pull request #1027 from mehlis/core-tcb-warning
...
core: fix warning about discarding volatile
9 years ago
Christian Mehlis
7b91ea9349
core: fix warning about discarding volatile
9 years ago
Christian Mehlis
dcf4c3a80e
Merge pull request #1021 from Kijewski/vtimer_now-no-16bit-overflow
...
vtimer: fix integer overflow in vtimer_now() for MSP-430
9 years ago
Christian Mehlis
c2846a07b9
ccnl: use default transceiver
9 years ago
René Kijewski
3101083f13
pthread: fix spinlock
9 years ago
René Kijewski
3e6bebadd3
Add missing doxygen for pthread funs and structs
9 years ago
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
9 years ago
René Kijewski
77c296cf59
vtimer: fix integer overflow in vtimer_now() for MSP-430
9 years ago
Martin
e159d0b38a
changed return value to 0 on lookup fail in pthread_self()
9 years ago
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
9 years ago
Thomas Eichinger
d566ae9a28
fix doxygen documentation for clist.h, config.h, tcb.h and cib.h
9 years ago
Martine Lenders
0e4d2909a6
Merge pull request #830 from authmillenon/fix_test_pnet
...
tests: Fix test_pnet
9 years ago
Oleg Hahm
38785b14b7
Merge pull request #999 from OlegHahm/wsn430-v1_4_wo_radio
...
wsn430-v1_4b: don't always link cc2420
9 years ago
Martin Lenders
4e1da23817
Fix test_pnet
...
fixes #829
9 years ago
Martin
f3566f0b8a
changed pthread_self() to return thread IDs > 0
9 years ago
Christian Mehlis
be5cd37904
Merge pull request #1008 from mehlis/ccnl-serve-remove-if
...
ccnl: remove useless compare
9 years ago
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
9 years ago
Martine Lenders
47d3f8e7d5
Merge pull request #990 from Kijewski/allow-shallow-clone
...
Make: do not spam error messages on shallow clones
9 years ago
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
9 years ago
Christian Mehlis
625bdebadd
Merge pull request #1003 from mehlis/ccnl-lru
...
ccnl: LRU is the replacement strategy, rename variable to express this
9 years ago
Kaspar Schleiser
62fb6a81aa
Merge pull request #972 from kaspar030/native_exit_after_last_task_v2
...
Make native exit after last thread has ended
9 years ago