Ludwig Ortmann
|
7c7cab554e
|
fix recv_rpl_dio, missing return, refactor
|
2013-11-22 10:56:13 +01:00 |
|
Ludwig Ortmann
|
709cc9c158
|
add toa to packets in nativenet
also change order of fields to reflect radio types header
|
2013-11-22 10:55:49 +01:00 |
|
Oleg Hahm
|
d48b3fc2d1
|
provide a default next hop (preferred parent)
|
2013-11-22 02:31:08 +01:00 |
|
Oleg Hahm
|
f52e954916
|
catch some null pointers in RPL
|
2013-11-22 02:11:27 +01:00 |
|
Christian Mehlis
|
b355953929
|
Merge pull request #369 from LudwigOrtmann/ps_fix_indent
fix table header indentation
|
2013-11-21 13:40:47 -08:00 |
|
Christian Mehlis
|
3fd90c9ad7
|
Merge pull request #355 from mehlis/stdlib-fix
fix includes of stdlib
|
2013-11-21 13:40:25 -08:00 |
|
Ludwig Ortmann
|
2c52c0a79d
|
fix table header indentation
|
2013-11-21 22:09:42 +01:00 |
|
Christian Mehlis
|
a83a6f2b49
|
fix some defines in tcb.h
|
2013-11-21 21:38:02 +01:00 |
|
Christian Mehlis
|
ffdeb41b4d
|
fix debug output
|
2013-11-21 21:38:02 +01:00 |
|
Oleg Hahm
|
c16a3ed511
|
tiny debug improvement for RPL
|
2013-11-21 20:47:44 +01:00 |
|
Oleg Hahm
|
6329076aeb
|
Merge pull request #354 from OlegHahm/network_cleanup
Network cleanup
|
2013-11-21 02:33:32 -08:00 |
|
Christian Mehlis
|
f5d412bf9f
|
removed unnecessary stdlib.h include
|
2013-11-21 00:26:13 +01:00 |
|
Christian Mehlis
|
45ffdeaf52
|
add missing stdlib.h include
|
2013-11-21 00:26:13 +01:00 |
|
Oleg Hahm
|
5a2f7264f8
|
use a meaningful stacksize define
|
2013-11-21 00:21:26 +01:00 |
|
Oleg Hahm
|
9230fa0550
|
informational output as debug
|
2013-11-21 00:21:01 +01:00 |
|
Oleg Hahm
|
49ff2ae393
|
dao_counter wasn't initialized
|
2013-11-21 00:19:56 +01:00 |
|
Oleg Hahm
|
a11d546663
|
removed superfluous parameter in rpl_send()
|
2013-11-21 00:13:59 +01:00 |
|
Oleg Hahm
|
6955a2f791
|
make TCP in destiny optional
|
2013-11-20 23:54:51 +01:00 |
|
Martin Lenders
|
6ad5b4fb80
|
Merge pull request #349 from OlegHahm/network_debug
Network debug
|
2013-11-20 12:49:36 -08:00 |
|
Oleg Hahm
|
9c28b3f5a2
|
declared some verbose output as debug
|
2013-11-20 19:14:13 +01:00 |
|
Oleg Hahm
|
74f93c4992
|
additional debug output in lowpan and transceiver
* debug for lowpan_sendto()
* print destination address for all transceivers
|
2013-11-20 10:46:43 +01:00 |
|
Oleg Hahm
|
46e82cbc47
|
Merge pull request #343 from OlegHahm/udp_csum_fix
use correct length for UDP checksum calculation
|
2013-11-20 01:21:43 -08:00 |
|
Oleg Hahm
|
05eb5a8ba6
|
use correct length for UDP checksum calculation
|
2013-11-20 02:22:50 +01:00 |
|
LudwigOrtmann
|
fac923f0ab
|
Merge pull request #329 from LudwigOrtmann/make-all-the-boards
fix build for wsn430-v1_3b, wsn430-v1_4, chronos and some cleaning
|
2013-11-19 14:49:31 -08:00 |
|
Oleg Hahm
|
6804164a35
|
Merge pull request #341 from OlegHahm/rpl_fixes
made stacks for RPL threads static and using pre-defined sizes
|
2013-11-19 13:57:20 -08:00 |
|
Oleg Hahm
|
279a11cde7
|
Merge pull request #307 from OlegHahm/ieee802154_frame_recv
fixed byte order in reception of IEEE802.15.4 frames
|
2013-11-19 12:26:03 -08:00 |
|
Oleg Hahm
|
5cfd0aa60e
|
made stacks for RPL threads static and using pre-defined sizes
|
2013-11-19 21:23:52 +01:00 |
|
Ludwig Ortmann
|
c1ea408274
|
move struct timeval to msp430_types.h
|
2013-11-19 17:56:05 +01:00 |
|
Ludwig Ortmann
|
3b2b02e99a
|
enable building chronos board
|
2013-11-19 17:56:05 +01:00 |
|
Ludwig Ortmann
|
f7a1edeb2c
|
fix and clean up some board Makefiles
enables building wsn430-v1_3b and wsn430-v1_4
fixes some but not all chronos building issues
|
2013-11-19 17:56:05 +01:00 |
|
Oleg Hahm
|
e6eb9e500c
|
Merge pull request #332 from LudwigOrtmann/buildtest_update
buildtest: dont rely on boards/Makefile.base
|
2013-11-19 08:51:02 -08:00 |
|
Oleg Hahm
|
5c039eb4b6
|
Merge pull request #340 from LudwigOrtmann/ps_includes
make ps includes adhere to coding convetions
|
2013-11-19 08:48:49 -08:00 |
|
Oleg Hahm
|
67d975a9aa
|
Merge pull request #334 from LudwigOrtmann/scheduler_clean_fix
scheduler: use proper inttype for runtime, use import instead of declaration, rename to runtime_ticks
|
2013-11-19 08:47:09 -08:00 |
|
Ludwig Ortmann
|
96fe3a16ee
|
make ps includes adhere to coding convetions
|
2013-11-18 18:00:35 +01:00 |
|
Ludwig Ortmann
|
d06e0d8717
|
rename runtime to reflect the unit of measurement
|
2013-11-18 12:14:43 +01:00 |
|
Ludwig Ortmann
|
ffd8088d1d
|
proper inttype runtime, declare to import
define runtime long as hwtimer_now() uses long
import hwtimer.h instead of declaring hwtimer_now()
|
2013-11-16 19:26:02 +01:00 |
|
Ludwig Ortmann
|
7f7ce44fd8
|
dont rely on boards/Makefile.base
|
2013-11-15 12:14:23 +01:00 |
|
LudwigOrtmann
|
a0132f7595
|
Merge pull request #330 from LudwigOrtmann/makefile_cflags
Don't overwrite CFLAGS in Makefiles
|
2013-11-15 03:01:31 -08:00 |
|
Ludwig Ortmann
|
03957ab57d
|
dont overwrite CFLAGS in Makefile
|
2013-11-15 11:41:15 +01:00 |
|
LudwigOrtmann
|
77990ec70e
|
Merge pull request #327 from LudwigOrtmann/msb430-fix-clean
MSB-430 and related fix and clean
|
2013-11-14 07:28:27 -08:00 |
|
Ludwig Ortmann
|
ea672a4537
|
make sht11 includes adhere to coding conventions
|
2013-11-14 15:08:32 +01:00 |
|
Ludwig Ortmann
|
b4e75ee330
|
make msb430 sht11 includes adhere to coding conventions
|
2013-11-14 15:08:32 +01:00 |
|
Ludwig Ortmann
|
18fad22e30
|
make chardev_thread includes adhere to coding conventions
|
2013-11-14 15:08:32 +01:00 |
|
Ludwig Ortmann
|
4b0220ea35
|
remove cruft from msb-430-common board_init
useless comment, commented out assignment and some newlines
|
2013-11-14 15:08:32 +01:00 |
|
Ludwig Ortmann
|
7caf7881a2
|
fix msb-430 Makefiles and includes
|
2013-11-14 15:08:32 +01:00 |
|
Oleg Hahm
|
2532dda859
|
Merge pull request #241 from mehlis/shell
shell: don't use malloc on each line
|
2013-11-14 05:44:43 -08:00 |
|
|
d584d29953
|
Merge pull request #324 from LudwigOrtmann/hwtimer_race
fix race condition in hwtimer_spin
|
2013-11-14 05:43:35 -08:00 |
|
Ludwig Ortmann
|
05431e9e86
|
improve comments, rename variable
|
2013-11-14 12:06:53 +01:00 |
|
Ludwig Ortmann
|
2d419e6648
|
save one long
|
2013-11-14 12:06:52 +01:00 |
|
Ludwig Ortmann
|
e8a03a8287
|
improve fix and comment
|
2013-11-14 12:06:52 +01:00 |
|