1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

1723 Commits

Author SHA1 Message Date
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
4e5b60e403 make use of the IPv6 upper-layer checksum calculation 2013-11-21 21:16:26 +01:00
Oleg Hahm
aaccd37a2f calculate RPL checksum right before sending the ICMP packet 2013-11-21 21:16:25 +01:00
Oleg Hahm
cce3432220 added IPv6 upper-layer checksum calculation 2013-11-21 21:16:21 +01:00
Oleg Hahm
c16a3ed511 tiny debug improvement for RPL 2013-11-21 20:47:44 +01:00
Oleg Hahm
079d654104 set message type for lowpan and ipv6 notifier 2013-11-21 20:21:55 +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
479443eae0 moved stack from header to C file 2013-11-21 00:06:49 +01:00
Oleg Hahm
561531f64c fix copy&paste typo 2013-11-21 00:04:41 +01:00
Oleg Hahm
f7da9e7b47 udp_packet_handler uses printf, stack must be bigger 2013-11-21 00:00:29 +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
b3162f86e7 convert into host byte order in UDP reception 2013-11-20 15:14:34 +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