1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

5653 Commits

Author SHA1 Message Date
Cenk Gündoğan
3832fc57f5 Merge pull request #2496 from gebart/pr/6lowpan-print-addr
sixlowpan: Properly print source address when ENABLE_DEBUG
2015-03-02 08:21:42 +01:00
Martine Lenders
fe79ec8eaf travis: remove unnecessary nproc output 2015-03-01 20:45:57 +01:00
Martine Lenders
c284a76c67 Merge pull request #2506 from authmillenon/travis/enh/i2505
travis: let all static tests run and aggregate result
2015-03-01 20:42:50 +01:00
Martine Lenders
5386fdb335 travis: aggregate result values of static tests 2015-03-01 20:07:18 +01:00
Martine Lenders
cfe7993886 travis: let all static tests run 2015-02-28 19:16:07 +01:00
Martine Lenders
20e1fd2fbd travis: replace tabs with spaces in script 2015-02-28 19:10:24 +01:00
Joakim Gebart
dcebfe55a4 Merge pull request #2491 from cgundogan/rpl_use_all_rpl_nodes_addr
rpl: use the all-RPL-nodes multicast address
2015-02-28 11:08:09 +01:00
Joakim Gebart
911bf20749 Merge pull request #2494 from gebart/pr/transceiver-frame-size
sys/net/transceiver: Copy the entire frame for AT86RF231 and CC2420
2015-02-27 09:56:21 +01:00
Martine Lenders
bafafe7b8a Merge pull request #2497 from gebart/pr/lowpan-eui64-inv-local-bit
sixlowpan: Invert local/universal bit in EUI-64 when forming IPv6 Interface Identifiers.
2015-02-27 09:34:46 +01:00
Joakim Gebart
578eb38c38 sixlowpan: Properly print source address when ENABLE_DEBUG 2015-02-26 19:22:07 +01:00
Joakim Gebart
db59de6c2e sixlowpan: Refactor DAC/DAM decoding to match SAC/SAM implementation. 2015-02-26 13:53:07 +01:00
Joakim Gebart
9933a431e3 sixlowpan: Refactor SAC/SAM decoding. 2015-02-26 12:19:30 +01:00
Cenk Gündoğan
f6d7114936 Merge pull request #2495 from gebart/pr/rpl-static-addr-str
rpl: Make addr_str static
2015-02-26 10:26:53 +01:00
Joakim Gebart
ff6f8ff82b sixlowpan: Invert local/universal bit in EUI-64 when forming IPv6 Interface Identifiers. 2015-02-26 09:59:28 +01:00
Joakim Gebart
1eee289cb4 rpl: Make addr_str static 2015-02-26 09:56:52 +01:00
Joakim Gebart
716f48dc0f sys/net/transceiver: Copy the entire frame for AT86RF231 and CC2420
The previous code could cause either cut off addresses or buffer overflows. This change modifies it to copy the entire frame.
2015-02-26 09:55:16 +01:00
Cenk Gündoğan
c551310a61 add AODVv2 and NHDP to the README 2015-02-25 20:53:56 +01:00
Cenk Gündoğan
1d4d3fa1c1 rpl: use the all-RPL-nodes multicast address 2015-02-25 20:33:13 +01:00
Oleg Hahm
da8b46795f Merge pull request #2159 from fnack/nhdp_prot
sys/net: Add NHDP protocol implementation
2015-02-24 15:34:18 +01:00
Fabian Nack
d9480cadfc sys - nhdp: Add nhdp impl 2015-02-24 11:50:58 +01:00
Fabian Nack
2143d572d0 sys/timex: Defines for time calculations 2015-02-24 11:50:42 +01:00
Fabian Nack
e7cff82c03 pkg/oonf_api: necessary oonf_api patches 2015-02-24 11:50:20 +01:00
Joakim Gebart
3167477af3 Merge pull request #2489 from gebart/pr/keyword-space-word-boundary
keyword_space.sed: Add \b to avoid changing functions which end with the same letters as the keywords.
2015-02-24 11:21:42 +01:00
Joakim Gebart
0c47cee455 keyword_space.sed: Add \b to avoid changing functions which end with the same letters as the keywords. 2015-02-24 11:03:29 +01:00
Martine Lenders
845fe86368 Merge pull request #2488 from phiros/travis_add_static_test_group
travis: add static tests as a matrix build target
2015-02-24 07:36:36 +01:00
Philipp Rosenkranz
e9e9a1c01c travis: fixed pep8 code style issues in python support script 2015-02-24 00:28:37 +01:00
Philipp Rosenkranz
0f0f291dde travis: added license header for travis scripts 2015-02-24 00:28:27 +01:00
Philipp Rosenkranz
20b2999843 travis: add static tests as a matrix build target 2015-02-24 00:17:28 +01:00
Oleg Hahm
3e2a7a4f48 Merge pull request #2478 from zehortigoza/strncasecmp
Fix implementation of strncasecmp()
2015-02-23 17:22:18 +01:00
José Roberto de Souza
237e3f4dcb sys/posix: fix strncasecmp
This should be a OR or when comparing only parts os strings would
return a wrong value.

const char *first = "testA";
const char *second = "test";
uint8_t contains = strncasecmp(first, second, strlen(second));
2015-02-23 11:24:01 -03:00
Joakim Gebart
f10c1f94d8 dist/tools/openocd: Replace OPENOCD_EXTRA_INIT with command line arguments
OPENOCD_EXTRA_INIT did not work for quoted arguments or openocd commands which require arguments.
2015-02-23 10:57:24 +01:00
Oleg Hahm
258083323a Merge pull request #2480 from OlegHahm/compiler_check
make: added a check for compiler existence
2015-02-23 09:10:18 +01:00
Oleg Hahm
18bf9529f2 make: check for board existence 2015-02-23 09:09:09 +01:00
Oleg Hahm
20067567d1 make: check for existence of tools 2015-02-23 09:09:04 +01:00
Oleg Hahm
984effd5b8 make: added a check for compiler existence 2015-02-23 09:09:04 +01:00
Oleg Hahm
4e80d80e94 Merge pull request #2365 from cgundogan/rpl_refactor_modes
rpl: remove duplicate code by merging rpl_storing.c and rpl_nonstoring.c
2015-02-22 21:22:56 +01:00
Philipp Rosenkranz
7a73503a4d Merge pull request #2394 from phiros/split_builds_in_mcu_groups
tests/travis: split build tests into MCU groups.
2015-02-22 15:27:28 +01:00
Philipp Rosenkranz
02d0c88284 tests/travis: split buildtests into MCU groups. 2015-02-22 15:04:52 +01:00
Martine Lenders
a1a10fb44d Merge pull request #2476 from authmillenon/native/fix/termflags
native: fix termflags
2015-02-21 18:29:32 +01:00
Martine Lenders
449d2735c5 native: fix termflags 2015-02-21 16:14:36 +01:00
Cenk Gündoğan
d6e8e57d1f rpl: merge storing/non-storing to reduce the amount of redundant code 2015-02-21 15:36:28 +01:00
Martine Lenders
51363f9631 Merge pull request #2451 from authmillenon/sys/enh/remove-deprecated-modules
sys: clean-up Makefile
2015-02-21 15:31:26 +01:00
Cenk Gündoğan
fbf3296ca5 Merge pull request #2462 from BytesGalore/rpl_fix_hardfault_on_no_ocp
sys/net/routing/rpl: catch hardfault when OCP from DIO is not supported
2015-02-21 13:32:01 +01:00
Oleg Hahm
8ad299882c Merge pull request #2191 from cgundogan/rpl_remove_send_mutex
rpl: remove send mutex
2015-02-21 13:30:09 +01:00
Oleg Hahm
42e251aad6 Merge pull request #2370 from PeterKietzmann/remove_status_image_README
doc: remove Travis status image in REAMDE
2015-02-21 11:18:12 +01:00
Martine Lenders
d198724981 sys: clean-up Makefile 2015-02-20 20:20:47 +01:00
Martine Lenders
dad4e8d5df Merge pull request #2433 from authmillenon/ng_ipv6_addr/feat/initial
ng_ipv6_addr: initial import
2015-02-20 19:27:17 +01:00
Oleg Hahm
2ee9d415e9 Merge pull request #2477 from OlegHahm/unittest_documentation_in_readme
Put the unittest documentation into the readme
2015-02-20 18:49:15 +01:00
Oleg Hahm
10b96f06a3 doc: import unittest documentation from wiki 2015-02-20 17:52:26 +01:00
Martine Lenders
ff36abb2cf ng_ipv6_addr: initial import
The motivation behind this module is to allow for address handling
functions where they, but not the full IPv6 functionality might be
needed. This new version of the IPv6 address data type utilizes the
byteorder.h header to enforce network byte-order on its members.
2015-02-20 17:40:26 +01:00