[riot-commits] [RIOT-OS/RIOT] f6e404: native cc1100x_ng network via tap
Oleg Hahm
oleg at hobbykeller.org
Sun Jul 28 23:54:38 CEST 2013
Branch: refs/heads/agilefox_plugtest
Home: https://github.com/RIOT-OS/RIOT
Commit: f6e404d925b77be5b1089c7b9684573da24f59aa
https://github.com/RIOT-OS/RIOT/commit/f6e404d925b77be5b1089c7b9684573da24f59aa
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
M cpu/native/include/cpu-conf.h
M cpu/native/include/cpu.h
A cpu/native/include/tap.h
M cpu/native/lpm_cpu.c
M cpu/native/native_cpu.c
M cpu/native/startup.c
A cpu/native/tap.c
A cpu/native/twotap.sh
M drivers/cc110x_ng/include/cc110x-internal.h
Log Message:
-----------
native cc1100x_ng network via tap
not properly passing received data to transceiver atm
Commit: eba3a0126dba37b761361a8955911bf0a3cf15aa
https://github.com/RIOT-OS/RIOT/commit/eba3a0126dba37b761361a8955911bf0a3cf15aa
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
Log Message:
-----------
native cc1100 write commands
Commit: 423c1c8097ac6dedcf03bc7f3657f0620e428747
https://github.com/RIOT-OS/RIOT/commit/423c1c8097ac6dedcf03bc7f3657f0620e428747
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
M cpu/native/Makefile
A cpu/native/cc110x_ng/cc1100-sim.c
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
A cpu/native/include/cc1100sim.h
M cpu/native/include/tap.h
M cpu/native/tap.c
Log Message:
-----------
moved code around
Commit: 3ada19ced81c1aac0309271d2c5081e0c70cf71c
https://github.com/RIOT-OS/RIOT/commit/3ada19ced81c1aac0309271d2c5081e0c70cf71c
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc1100-sim.c
M cpu/native/include/cc1100sim.h
M cpu/native/include/cpu-conf.h
M drivers/cc110x_ng/cc110x-rx.c
Log Message:
-----------
wip
Commit: d6a7998d1ccb2e1e5571ce7fa622476603c2c53f
https://github.com/RIOT-OS/RIOT/commit/d6a7998d1ccb2e1e5571ce7fa622476603c2c53f
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc1100-sim.c
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
M cpu/native/hwtimer_cpu.c
M cpu/native/lpm_cpu.c
M cpu/native/tap.c
M drivers/cc110x_ng/cc110x-rx.c
Log Message:
-----------
pkt reception working (probably)
Commit: 951c99e09677868e7a3f7d88b923b87f53be2263
https://github.com/RIOT-OS/RIOT/commit/951c99e09677868e7a3f7d88b923b87f53be2263
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
M cpu/native/lpm_cpu.c
Log Message:
-----------
reception working as intended
Commit: 78c8a2602507041c0a20afdd4a6b047133fbe781
https://github.com/RIOT-OS/RIOT/commit/78c8a2602507041c0a20afdd4a6b047133fbe781
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
M cpu/native/tap.c
Log Message:
-----------
enable error messages in tap
Commit: fc55c8a20180550d7d929682f3cec34b05ca3664
https://github.com/RIOT-OS/RIOT/commit/fc55c8a20180550d7d929682f3cec34b05ca3664
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
A cpu/native/tapsetup.sh
R cpu/native/twotap.sh
Log Message:
-----------
Generalized, improved and renamed tap setup script
Commit: 8bf1073cf4f7df2934469de2a1b1b6eb09d23d3d
https://github.com/RIOT-OS/RIOT/commit/8bf1073cf4f7df2934469de2a1b1b6eb09d23d3d
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
A cpu/native/README
M cpu/native/startup.c
Log Message:
-----------
add native README, explicate startup fail msg
Commit: 7633bee000c90eaa70f67f17b80910d2068f3e9c
https://github.com/RIOT-OS/RIOT/commit/7633bee000c90eaa70f67f17b80910d2068f3e9c
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
M cpu/native/include/tap.h
M cpu/native/tap.c
Log Message:
-----------
osx support for tap
Commit: a4de802bdfa8812f28b272f7c6c94934fe9a27d3
https://github.com/RIOT-OS/RIOT/commit/a4de802bdfa8812f28b272f7c6c94934fe9a27d3
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
M cpu/native/tapsetup.sh
Log Message:
-----------
start tap indeces at 0 in tapsetup
Commit: f7cf0fd3879643e7dcabe87804b16d6ddba4e339
https://github.com/RIOT-OS/RIOT/commit/f7cf0fd3879643e7dcabe87804b16d6ddba4e339
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
A cpu/native/tapsetup-osx.sh
Log Message:
-----------
osx tap setup script
Commit: 1a3c7ca086a13501d5e4b7f485475817a38258a0
https://github.com/RIOT-OS/RIOT/commit/1a3c7ca086a13501d5e4b7f485475817a38258a0
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc1100-sim.c
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
M cpu/native/include/tap.h
M cpu/native/tap.c
Log Message:
-----------
fix warnings
Commit: 7aa313f27c85f75fed4681b25b8d20aab3ff2835
https://github.com/RIOT-OS/RIOT/commit/7aa313f27c85f75fed4681b25b8d20aab3ff2835
Author: authmillenon <authmill at datalove.me>
Date: 2013-07-24 (Wed, 24 Jul 2013)
Changed paths:
M sys/net/sixlowpan/sixlowip.c
M sys/net/sixlowpan/sixlownd.c
M sys/net/sixlowpan/sixlownd.h
M sys/net/sixlowpan/sixlowpan.h
Log Message:
-----------
Implement simple echo request/reply
Commit: 33c9a58401b23048430075e102a96f38db9b1000
https://github.com/RIOT-OS/RIOT/commit/33c9a58401b23048430075e102a96f38db9b1000
Author: authmillenon <authmill at datalove.me>
Date: 2013-07-24 (Wed, 24 Jul 2013)
Changed paths:
M sys/net/sixlowpan/sixlowip.c
M sys/net/sixlowpan/sixlownd.c
M sys/net/sixlowpan/sixlownd.h
M sys/net/sixlowpan/sixlowpan.h
Log Message:
-----------
Implement simple echo request/reply
Commit: cad7177603212afa1366505e902122b06193880c
https://github.com/RIOT-OS/RIOT/commit/cad7177603212afa1366505e902122b06193880c
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
M cpu/native/include/cpu-conf.h
M cpu/native/include/cpu.h
A cpu/native/include/tap.h
M cpu/native/lpm_cpu.c
M cpu/native/native_cpu.c
M cpu/native/startup.c
A cpu/native/tap.c
A cpu/native/twotap.sh
M drivers/cc110x_ng/include/cc110x-internal.h
Log Message:
-----------
native cc1100x_ng network via tap
not properly passing received data to transceiver atm
Commit: 7e637497a6b216cbf92bc18dd96d9431e5cfb40e
https://github.com/RIOT-OS/RIOT/commit/7e637497a6b216cbf92bc18dd96d9431e5cfb40e
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
Log Message:
-----------
native cc1100 write commands
Commit: 2bc1ce6c0d39ea1d2ea3bd10e41eedfc88e485ad
https://github.com/RIOT-OS/RIOT/commit/2bc1ce6c0d39ea1d2ea3bd10e41eedfc88e485ad
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/Makefile
A cpu/native/cc110x_ng/cc1100-sim.c
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
A cpu/native/include/cc1100sim.h
M cpu/native/include/tap.h
M cpu/native/tap.c
Log Message:
-----------
moved code around
Commit: b50d813f7c45c4bbad3a40723045420f1b6b6c2e
https://github.com/RIOT-OS/RIOT/commit/b50d813f7c45c4bbad3a40723045420f1b6b6c2e
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc1100-sim.c
M cpu/native/include/cc1100sim.h
M drivers/cc110x_ng/cc110x-rx.c
Log Message:
-----------
wip
Commit: 3deffba135455aa0b98a78cfbe8b0b4e74b63d57
https://github.com/RIOT-OS/RIOT/commit/3deffba135455aa0b98a78cfbe8b0b4e74b63d57
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc1100-sim.c
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
M cpu/native/hwtimer_cpu.c
M cpu/native/lpm_cpu.c
M cpu/native/tap.c
M drivers/cc110x_ng/cc110x-rx.c
Log Message:
-----------
pkt reception working (probably)
Commit: 2d42e5e539c0e79e70be67391c0370a4db43b389
https://github.com/RIOT-OS/RIOT/commit/2d42e5e539c0e79e70be67391c0370a4db43b389
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
M cpu/native/lpm_cpu.c
Log Message:
-----------
reception working as intended
Commit: 5fa9bf426238b06438eee899bcffa9250f0b3a77
https://github.com/RIOT-OS/RIOT/commit/5fa9bf426238b06438eee899bcffa9250f0b3a77
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/tap.c
Log Message:
-----------
enable error messages in tap
Commit: a520221e8a88e829a947f8b4e94c4054ab21e5f3
https://github.com/RIOT-OS/RIOT/commit/a520221e8a88e829a947f8b4e94c4054ab21e5f3
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
A cpu/native/tapsetup.sh
R cpu/native/twotap.sh
Log Message:
-----------
Generalized, improved and renamed tap setup script
Commit: 49a7c47f0dfa0f9c0155d9d8c3f6b58e99dd9032
https://github.com/RIOT-OS/RIOT/commit/49a7c47f0dfa0f9c0155d9d8c3f6b58e99dd9032
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
A cpu/native/README
M cpu/native/startup.c
Log Message:
-----------
add native README, explicate startup fail msg
Commit: 10106d5bcddc1af9e4a0965981bdd6120cf8a892
https://github.com/RIOT-OS/RIOT/commit/10106d5bcddc1af9e4a0965981bdd6120cf8a892
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
M cpu/native/include/tap.h
M cpu/native/tap.c
Log Message:
-----------
osx support for tap
Commit: 8627358c352f4dc84e2311f9c9e7b65f534f76c5
https://github.com/RIOT-OS/RIOT/commit/8627358c352f4dc84e2311f9c9e7b65f534f76c5
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/tapsetup.sh
Log Message:
-----------
start tap indeces at 0 in tapsetup
Commit: 2869736c980ccf9bd2491881028a768692ef8c19
https://github.com/RIOT-OS/RIOT/commit/2869736c980ccf9bd2491881028a768692ef8c19
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
A cpu/native/tapsetup-osx.sh
Log Message:
-----------
osx tap setup script
Commit: bd1673a6003c2be8c8b8058cd17109c86c7429cf
https://github.com/RIOT-OS/RIOT/commit/bd1673a6003c2be8c8b8058cd17109c86c7429cf
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc1100-sim.c
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
M cpu/native/include/tap.h
M cpu/native/tap.c
Log Message:
-----------
fix warnings
Commit: cbaaf65bcccbae7774ecd9c36093f9fc91b7e433
https://github.com/RIOT-OS/RIOT/commit/cbaaf65bcccbae7774ecd9c36093f9fc91b7e433
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc1100-sim.c
Log Message:
-----------
generalize callbacks
Commit: 8357f48604b7a4bec033a490aee2ac701e6683a5
https://github.com/RIOT-OS/RIOT/commit/8357f48604b7a4bec033a490aee2ac701e6683a5
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
M cpu/native/lpm_cpu.c
M cpu/native/startup.c
M cpu/native/tap.c
Log Message:
-----------
halfway enabled interrupts for tap io
Commit: 2cf676dd1fadf8109cd338acca8f2ac39e1e0660
https://github.com/RIOT-OS/RIOT/commit/2cf676dd1fadf8109cd338acca8f2ac39e1e0660
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc1100-sim.c
M cpu/native/tap.c
Log Message:
-----------
move code around
Commit: 8c14154c6f83e28a1afb58f53dd15f7f80bf0ff0
https://github.com/RIOT-OS/RIOT/commit/8c14154c6f83e28a1afb58f53dd15f7f80bf0ff0
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc1100-sim.c
M cpu/native/include/tap.h
M cpu/native/tap.c
Log Message:
-----------
fix warnings, remove stale code
Commit: 8e1643da3f65eba48c2e22282ae0e98d185b60ad
https://github.com/RIOT-OS/RIOT/commit/8e1643da3f65eba48c2e22282ae0e98d185b60ad
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/tap.c
Log Message:
-----------
comments/debug newline fix
Commit: 83d74902fc791e588955a5fffa4745c04b95fa82
https://github.com/RIOT-OS/RIOT/commit/83d74902fc791e588955a5fffa4745c04b95fa82
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/include/cpu-conf.h
Log Message:
-----------
add comments to cpu-conf.h
Commit: 570d81ceee82f54208f0360b5720179b4dc3ba47
https://github.com/RIOT-OS/RIOT/commit/570d81ceee82f54208f0360b5720179b4dc3ba47
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/lpm_cpu.c
M cpu/native/tap.c
Log Message:
-----------
remove cruft
Commit: c72bb5b92de8634367cc9c1cbee3dc6132e85bf5
https://github.com/RIOT-OS/RIOT/commit/c72bb5b92de8634367cc9c1cbee3dc6132e85bf5
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/irq_cpu.c
Log Message:
-----------
more forced debug
Commit: fe999cd96c3c8f5b0ac57c0c7aeab7965e2a4b3d
https://github.com/RIOT-OS/RIOT/commit/fe999cd96c3c8f5b0ac57c0c7aeab7965e2a4b3d
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/irq_cpu.c
Log Message:
-----------
fix syscall ctxswtch condition
Commit: 419ee9b6c02797c852392491f5bac00f463b9476
https://github.com/RIOT-OS/RIOT/commit/419ee9b6c02797c852392491f5bac00f463b9476
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/README
Log Message:
-----------
README update
Commit: aa7007b62212f37fac05d7b1e5fe8a8c1bc53aac
https://github.com/RIOT-OS/RIOT/commit/aa7007b62212f37fac05d7b1e5fe8a8c1bc53aac
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/tap.c
Log Message:
-----------
guard read in tap.c
Commit: e6bc8793f08b3582aeea3e1766efb44b446c9600
https://github.com/RIOT-OS/RIOT/commit/e6bc8793f08b3582aeea3e1766efb44b446c9600
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/hwtimer_cpu.c
Log Message:
-----------
add syscall guard in hwtimer_cpu.c
Commit: ccdc066378c6bf0f2a2b87b20af191fed0ddb47a
https://github.com/RIOT-OS/RIOT/commit/ccdc066378c6bf0f2a2b87b20af191fed0ddb47a
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/tap.c
Log Message:
-----------
fix handler signal handler exit in tap.c
Commit: a1aaa7ef85cfd55250937481a20017e7425b9b88
https://github.com/RIOT-OS/RIOT/commit/a1aaa7ef85cfd55250937481a20017e7425b9b88
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/hwtimer_cpu.c
Log Message:
-----------
hack around in hwtimer_cpu.c
Commit: 298915ce1cd2638090f3f0fe7a3b564b4e1482e6
https://github.com/RIOT-OS/RIOT/commit/298915ce1cd2638090f3f0fe7a3b564b4e1482e6
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/irq_cpu.c
Log Message:
-----------
hack around in irq_cpu.c
Commit: 35aa576c8a93f8cd7a8a5c26151468d89430597a
https://github.com/RIOT-OS/RIOT/commit/35aa576c8a93f8cd7a8a5c26151468d89430597a
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cpu/native/irq_cpu.c
Log Message:
-----------
unforce debug output in irq_cpu.c
Commit: 01f060a0906519ed25163909b116925ba2320895
https://github.com/RIOT-OS/RIOT/commit/01f060a0906519ed25163909b116925ba2320895
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M drivers/cc110x_ng/cc110x-rx.c
Log Message:
-----------
wip
Commit: bd40d62b14c6842a8396f4baea33906e408d3fb7
https://github.com/RIOT-OS/RIOT/commit/bd40d62b14c6842a8396f4baea33906e408d3fb7
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M Makefile.include
M core/include/debug.h
M core/kernel_init.c
M core/msg.c
M core/mutex.c
M core/oneway_malloc.c
M core/queue.c
M core/sched.c
M core/thread.c
M cpu/arm_common/iap.c
M cpu/cc430/cc430-rtc.c
M cpu/cc430/hwtimer_cc430.c
M cpu/lpc2387/include/cpu-conf.h
M cpu/lpc2387/lpc2387-adc.c
M cpu/lpc2387/lpc2387-lpm.c
M cpu/lpc2387/mci/lpc2387-mci.c
M cpu/lpc2387/rtc/lpc2387-rtc.c
M cpu/msp430-common/hwtimer_cpu.c
M cpu/msp430-common/include/cpu-conf.h
M cpu/native/Makefile
M cpu/native/hwtimer_cpu.c
M cpu/native/include/cpu.h
M cpu/native/irq_cpu.c
M cpu/native/lpm_cpu.c
M drivers/cc110x_ng/cc110x.c
M drivers/cc2420/cc2420.c
M drivers/sht11/sht11.c
M sys/auto_init/auto_init.c
M sys/chardev_thread.c
M sys/include/transceiver.h
M sys/net/destiny/socket.h
M sys/net/sixlowpan/rpl/etx_beaconing.c
M sys/net/sixlowpan/rpl/etx_beaconing.h
M sys/net/sixlowpan/rpl/of_mrhof.h
M sys/net/sixlowpan/sixlowmac.c
M sys/net/sixlowpan/sixlowmac.h
M sys/net/sixlowpan/sixlownd.c
M sys/transceiver/transceiver.c
M sys/vtimer/vtimer.c
Log Message:
-----------
Merge branch 'native_cc1100_tap' into ping_native
Conflicts:
cpu/native/README
cpu/native/cc110x_ng/cc1100-sim.c
cpu/native/cc110x_ng/cc110x_ng_cpu.c
cpu/native/include/cpu-conf.h
cpu/native/include/tap.h
cpu/native/lpm_cpu.c
cpu/native/startup.c
cpu/native/tap.c
Commit: 862678312c2d85e279f1172e19ae178a9fe4fbeb
https://github.com/RIOT-OS/RIOT/commit/862678312c2d85e279f1172e19ae178a9fe4fbeb
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M cpu/native/include/cpu-conf.h
M sys/net/sixlowpan/flowcontrol.h
M sys/net/sixlowpan/rpl/etx_beaconing.h
M sys/net/sixlowpan/rpl/rpl.h
M sys/net/sixlowpan/rpl/trickle.h
M sys/net/sixlowpan/sixlowborder.c
M sys/net/sixlowpan/sixlowmac.h
M sys/net/sixlowpan/sixlowpan.c
M sys/net/sixlowpan/sixlowpan.h
M sys/vtimer/vtimer.c
Log Message:
-----------
preparations for 6LoWPLUGTEST
Commit: 0ad969ad6771a4e9a1e95f0f065f214d11ecb450
https://github.com/RIOT-OS/RIOT/commit/0ad969ad6771a4e9a1e95f0f065f214d11ecb450
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M sys/net/sixlowpan/sixlownd.c
Log Message:
-----------
Add missing packet length
Commit: 1b1bb3a1da26f8b9b3b4ae7a149b0210bc6712b2
https://github.com/RIOT-OS/RIOT/commit/1b1bb3a1da26f8b9b3b4ae7a149b0210bc6712b2
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M sys/net/sixlowpan/sixlownd.c
Log Message:
-----------
Merge branch 'ping' into ping_native
Conflicts:
sys/net/sixlowpan/sixlownd.c
Commit: dbf7bb5be824839c49ce98721b956c755887f18f
https://github.com/RIOT-OS/RIOT/commit/dbf7bb5be824839c49ce98721b956c755887f18f
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M sys/net/sixlowpan/sixlownd.c
Log Message:
-----------
Merge branch 'ping_native' into 6LoWPAN_PLUGTEST
Commit: 1911124b14eca38df8fd3c5b4b02098bf36e7ec5
https://github.com/RIOT-OS/RIOT/commit/1911124b14eca38df8fd3c5b4b02098bf36e7ec5
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M sys/net/sixlowpan/sixlowpan.c
Log Message:
-----------
More plugtest preps
Commit: d46f36f269fb10e0893a84c1e05d7b30d1774a1c
https://github.com/RIOT-OS/RIOT/commit/d46f36f269fb10e0893a84c1e05d7b30d1774a1c
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc1100-sim.c
M cpu/native/include/cc1100sim.h
M cpu/native/tap.c
Log Message:
-----------
cc1100 address filter, callbacks
Commit: 047c5038e2c25b50c24cf6b1e151c84cab701d8e
https://github.com/RIOT-OS/RIOT/commit/047c5038e2c25b50c24cf6b1e151c84cab701d8e
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc1100-sim.c
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
M cpu/native/include/cc1100sim.h
M cpu/native/include/tap.h
M cpu/native/tap.c
Log Message:
-----------
fix cc1100/tap buffer constants
Commit: ade37713a1e9b0d5bdd0c2a2d4540ed1ad0e52e3
https://github.com/RIOT-OS/RIOT/commit/ade37713a1e9b0d5bdd0c2a2d4540ed1ad0e52e3
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M sys/net/sixlowpan/sixlownd.h
Log Message:
-----------
Fix icmp echo packet lengths
Commit: 212dcc7ddfb77b7da0a54e6698f3409c4567a88b
https://github.com/RIOT-OS/RIOT/commit/212dcc7ddfb77b7da0a54e6698f3409c4567a88b
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M sys/net/sixlowpan/sixlownd.h
Log Message:
-----------
Merge branch 'ping' into ping_native
Commit: f275154202c3d4df6fe8495d8b59c8a8d0b40216
https://github.com/RIOT-OS/RIOT/commit/f275154202c3d4df6fe8495d8b59c8a8d0b40216
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M sys/net/sixlowpan/sixlownd.h
Log Message:
-----------
Merge branch 'ping_native' into 6LoWPAN_PLUGTEST
Commit: 611af06a642c980ce0f15af61e738c3048bb5e04
https://github.com/RIOT-OS/RIOT/commit/611af06a642c980ce0f15af61e738c3048bb5e04
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc1100-sim.c
M drivers/cc110x_ng/include/cc110x_ng.h
M sys/include/transceiver.h
Log Message:
-----------
increased payload for simulated cc1100
Commit: d6247f5cb2de7d632b037223dc328c69633355b8
https://github.com/RIOT-OS/RIOT/commit/d6247f5cb2de7d632b037223dc328c69633355b8
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M sys/net/sixlowpan/sixlowip.c
M sys/net/sixlowpan/sixlowip.h
M sys/net/sixlowpan/sixlowpan.c
Log Message:
-----------
added callback registration for sixlowip
Commit: fc5931ab574fe1e058a8725495efc1f9fe53251d
https://github.com/RIOT-OS/RIOT/commit/fc5931ab574fe1e058a8725495efc1f9fe53251d
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc1100-sim.c
M drivers/cc110x_ng/include/cc110x_ng.h
M sys/include/transceiver.h
M sys/net/sixlowpan/sixlowip.c
M sys/net/sixlowpan/sixlowip.h
M sys/net/sixlowpan/sixlowpan.c
Log Message:
-----------
Merge branch '6LoWPAN_PLUGTEST' of github.com:authmillenon/RIOT into 6LoWPAN_PLUGTEST
Commit: 2391a2a3a208a5640ceda3f2faed2ef7cbaa49ce
https://github.com/RIOT-OS/RIOT/commit/2391a2a3a208a5640ceda3f2faed2ef7cbaa49ce
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M sys/net/sixlowpan/sixlowpan.c
M sys/net/sixlowpan/sixlowpan.h
Log Message:
-----------
added callback for sixlowpan
Commit: be5ffa297617251f1764a8c6dc42181a313de179
https://github.com/RIOT-OS/RIOT/commit/be5ffa297617251f1764a8c6dc42181a313de179
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M sys/net/sixlowpan/sixlownd.h
Log Message:
-----------
Merge branch '6LoWPAN_PLUGTEST' of https://github.com/authmillenon/RIOT into 6LoWPAN_PLUGTEST
Commit: 00fbfda0c1fb4ff36fee102803f21cb20989f337
https://github.com/RIOT-OS/RIOT/commit/00fbfda0c1fb4ff36fee102803f21cb20989f337
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc1100-sim.c
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
M cpu/native/include/cc1100sim.h
M cpu/native/include/tap.h
M cpu/native/tap.c
Log Message:
-----------
Merge remote-tracking branch 'ludwig/native_cc1100_tap' into 6LoWPAN_PLUGTEST
Conflicts:
cpu/native/cc110x_ng/cc1100-sim.c
cpu/native/tap.c
Commit: 6a225e1e1c600705aff6be148cd4e8c89679f34d
https://github.com/RIOT-OS/RIOT/commit/6a225e1e1c600705aff6be148cd4e8c89679f34d
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc1100-sim.c
M drivers/cc110x_ng/include/cc110x_ng.h
M sys/include/transceiver.h
Log Message:
-----------
Revert "increased payload for simulated cc1100"
This reverts commit 611af06a642c980ce0f15af61e738c3048bb5e04.
Commit: 395392218202a2b83a9c24776c16597aa49b9543
https://github.com/RIOT-OS/RIOT/commit/395392218202a2b83a9c24776c16597aa49b9543
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M cpu/native/README
M cpu/native/cc110x_ng/cc1100-sim.c
M cpu/native/cc110x_ng/cc110x_ng_cpu.c
M cpu/native/include/cpu-conf.h
M cpu/native/include/tap.h
M cpu/native/lpm_cpu.c
M cpu/native/startup.c
M cpu/native/tap.c
Log Message:
-----------
fixed merge of LudwigOrtmann/native_cc1100_tap
Commit: d897f6f001811a677e75b29dc450cfeb131436b7
https://github.com/RIOT-OS/RIOT/commit/d897f6f001811a677e75b29dc450cfeb131436b7
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-07-27 (Sat, 27 Jul 2013)
Changed paths:
M cpu/native/cc110x_ng/cc1100-sim.c
M drivers/cc110x_ng/include/cc110x_ng.h
M sys/include/transceiver.h
Log Message:
-----------
Revert "Revert "increased payload for simulated cc1100""
This reverts commit 6a225e1e1c600705aff6be148cd4e8c89679f34d.
Commit: 7371b94130ebc3d79a4ac82dbdce55a9bcad2584
https://github.com/RIOT-OS/RIOT/commit/7371b94130ebc3d79a4ac82dbdce55a9bcad2584
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-07-28 (Sun, 28 Jul 2013)
Changed paths:
M cpu/native/include/cpu-conf.h
M sys/net/sixlowpan/flowcontrol.h
M sys/net/sixlowpan/sixlowborder.c
M sys/net/sixlowpan/sixlowpan.h
Log Message:
-----------
customized stack sizes in sixlowpan for native port
Commit: 8bebf40b853747834288615c7ac0bf5ccab0f9c7
https://github.com/RIOT-OS/RIOT/commit/8bebf40b853747834288615c7ac0bf5ccab0f9c7
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-07-28 (Sun, 28 Jul 2013)
Changed paths:
M cpu/native/include/cc1100sim.h
Log Message:
-----------
fixed cc1100sim fifo size
Commit: 9b11ff099e2bdd3b249c4a9ff1d7d9d92753bbda
https://github.com/RIOT-OS/RIOT/commit/9b11ff099e2bdd3b249c4a9ff1d7d9d92753bbda
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-07-28 (Sun, 28 Jul 2013)
Changed paths:
M sys/net/ieee802154/ieee802154_frame.c
Log Message:
-----------
fixed byte order for ieee802.15.4 frame
Commit: adbad0094ae9e37d38376b6085c2e065e4b7b2ac
https://github.com/RIOT-OS/RIOT/commit/adbad0094ae9e37d38376b6085c2e065e4b7b2ac
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-07-28 (Sun, 28 Jul 2013)
Changed paths:
M sys/net/sixlowpan/sixlowip.c
M sys/net/sixlowpan/sixlowip.h
M sys/net/sixlowpan/sixlownd.c
M sys/net/sixlowpan/sixlowpan.c
M sys/net/sixlowpan/sixlowpan.h
Log Message:
-----------
some more debug output for ipv6 and 6lowpan
Commit: ce2cd8a40e5052b0b39b4e46e2aaa9b79b51a575
https://github.com/RIOT-OS/RIOT/commit/ce2cd8a40e5052b0b39b4e46e2aaa9b79b51a575
Author: Alaeddine WESLATI <alaeddine.weslati at inria.fr>
Date: 2013-07-28 (Sun, 28 Jul 2013)
Changed paths:
M Makefile.modules
Log Message:
-----------
added needed module for agilefox board
Commit: 8c8a7476473901c7d8e92f1847b1c7796c53dcad
https://github.com/RIOT-OS/RIOT/commit/8c8a7476473901c7d8e92f1847b1c7796c53dcad
Author: Alaeddine WESLATI <alaeddine.weslati at inria.fr>
Date: 2013-07-28 (Sun, 28 Jul 2013)
Changed paths:
M Makefile.dep
M Makefile.include
M drivers/Makefile
A drivers/at86rf231/Makefile
A drivers/at86rf231/at86rf231.c
A drivers/at86rf231/at86rf231_rx.c
A drivers/at86rf231/at86rf231_spi.c
A drivers/at86rf231/at86rf231_tx.c
A drivers/at86rf231/include/at86rf231.h
A drivers/at86rf231/include/at86rf231_arch.h
A drivers/at86rf231/include/at86rf231_settings.h
A drivers/at86rf231/include/at86rf231_spi.h
M sys/include/transceiver.h
M sys/include/vtimer.h
M sys/transceiver/Makefile
M sys/transceiver/transceiver.c
Log Message:
-----------
started adding at86rf231 driver
at86rf231 transmission and receiption
driver is using vtimer instead of hwtimer_ function, TO CHECK
vtimer debug function prototype fix
Commit: 27e0502b5ba4f8adb792d2f922ffb652eb7813cc
https://github.com/RIOT-OS/RIOT/commit/27e0502b5ba4f8adb792d2f922ffb652eb7813cc
Author: Alaeddine WESLATI <alaeddine.weslati at inria.fr>
Date: 2013-07-28 (Sun, 28 Jul 2013)
Changed paths:
M drivers/at86rf231/at86rf231_tx.c
Log Message:
-----------
bugfixes related to size and buffers
Commit: 8bdd0ea1840560d71ba56459e3251f0c051112a6
https://github.com/RIOT-OS/RIOT/commit/8bdd0ea1840560d71ba56459e3251f0c051112a6
Author: Alaeddine WESLATI <alaeddine.weslati at inria.fr>
Date: 2013-07-28 (Sun, 28 Jul 2013)
Changed paths:
M sys/include/transceiver.h
Log Message:
-----------
added AT86RF231 payload size
Commit: f4c67fcd62e12304498ca884159dbfd7bee52fb8
https://github.com/RIOT-OS/RIOT/commit/f4c67fcd62e12304498ca884159dbfd7bee52fb8
Author: Alaeddine WESLATI <alaeddine.weslati at inria.fr>
Date: 2013-07-28 (Sun, 28 Jul 2013)
Changed paths:
M sys/net/sixlowpan/sixlowmac.c
M sys/net/sixlowpan/sixlowpan.c
Log Message:
-----------
HACKS to get sixloawpan working with at86rf231
Commit: 3e54a7b9941940d5daa6727ab4e74240aea4e191
https://github.com/RIOT-OS/RIOT/commit/3e54a7b9941940d5daa6727ab4e74240aea4e191
Author: Alaeddine WESLATI <alaeddine.weslati at inria.fr>
Date: 2013-07-28 (Sun, 28 Jul 2013)
Changed paths:
M sys/net/destiny/destiny.c
M sys/net/sixlowpan/sixlowmac.c
Log Message:
-----------
HACK : disabled TCP init and a hwtimer_wait, causing agilefox to HARDFAULT
Commit: c92452165cadf08a6a1b77013b1922175974d648
https://github.com/RIOT-OS/RIOT/commit/c92452165cadf08a6a1b77013b1922175974d648
Author: Alaeddine WESLATI <alaeddine.weslati at inria.fr>
Date: 2013-07-28 (Sun, 28 Jul 2013)
Changed paths:
M drivers/at86rf231/at86rf231_rx.c
M sys/include/transceiver.h
M sys/net/sixlowpan/sixlowip.c
M sys/net/sixlowpan/sixlowmac.c
M sys/net/sixlowpan/sixlowmac.h
M sys/net/sixlowpan/sixlowpan.c
M sys/transceiver/transceiver.c
Log Message:
-----------
stash, playing around with sixlow
Commit: 55ab57dbb43599569b45cec7d9c89204c837e4ec
https://github.com/RIOT-OS/RIOT/commit/55ab57dbb43599569b45cec7d9c89204c837e4ec
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-07-28 (Sun, 28 Jul 2013)
Changed paths:
M sys/net/sixlowpan/rpl/rpl.h
M sys/net/sixlowpan/rpl/rpl_structs.h
Log Message:
-----------
fixed sixlowpan includes in rpl
Compare: https://github.com/RIOT-OS/RIOT/compare/f6e404d925b7^...55ab57dbb435
More information about the commits
mailing list