Oleg Hahm
8ebc31594f
Merge pull request #538 from OlegHahm/dist_Makefile_update
...
updated INCLUDES part for the dist Makefile
2014-01-21 06:34:37 -08:00
Oleg Hahm
e12aceb1d5
updated INCLUDES part for the dist Makefile
2014-01-21 15:28:00 +01:00
Oleg Hahm
0a3bb76386
Merge pull request #537 from thomaseichinger/telosb-fix-cpu-speed
...
fixes bug in telosb board.h introduced by PR #459
2014-01-21 06:24:42 -08:00
Oleg Hahm
d519696ec7
Merge pull request #524 from OlegHahm/board_cleanup
...
Board cleanup
2014-01-21 06:07:32 -08:00
Oleg Hahm
4eeb015f77
Merge pull request #528 from OlegHahm/fix_make_doc
...
Fixing 'make doc'
2014-01-21 06:02:33 -08:00
Thomas Eichinger
2ce6f8ddbb
fixes bug in telosb board.h introduced by PR #459
2014-01-21 15:01:05 +01:00
Oleg Hahm
b105e4445b
added docclean target and replaced make calls by variables
2014-01-21 14:52:55 +01:00
Oleg Hahm
0409d4b3a1
Merge pull request #521 from OlegHahm/fix_includes_for_msp430
...
Fix includes for msp430
2014-01-21 04:49:06 -08:00
Ludwig Ortmann
d81261d035
Merge pull request #533 from LudwigOrtmann/osx_fixes
...
osx fixes
2014-01-21 03:35:14 -08:00
Ludwig Ortmann
98a2d554b5
osx fixes
2014-01-21 12:30:53 +01:00
Christian Mehlis
6227894a79
Merge pull request #531 from mehlis/master
...
ccnl: adapt doc to current code
2014-01-21 03:02:51 -08:00
Christian Mehlis
fa87339083
ccnl: adapt doc to current code
2014-01-21 11:40:58 +01:00
Oleg Hahm
638bb4ce51
Merge pull request #516 from mehlis/rpl-fixes
...
first set of rpl demo related fixes
2014-01-21 02:28:41 -08:00
Oleg Hahm
25f01ea4f0
Merge pull request #527 from mehlis/demo-destiny-init
...
rpl_udp: remove destiny init call
2014-01-21 02:24:30 -08:00
Oleg Hahm
e8f19cb884
added paragraph about stack sizes and fixed formatting
2014-01-21 11:01:11 +01:00
Oleg Hahm
9a331518c9
removed unnecessary includes in RIOTBASE/Makefile
2014-01-21 11:00:47 +01:00
Christian Mehlis
39d532cfdc
rpl_udp: remove destiny init call
...
This handler is called by auto_init to initialize the destiny
module correctly.
Fix: 'examples/rpl_udp' is currently double initializing destiny.
See: https://github.com/RIOT-OS/RIOT/blob/master/sys/auto_init/auto_init.c#L114
2014-01-20 23:30:50 +01:00
Oleg Hahm
55d8cb5ced
fixed support for pttu board
2014-01-20 19:39:00 +01:00
Oleg Hahm
717cab33ae
moved pllfeed inline function to header
...
Also removed useless copyright header.
2014-01-20 19:38:01 +01:00
Oleg Hahm
1018d801ef
removing unsupported board olimix_lpc2148
2014-01-20 19:23:18 +01:00
Oleg Hahm
caa947dcec
Merge pull request #523 from mehlis/trickle
...
trickle: replace call to pow (base of 2)
2014-01-20 09:44:29 -08:00
Christian Mehlis
348971e4db
trickle: replace call to pow (base of 2)
2014-01-20 16:43:01 +01:00
Thomas Eichinger
41fca84c09
Merge pull request #508 from thomaseichinger/openwsn-pkg
...
support openwsn as a pkg
2014-01-20 06:03:12 -08:00
Oleg Hahm
bdb0461555
Merge branch 'fix_includes_for_msp430' of github.com:OlegHahm/RIOT into fix_includes_for_msp430
2014-01-20 14:33:03 +01:00
Oleg Hahm
90f977e7e2
making socket.h MSP430 ready
2014-01-20 14:21:22 +01:00
Oleg Hahm
a57b853401
removed own implementation of errno headers
2014-01-20 14:05:47 +01:00
Oleg Hahm
caf1433389
changed condition in fd.c to check for MCU instead of checking for the board
2014-01-20 14:05:21 +01:00
Oleg Hahm
690c4564f2
include "cpu.h" for MSP430 platforms in fd.h
2014-01-20 13:48:37 +01:00
Thomas Eichinger
b290ea0059
fix for those fancy case sensitiv filesystems
2014-01-20 13:19:07 +01:00
Thomas Eichinger
10cf348a6e
fixes naming conflict with uart.(c|h)
2014-01-20 12:35:19 +01:00
Thomas Eichinger
d41b92094a
fixes downloading the archive with each ``make -B
``
2014-01-20 12:34:07 +01:00
Oleg Hahm
763fc6b84f
Merge pull request #510 from mehlis/test_vtimer_msg
...
added vtimer test case
2014-01-20 03:08:46 -08:00
Ludwig Ortmann
a40d3deacc
Merge pull request #518 from LudwigOrtmann/thread_measure_stack
...
Thread measure stack: usage => free
2014-01-20 02:55:47 -08:00
Ludwig Ortmann
9cd5b4f30d
fix stack_size comment in ps.c
2014-01-20 10:54:14 +01:00
Ludwig Ortmann
bcbe6bf5c8
thread_measure_stack_ usage -> free
...
Rename the function as its name suggests the opposite of what it does.
2014-01-20 10:46:20 +01:00
Ludwig Ortmann
81608bdab5
thread_measure_stack_usage documentation
...
fix documentation - the return value is the opposite of what it said
add and improve comments
renamed space to space_free (the name is documentation as well)
2014-01-20 10:42:59 +01:00
Ludwig Ortmann
c42aa8993f
fix regression from #251
...
remove thread_measure_stack_usage from kernel_internal.h again
2014-01-20 10:34:06 +01:00
Martin Lenders
9286205287
Merge pull request #515 from OlegHahm/vtimer_dependency
...
add vtimer dependencies to Makefile.dep
2014-01-18 11:43:42 -08:00
Christian Mehlis
5c3381b70a
tcp_timer: fix 'remove without use' behavior
2014-01-18 01:20:40 +01:00
Christian Mehlis
860b499fb6
lowpan: fix wrong printf usage
2014-01-18 01:18:37 +01:00
Christian Mehlis
8539517c11
icmp: fix warning of unused parameter
2014-01-18 01:17:31 +01:00
Christian Mehlis
f757de190f
demo: make handler more error tolerant
2014-01-18 01:16:38 +01:00
Christian Mehlis
a4f1dc464a
demo: fix printf handling
2014-01-18 01:15:29 +01:00
Christian Mehlis
dfc87026d7
demo: rename functions to avoid collisions
2014-01-18 01:14:23 +01:00
Christian Mehlis
b6734ce2cb
socket: fix warning of void pointer arithmetic
2014-01-18 01:12:38 +01:00
Thomas Eichinger
f25e9f1f79
fixing bug: don't reapply patch
2014-01-17 17:59:43 +01:00
Oleg Hahm
8c0b78925d
add vtimer dependencies to Makefile.dep
2014-01-17 16:36:09 +01:00
Oleg Hahm
48686035fe
Merge pull request #336 from authmillenon/libcoap_ports_like
...
Add libcoap as BSD ports-like package
2014-01-17 07:02:41 -08:00
Oleg Hahm
afdc3dee23
Merge pull request #226 from authmillenon/posix_sockets
...
Posix sockets
2014-01-17 07:00:14 -08:00
Martin Lenders
55b1c27c38
Add libcoap as BSD ports-like package
2014-01-17 15:54:18 +01:00