Ludwig Ortmann
d03d7b1773
clean up native hwtimer
2013-12-14 00:07:49 +01:00
Christian Mehlis
bbc82838c4
Merge pull request #418 from mehlis/vtimer-printf
...
vtimer: fix printf macro
2013-12-13 13:22:22 -08:00
Christian Mehlis
169c6fac95
fix printf macro
2013-12-13 21:42:08 +01:00
Oleg Hahm
02e553a534
fixed some warnings
2013-12-13 19:31:47 +01:00
Oleg Hahm
6b7c88ce1b
fixed signedness and size of some data types in sixlowpan
2013-12-13 19:17:30 +01:00
Oleg Hahm
1cadf58ec8
pass border router flag to initialization function
2013-12-13 18:56:42 +01:00
Oleg Hahm
72586f7a6d
limit maximum payload size to 255 for nativenet if 6lowpan is used
2013-12-13 18:53:48 +01:00
Oleg Hahm
3f983db20a
make compilation of sc_heap module dependent
2013-12-13 18:49:19 +01:00
Oleg Hahm
eb26edb794
moved definition of tcp_timer_stack to the correct file
2013-12-13 18:44:48 +01:00
Oleg Hahm
38e87aaa1c
Revert "make TCP in destiny optional"
...
This reverts commit 6955a2f791
. Though the
general idea makes sense, the implementation should be done in a more
elaborated way.
2013-12-13 18:37:54 +01:00
Ludwig Ortmann
0f20a3c87f
Merge pull request #416 from LudwigOrtmann/chronos_flashing
...
chronos: fix FFLAGS
2013-12-11 10:10:42 -08:00
Ludwig Ortmann
aec8024776
fix FFLAGS
2013-12-11 19:10:07 +01:00
Christian Mehlis
5271e4e344
Merge pull request #415 from LudwigOrtmann/chronos_bindir
...
Chronos bindir
2013-12-11 08:04:20 -08:00
Ludwig Ortmann
7bbffd7200
remove chronos bindir in clean target
2013-12-11 16:34:54 +01:00
Ludwig Ortmann
138c1c0e71
fix chronos bindir creation
2013-12-11 16:34:54 +01:00
Christian Mehlis
33557e1033
Merge pull request #410 from mehlis/native-ltc-unregister
...
fix: unregister hwtimer on the end of the measurement
2013-12-11 07:27:13 -08:00
Christian Mehlis
74b2d28e5e
Merge pull request #411 from mehlis/fix-native-hwtimer-backend
...
fix: native hwtimer backend emulation
2013-12-11 07:23:38 -08:00
Christian Mehlis
2bfb06230a
fix: native hwtimer backend emulation
...
searching for the next pending timer was broken
this commit rewrites this functionality
2013-12-11 16:22:14 +01:00
Oleg Hahm
a03730a8aa
Merge pull request #414 from OlegHahm/revert_lowpan_notifier
...
Revert "pointer handling in lowpan notifier was wrong"
2013-12-11 07:02:53 -08:00
Oleg Hahm
9ee8bb2b18
Revert "pointer handling in lowpan notifier was wrong"
...
This reverts commit 5ccf653164
.
2013-12-11 15:50:10 +01:00
Oleg Hahm
7f0d71a418
Merge pull request #363 from OlegHahm/msg_fix_notifier
...
fixed lowpan and ipv6 notifier
2013-12-11 06:27:40 -08:00
Oleg Hahm
4bdec3af78
Merge pull request #310 from OlegHahm/revert_bitarithm
...
reverted 18e97f6dd5
2013-12-11 06:26:49 -08:00
Christian Mehlis
fc80c22c3c
reduce LTC_TIMER_INTERVAL by the factor of 10 to be more precise
2013-12-10 22:22:33 +01:00
Christian Mehlis
7bc09fdc0f
make LTC_TIMER_INTERVAL a named define
2013-12-10 22:21:51 +01:00
Christian Mehlis
ed4ed963ce
added missing timer remove on the end of the measurement
2013-12-10 22:20:16 +01:00
Christian Mehlis
b17ffabce5
reduce minimal timer from 100ms to 10ms
2013-12-10 22:08:49 +01:00
LudwigOrtmann
df5ac883e1
Merge pull request #405 from LudwigOrtmann/issue161
...
daemonization, io socket and file redirection
2013-12-10 08:05:09 -08:00
Ludwig Ortmann
916757cf4c
implement err.h
...
valgrind reported invalid reads/writes with glibc err[x]|warn[x] (in
glibc printf) when stdio had been redirected in between.
define _progname (pointing to argv[0])
2013-12-10 17:00:01 +01:00
Ludwig Ortmann
864267f238
daemonization, io socket and file redirection
2013-12-10 17:00:01 +01:00
Oleg Hahm
07da7b2d45
reverted 18e97f6dd5
2013-12-09 22:44:53 +01:00
Christian Mehlis
f11071cdd8
Merge pull request #402 from mehlis/vtimer-msg-receive-timeout
...
added vtimer_msg_receive_timeout
2013-12-09 13:16:29 -08:00
Christian Mehlis
0cb152c423
added vtimer_msg_receive_timeout
2013-12-09 22:14:59 +01:00
Christian Mehlis
e090374004
Merge pull request #403 from OlegHahm/remove_profiler
...
remove profiler from lpc_common
2013-12-09 13:07:11 -08:00
Thomas Eichinger
064fb3d6ca
Merge pull request #335 from thomaseichinger/makefile
...
fix redbee-econotag Makefile
2013-12-09 05:48:20 -08:00
Thomas Eichinger
44dfb87cde
fixes to build default project and clean properly
2013-12-09 13:07:14 +01:00
Thomas Eichinger
18fe32ffc5
fix for the redbee-econotag Makefile to work again
2013-12-09 12:20:58 +01:00
Oleg Hahm
2f5530083b
Merge pull request #350 from OlegHahm/ipv6_csum
...
IPv6 Upper-Layer Checksums
2013-12-08 16:11:26 -08:00
Oleg Hahm
3319fa484c
remove profiler from lpc_common
...
The profiling functions (gcc -finstrument_function) should be better
defined within the application.
2013-12-06 10:31:20 +01:00
aaf325c290
Merge pull request #400 from kaspar030/msg_cleanup
...
msg.c cleanup
2013-12-05 04:16:00 -08:00
0d30ea3d8b
Merge pull request #398 from kaspar030/change_email
...
change my email address
2013-12-05 04:15:03 -08:00
23ecbde1a3
core: msg: whitespace fixes
2013-12-04 20:36:21 +01:00
94283789a7
core: msg: rename "n" to something more expressive ("queue_index")
2013-12-04 20:33:53 +01:00
af542058ee
core: msg: whitespace fixes
2013-12-04 20:33:53 +01:00
f1b060c055
Merge pull request #374 from LudwigOrtmann/vtimer_fix_longterm
...
fix the bloody longterm vtimer bug
2013-12-04 08:34:04 -08:00
f85adf608f
change my email address
...
kaspar.schleiser@fu-berlin.de will be obsoleted soon. Replace it with
kaspar@schleiser.de , which will (hopefully) stay.
2013-12-04 15:09:56 +01:00
Oleg Hahm
d0e6eb89a9
Merge pull request #347 from OlegHahm/destiny_fixes
...
UDP reception, stack sizes and typos
2013-12-04 02:29:08 -08:00
Christian Mehlis
c6073762fa
fixed warnings in vtimer
2013-12-04 10:59:13 +01:00
Ludwig Ortmann
92f4aa32c9
fix grammar in license header
2013-12-04 10:59:13 +01:00
Ludwig Ortmann
1c8e9a4ef5
add license header
2013-12-04 10:59:12 +01:00
Ludwig Ortmann
4cb63ee2c5
fix the bloody longterm vtimer bug
...
You know who you are, I'm looking at you!
2013-12-04 10:59:12 +01:00