[riot-commits] [RIOT-OS/RIOT] 0dd314: fix multiple definition of TRANSCEIVER_STACK_SIZE ...
Oliver Hahm
oleg at hobbykeller.org
Tue Jun 18 17:27:23 CEST 2013
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 0dd314afbb6ca222160f6f21c67ea2a9dd349204
https://github.com/RIOT-OS/RIOT/commit/0dd314afbb6ca222160f6f21c67ea2a9dd349204
Author: Martin <martin.landsmann at haw-hamburg.de>
Date: 2013-06-14 (Fri, 14 Jun 2013)
Changed paths:
M cpu/native/include/cpu-conf.h
Log Message:
-----------
fix multiple definition of TRANSCEIVER_STACK_SIZE for using with native cpu
Commit: d32b785816f4edddddded2508afa02acd7005e75
https://github.com/RIOT-OS/RIOT/commit/d32b785816f4edddddded2508afa02acd7005e75
Author: Martin <martin.landsmann at haw-hamburg.de>
Date: 2013-06-14 (Fri, 14 Jun 2013)
Changed paths:
M cpu/native/irq_cpu.c
Log Message:
-----------
fix inserted explicit typecasting to ucontext_t* at assignment
Commit: 3ab669578c1921fca2f0570832fa5e59ac5d85f7
https://github.com/RIOT-OS/RIOT/commit/3ab669578c1921fca2f0570832fa5e59ac5d85f7
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2013-06-14 (Fri, 14 Jun 2013)
Changed paths:
M drivers/cc110x_ng/cc110x-defaultSettings.c
M drivers/cc110x_ng/spi/cc110x_spi.c
M sys/include/vtimer.h
M sys/net/sixlowpan/sixlowpan.c
Log Message:
-----------
do includes the right way (for riot includes)
Commit: a66a193f99b76ae3e0f0b7183218f9c4d6eba711
https://github.com/RIOT-OS/RIOT/commit/a66a193f99b76ae3e0f0b7183218f9c4d6eba711
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2013-06-14 (Fri, 14 Jun 2013)
Changed paths:
M sys/net/sixlowpan/rpl/trickle.c
M sys/net/sixlowpan/sixlowmac.c
Log Message:
-----------
fix printf pattern
Commit: 5d587e34eb8e69f349278c1e2a60778d9de5b320
https://github.com/RIOT-OS/RIOT/commit/5d587e34eb8e69f349278c1e2a60778d9de5b320
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2013-06-14 (Fri, 14 Jun 2013)
Changed paths:
M sys/net/sixlowpan/Makefile
Log Message:
-----------
fix sixlowpan includes
Commit: d4ea8664ee749b8e50ebfc27793084e571ff1044
https://github.com/RIOT-OS/RIOT/commit/d4ea8664ee749b8e50ebfc27793084e571ff1044
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2013-06-14 (Fri, 14 Jun 2013)
Changed paths:
M sys/net/sixlowpan/sixlowip.c
M sys/net/sixlowpan/sixlowpan.c
Log Message:
-----------
add missing ;
Commit: 8faf6b77b6c2524ee0cb43b29c3d794e4d978b88
https://github.com/RIOT-OS/RIOT/commit/8faf6b77b6c2524ee0cb43b29c3d794e4d978b88
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2013-06-14 (Fri, 14 Jun 2013)
Changed paths:
M sys/include/timex.h
M sys/include/vtimer.h
M sys/timex/timex.c
M sys/vtimer/vtimer.c
Log Message:
-----------
add a print function for timex and vtimer
Commit: 79d55760fd2cbf8e6381b17bc088d2c16218e635
https://github.com/RIOT-OS/RIOT/commit/79d55760fd2cbf8e6381b17bc088d2c16218e635
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2013-06-15 (Sat, 15 Jun 2013)
Changed paths:
M sys/auto_init/Makefile
M sys/timex/Makefile
Log Message:
-----------
add missing spaces
Commit: 1fcc5c8ed82fb15542ef256951cd5ad6ce9547be
https://github.com/RIOT-OS/RIOT/commit/1fcc5c8ed82fb15542ef256951cd5ad6ce9547be
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)
Changed paths:
M sys/net/destiny/socket.c
Log Message:
-----------
fix bad vtimer_now call
Commit: 608fb5582b9cee1156ca92d2215036af1a7c26d3
https://github.com/RIOT-OS/RIOT/commit/608fb5582b9cee1156ca92d2215036af1a7c26d3
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)
Changed paths:
M sys/net/destiny/socket.c
M sys/net/destiny/tcp.c
Log Message:
-----------
fix printf patterns
Commit: ac10da45095aa4d93ba68855f2783c14b2df0dcb
https://github.com/RIOT-OS/RIOT/commit/ac10da45095aa4d93ba68855f2783c14b2df0dcb
Author: Oliver Hahm <oleg at hobbykeller.org>
Date: 2013-06-18 (Tue, 18 Jun 2013)
Changed paths:
M cpu/native/include/cpu-conf.h
M cpu/native/irq_cpu.c
M drivers/cc110x_ng/cc110x-defaultSettings.c
M drivers/cc110x_ng/spi/cc110x_spi.c
M sys/auto_init/Makefile
M sys/include/timex.h
M sys/include/vtimer.h
M sys/net/destiny/socket.c
M sys/net/destiny/tcp.c
M sys/net/sixlowpan/Makefile
M sys/net/sixlowpan/rpl/trickle.c
M sys/net/sixlowpan/sixlowip.c
M sys/net/sixlowpan/sixlowmac.c
M sys/net/sixlowpan/sixlowpan.c
M sys/timex/Makefile
M sys/timex/timex.c
M sys/vtimer/vtimer.c
Log Message:
-----------
Merge branch 'fixes-06-14' of git://github.com/mehlis/RIOT into mehlis-fixes-06-14
Commit: b571286574999ddf309e9dbe8eaa8db7704a48d1
https://github.com/RIOT-OS/RIOT/commit/b571286574999ddf309e9dbe8eaa8db7704a48d1
Author: Oliver Hahm <oleg at hobbykeller.org>
Date: 2013-06-18 (Tue, 18 Jun 2013)
Changed paths:
M cpu/native/include/cpu-conf.h
Log Message:
-----------
* fixed typo
Compare: https://github.com/RIOT-OS/RIOT/compare/0d6d8390c001...b57128657499
More information about the commits
mailing list