Christian Mehlis
|
5ccde8340d
|
add mersenne twister
|
10 years ago |
Zakaria Kasmi
|
c52a24625f
|
reverted license change from 0634f21542cfaf9a70c85e2154bc88435967fa9c
|
10 years ago |
Zakaria_Kasmi
|
3ea68ecfc1
|
add a handler for the heap state
|
10 years ago |
Christian Mehlis
|
df1755b912
|
fix broken warning
|
10 years ago |
Martin Lenders
|
50f4e473d2
|
Fix transceiver documentation
|
10 years ago |
Oleg Hahm
|
6d130a45ac
|
updated license headers
(No code changes!)
|
10 years ago |
Oleg Hahm
|
fed90e2328
|
Merge pull request #150 from OlegHahm/6lowpan_plugtest_fixes
6lowpan plugtest fixes
|
10 years ago |
Oleg Hahm
|
7890c924cd
|
updated ICMPv6 types from I-D to RFC values
|
10 years ago |
Oleg Hahm
|
b38aad06f4
|
added missing FCS to IEEE802.15.4 adaptation layer
|
10 years ago |
Oleg Hahm
|
dc7620b4b7
|
fixing ifdef/elif construct around prototypes in transceiver.c
|
10 years ago |
Oleg Hahm
|
50dd9c3f21
|
undefined payload before setting for native
|
10 years ago |
Oleg Hahm
|
701b8177fb
|
fixed some ifdefs and added necessary includes to transceiver.h
|
10 years ago |
Oleg Hahm
|
e65ae85640
|
remove static for vtimer_print
|
10 years ago |
Oleg Hahm
|
b64fb65935
|
Merge branch 'agilefox_clean' of https://github.com/AlaeddineWeslati/RIOT into AlaeddineWeslati-agilefox_clean
Conflicts:
sys/include/transceiver.h
sys/transceiver/transceiver.c
Additional changes:
* allow for multi-transceiver initialization
* change packet reception to old implementation
|
10 years ago |
Oleg Hahm
|
b798663151
|
Merge pull request #140 from LudwigOrtmann/nativenet_transceiver
Nativenet transceiver
|
10 years ago |
Ludwig Ortmann
|
708ece68cc
|
cc1100 -> nativenet
|
10 years ago |
Ludwig Ortmann
|
2b8da20476
|
fix PAYLOAD_SIZE define
|
10 years ago |
Martin Lenders
|
1411a0df0f
|
Merge pull request #143 from authmillenon/astyle_anti_confusion
Some coding style fixes in sixlowpan
|
10 years ago |
authmillenon
|
b4f47236bd
|
Revert some changes f***ed up by astyle
|
10 years ago |
authmillenon
|
3624727002
|
Fix so astyle does not confuse casts for ands
|
10 years ago |
Oleg Hahm
|
1d9ce4d8c5
|
Merge pull request #142 from OlegHahm/minor_include_fixes
Minor include, function prototype, and coding convention fixes
|
10 years ago |
Oleg Hahm
|
f81fc54bc7
|
Merge pull request #141 from LudwigOrtmann/transceiver_receive_types_fix
Fix transceiver.c: receive_packet
|
10 years ago |
Oleg Hahm
|
54a01dfd98
|
added cc110x_ng to include path for sixlowpan and net_help
|
10 years ago |
Oleg Hahm
|
87e0f7a70a
|
append include path in destiny Makefile
|
10 years ago |
Oleg Hahm
|
e74eed6978
|
added missing include to oneway_alloc for MSP430 platforms
|
10 years ago |
authmillenon
|
e2c201f2e0
|
Merge branch 'remove_carriage_returns' of github.com:authmillenon/RIOT into authmillenon-remove_carriage_returns
Conflicts:
sys/net/destiny/in.h
sys/net/destiny/socket.h
sys/net/destiny/tcp.h
sys/net/destiny/tcp_hc.c
sys/net/destiny/tcp_hc.h
sys/net/destiny/tcp_timer.c
sys/net/destiny/udp.c
sys/net/destiny/udp.h
|
10 years ago |
authmillenon
|
a3b754b662
|
Remove carriage returns
Git for windows handles those by itself
|
10 years ago |
Oleg Hahm
|
9fdae28876
|
Merge pull request #133 from authmillenon/sixlowpan_refactor
Refactor 6LoWPAN module
|
10 years ago |
authmillenon
|
f53efdcb6f
|
Fixup for coding convention
|
10 years ago |
authmillenon
|
f0982dad3e
|
Document NDP API header
|
10 years ago |
authmillenon
|
55fa9a0910
|
Document ICMP API header
|
10 years ago |
Ludwig Ortmann
|
db8c0bdfcb
|
Fix transceiver.c: receive_packet
Upper layer notification used packet type instead of transceiver type
to check monitoring threads.
|
10 years ago |
Oleg Hahm
|
ec1d7b9bdf
|
Merge pull request #139 from OlegHahm/default_stacksize
Default stacksize
|
10 years ago |
authmillenon
|
0b9671de18
|
Fix some API operationst
|
10 years ago |
authmillenon
|
5e38764778
|
Fix more typos
|
10 years ago |
authmillenon
|
0be66fa5e2
|
Fix sending slot stack size
|
10 years ago |
authmillenon
|
b4a7878144
|
Fixup stack sizes
Fixup stack sizes according to PR #139
|
10 years ago |
Oleg Hahm
|
7eba346aff
|
make transceiver make use of the default stacksize
|
10 years ago |
Oleg Hahm
|
b1c57a9755
|
removed duplicated paragraph
|
10 years ago |
authmillenon
|
5244a190a9
|
Put parantheses around longer return statements.
|
10 years ago |
authmillenon
|
dce4640af8
|
Define bitmask for 6LoWPAN fragmentation header parsing
|
10 years ago |
authmillenon
|
d556858570
|
Remove non-sensical bit-wise AND
|
10 years ago |
authmillenon
|
15290c897f
|
Make NCE type and status types publicly available
|
10 years ago |
authmillenon
|
a8d5a83cf2
|
Fix typos
|
10 years ago |
authmillenon
|
ce21dbdc73
|
Don't note address operators as bit-wise and.
Fix 3fddddd3be/sys/net/rpl/rpl.c (L75)
|
10 years ago |
authmillenon
|
c3fecbe68e
|
Check if source address is not illegal source address.
Check if source address is not multicast or unique local unicast (for
non-local destinations.
Fixes issue #78
|
10 years ago |
authmillenon
|
7966be880a
|
Use new mutex API
|
10 years ago |
authmillenon
|
3fddddd3be
|
Refactor icmp.h
|
10 years ago |
authmillenon
|
0e1baea34e
|
Refactor ip.h
|
10 years ago |
authmillenon
|
b1d6e7d639
|
Refactor border.h
|
10 years ago |