Commit Graph

2416 Commits (8760ea8f736b81142ecfbe8e47d10fdf3ae08480)
 

Author SHA1 Message Date
Martin Lenders 8760ea8f73 Merge pull request #833 from OlegHahm/net_if_fix
sys: net: net_if fix
10 years ago
Oleg Hahm 9255c9cbef removed obsolete buffer 10 years ago
Oleg Hahm 3e4fa5f012 removed error causing packed attribute in net_if 10 years ago
Oleg Hahm 29ef19eea0 Merge pull request #805 from OlegHahm/rpl_fixes
RPL: byte order fixes and debugging
10 years ago
Oleg Hahm 6fc1f5843b RPL byte order issues 10 years ago
Oleg Hahm e8e424f8cd enhanced RPL debugging 10 years ago
Christian Mehlis 3c9645075b Merge pull request #826 from LudwigOrtmann/test_net_if_cleaning
test_net_if/Makefile remove superfluous includes
10 years ago
Christian Mehlis f3486f13e8 Merge pull request #802 from Kijewski/dont-build-pkgs-twice
Make: Don't build PKGs twice
10 years ago
Christian Mehlis 80135e6655 Merge pull request #824 from LudwigOrtmann/3des_includes
sys/crypto: remove assert.h include
10 years ago
Ludwig Ortmann 6089de5ef2 Remove useless assert comments
address: https://github.com/RIOT-OS/RIOT/pull/824#issuecomment-36426297
10 years ago
Ludwig Ortmann 9fb3f62201 test_net_if/Makefile remove superfluous includes 10 years ago
Martin Lenders 79a16df7b8 Merge pull request #644 from authmillenon/decouple_network_stack
Decouple network stack from transceiver
10 years ago
Martin Lenders eaa86600b6 Merge pull request #460 from authmillenon/define_ll_ifs
Link layer interfaces
10 years ago
Martin Lenders bdced318bc Eliminate side effects in icmpv6_csum and make it public 10 years ago
Oleg Hahm 2c76f99f04 nbr_cache_auto_rem does not need an extra thread 10 years ago
Martin Lenders 3a8c1770b1 Fix apps for previous changes 10 years ago
Martin Lenders 6c9578c028 Add sixlowpan to auto_init 10 years ago
Martin Lenders 00acab920b Let IPv6 and ICMP use new 6LoWPAN layer (+fixes) 10 years ago
Oleg Hahm e2e62596be Byte order and rpl problems 10 years ago
Martin Lenders c9e8adc414 Use net_if in 6LoWPAN layer 10 years ago
Martin Lenders 108989b65d Use net_if in 6LoWPAN MAC layer 10 years ago
Martin Lenders 470d8745e9 Add capability to set and get variable default hop limit 10 years ago
Martin Lenders 78b5f2ae5d Decouple ICMPv6 from 6LoWPAN 10 years ago
Martin Lenders 4e39cbdd54 Put 6LoWPAN border router in its own module 10 years ago
Martin Lenders 90e946eb49 Fix ieee802154_frame module 10 years ago
Martin Lenders bc4befb4e9 Fix coding conventions for sixlowpan and rpl module 10 years ago
Ludwig Ortmann c51c135192 sys/crypto: remove assert.h include
It is not used and most platforms don't have it.
10 years ago
Ludwig Ortmann a849701ef7 Merge pull request #825 from LudwigOrtmann/redbee-econotag_Makefiles
redbee-econotag: fix Makefiles
10 years ago
Ludwig Ortmann 459dcd23d2 redbee-econotag: fix Makefiles
remove empty unsused Makefile.dep
add board include path to INCLUDES
10 years ago
Ludwig Ortmann 33af2b7f14 Merge pull request #823 from LudwigOrtmann/test_shell
test_shell: fix includes
10 years ago
Ludwig Ortmann 3171653e5d test_shell: fix includes
malloc.h is not needed, apply coding conventions to others
10 years ago
Martin Lenders a5e0e92bb3 Add test cases for net_if module 10 years ago
Martin Lenders 4a6495987e Add shell commands for interface configuration 10 years ago
Martin Lenders 848ac70f90 Implement net_if module 10 years ago
Martin Lenders 7f8e2c2991 Add getter and setter of long addresses to transceiver 10 years ago
Martin Lenders fa11d82443 Allow IEEE 802.15.4 addressing types for transceiver
IEEE 802.15.4 has two addressing modes: 16-bit short and the device's
EUI-64. Currently RIOT supports only sending of packets with 16-bit
short addresses via the transceiver interface. This patch allows at
least for the radio chips that support IEEE 802.15.4 to let the
application/upper layer decide which addressing mode to use.

Upper layer implementation will be implemented in follow-up PR to #460
10 years ago
René Kijewski 2562f36f47 Merge pull request #819 from kaspar030/tests_fix_shell_tests
tests: test_shell: call "make term" instead of hardcoded pseudoterm
10 years ago
Kaspar Schleiser bcf5050d50 tests: test_shell: call "make term" instead of hardcoded pseudoterm 10 years ago
Martin Lenders 1e4badf85a Fix coding conventions in sys/transceiver/transceiver.c 10 years ago
Oleg Hahm 049838841a Merge pull request #808 from authmillenon/inet_pton_msp_430_fix
Include kernel.h for inet_pton for MSP-430
10 years ago
Ludwig Ortmann 05dc8ec1cb Merge pull request #790 from LudwigOrtmann/fixup_685
core: fixup for 685
10 years ago
Martin Lenders 3225683d2f Include kernel.h for inet_pton for MSP-430 10 years ago
Oleg Hahm ca8836279a Merge pull request #807 from LudwigOrtmann/examples_rpl_udp
examples: fix rpl_udp README regarding invocation
10 years ago
Ludwig Ortmann 34c85da954 examples: fix rpl_udp README regarding invocation 10 years ago
Ludwig Ortmann a5776613bc Merge pull request #803 from LudwigOrtmann/couple_include_defs
make: couple include path and -I
10 years ago
Ludwig Ortmann ac21f3c54c make: couple include path and -I
This is necessary if includes have to be filtered, such as in native
to throw out RIOTs posix includes which interfere with system
includes.
10 years ago
Ludwig Ortmann 6eb8da137e Merge pull request #800 from OlegHahm/msp430_sys_time
cpu: msp430-common: adding sys/time.h for msp-430
10 years ago
René Kijewski f58369ff91 Don't build PKGs twice 10 years ago
Oleg Hahm 72966fec39 adding sys/time.h for msp-430 10 years ago
Ludwig Ortmann 470bd7f17f Fixup for #685
- use DEVELHELP for native as well
- fix function name in documentation
- improve documentation language/spelling
10 years ago