Christian Mehlis
459599eef5
Merge pull request #1052 from Kijewski/test_nativenet-only-native
...
test_nativenet is only useful for native ...
2014-04-26 15:44:02 +02:00
René Kijewski
0f496d430d
Merge pull request #1060 from mehlis/test-posix-blacklist
...
test: posix: blacklist boards
2014-04-26 15:28:15 +02:00
Christian Mehlis
ccfbc39dc3
test: posix: blacklist boards
2014-04-26 15:23:58 +02:00
Christian Mehlis
a41f0ff31d
Merge pull request #1053 from mehlis/ccnl-make-defaulttransceiver
...
ccnl: don't include transceiver and defaulttransceiver
2014-04-26 14:03:04 +02:00
Christian Mehlis
30f968a156
Merge pull request #976 from mehlis/doxygen-one-way-malloc
...
core: oneway_malloc: improved doxygen documentation
2014-04-26 14:02:31 +02:00
Christian Mehlis
67d7d1fa96
core: improved doxygen documentation
2014-04-26 14:01:52 +02:00
BytesGalore
9d4d98c9ea
Merge pull request #1025 from BytesGalore/add_out_of_bounds_check
...
sys:posix:pthread added check to avoid array out of bound access
2014-04-25 18:00:07 +02:00
Martin
345e76a0d7
added check to avoid array out of boud access
2014-04-25 17:57:41 +02:00
Christian Mehlis
1e9b9ed0bd
Merge pull request #917 from fabianbrandt/rpl_config_split
...
Splitting rpl_structs.h into structs and config part
2014-04-25 11:42:27 +02:00
Fabian Brandt
85d8cd8e0a
Four macros changed to static inline type functions and style fixes
2014-04-25 11:40:22 +02:00
Christian Mehlis
f04007e15f
Merge pull request #918 from fabianbrandt/etx_now_routing
...
ETX-functionality is now part of a common routing-module
2014-04-25 11:33:02 +02:00
Fabian Brandt
ef5eaff1bc
ETX-functionality is now part of a common routing-module
2014-04-25 11:30:28 +02:00
Fabian Brandt
2634b3c400
Splitting rpl_structs.h into structs and config part
2014-04-25 11:04:52 +02:00
René Kijewski
241408c46f
Merge pull request #1054 from mehlis/ccnl-unsued-var-appserver
...
ccnl: appserver: remove unused flag
2014-04-25 10:26:58 +02:00
Christian Mehlis
dcabf10fcb
ccnl: appserver: remove unused flag
2014-04-25 09:13:01 +02:00
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
2014-04-25 09:09:50 +02:00
René Kijewski
2063c4e85f
Merge pull request #1051 from mehlis/debian-build-fail
...
ccnl: don't include c files
2014-04-25 08:19:23 +02:00
René Kijewski
1ac03ff225
test_nativenet is only useful for native ...
2014-04-25 08:12:54 +02:00
Christian Mehlis
13b38a46ac
ccnl: don't include c files
...
this fixes a build problem on
debian and ubuntu based systems
2014-04-25 01:48:54 +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