Commit Graph

5427 Commits (2143d572d0ea3d4ea6dc639a5f0deec38cdc8c87)
 

Author SHA1 Message Date
Fabian Nack 2143d572d0 sys/timex: Defines for time calculations 8 years ago
Fabian Nack e7cff82c03 pkg/oonf_api: necessary oonf_api patches 8 years ago
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.
8 years ago
Joakim Gebart 0c47cee455 keyword_space.sed: Add \b to avoid changing functions which end with the same letters as the keywords. 8 years ago
Martine Lenders 845fe86368 Merge pull request #2488 from phiros/travis_add_static_test_group
travis: add static tests as a matrix build target
8 years ago
Philipp Rosenkranz e9e9a1c01c travis: fixed pep8 code style issues in python support script 8 years ago
Philipp Rosenkranz 0f0f291dde travis: added license header for travis scripts 8 years ago
Philipp Rosenkranz 20b2999843 travis: add static tests as a matrix build target 8 years ago
Oleg Hahm 3e2a7a4f48 Merge pull request #2478 from zehortigoza/strncasecmp
Fix implementation of strncasecmp()
8 years ago
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));
8 years ago
Oleg Hahm 258083323a Merge pull request #2480 from OlegHahm/compiler_check
make: added a check for compiler existence
8 years ago
Oleg Hahm 18bf9529f2 make: check for board existence 8 years ago
Oleg Hahm 20067567d1 make: check for existence of tools 8 years ago
Oleg Hahm 984effd5b8 make: added a check for compiler existence 8 years ago
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
8 years ago
Philipp Rosenkranz 7a73503a4d Merge pull request #2394 from phiros/split_builds_in_mcu_groups
tests/travis: split build tests into MCU groups.
8 years ago
Philipp Rosenkranz 02d0c88284 tests/travis: split buildtests into MCU groups. 8 years ago
Martine Lenders a1a10fb44d Merge pull request #2476 from authmillenon/native/fix/termflags
native: fix termflags
8 years ago
Martine Lenders 449d2735c5 native: fix termflags 8 years ago
Cenk Gündoğan d6e8e57d1f rpl: merge storing/non-storing to reduce the amount of redundant code 8 years ago
Martine Lenders 51363f9631 Merge pull request #2451 from authmillenon/sys/enh/remove-deprecated-modules
sys: clean-up Makefile
8 years ago
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
8 years ago
Oleg Hahm 8ad299882c Merge pull request #2191 from cgundogan/rpl_remove_send_mutex
rpl: remove send mutex
8 years ago
Oleg Hahm 42e251aad6 Merge pull request #2370 from PeterKietzmann/remove_status_image_README
doc: remove Travis status image in REAMDE
8 years ago
Martine Lenders d198724981 sys: clean-up Makefile 8 years ago
Martine Lenders dad4e8d5df Merge pull request #2433 from authmillenon/ng_ipv6_addr/feat/initial
ng_ipv6_addr: initial import
8 years ago
Oleg Hahm 2ee9d415e9 Merge pull request #2477 from OlegHahm/unittest_documentation_in_readme
Put the unittest documentation into the readme
8 years ago
Oleg Hahm 10b96f06a3 doc: import unittest documentation from wiki 8 years ago
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.
8 years ago
Joakim Gebart 83c61cb379 Merge pull request #2475 from x3ro/ignore-doxygen-sqlite
Make git ignore doxygen sqlite database
8 years ago
BytesGalore 9e0ccc395a sys/net/routing/rpl: catch hardfault when OCP from DIO is not supported 8 years ago
Oleg Hahm 41575f341c Merge pull request #2468 from OlegHahm/make_travis_whining_about_trailing_whitespaces_are_a_nono
Make travis whining about trailing whitespaces are a nono
8 years ago
Ludwig Ortmann 4f29a7757e Merge pull request #2285 from authmillenon/pktbuf/api/use-pkt
pktbuf: port to use pkt_t instead of void*
8 years ago
Martine Lenders 41f60aca4c pktbuf: port to use ng_ version 8 years ago
Oleg Hahm 05fc8493d3 travis: added whitespace error to travis config 8 years ago
Oleg Hahm 8fa44ee117 dist/tools: check for whitespace errors 8 years ago
Lotte Steenbrink f08a371f1f Merge pull request #2466 from LudwigOrtmann/pr/trailing_whitespace
cpu, drivers, boards, tests: remove trailing whitespace
8 years ago
Oleg Hahm b8acfd4e63 Merge pull request #2469 from haukepetersen/ng_opt_netdev
net/ng_netdev: changed return value of rem_cb
8 years ago
Hauke Petersen f33938078b net/ng_netdev: changed return value of rem_cb 8 years ago
Ludwig Ortmann 9b21729cb1 Merge pull request #2463 from LudwigOrtmann/pr/native-daemonize
native: enhance daemonization
8 years ago
Ludwig Ortmann 51a4f8a43c cpu/kinetis_common/i2c: fix indent, trailing space 8 years ago
Ludwig Ortmann e9e3f3d148 cpu/samd21/periph/i2c: fix spacing, comment length 8 years ago
Ludwig Ortmann cec87139a5 core, cpu, drivers, tests: remove trailing space 8 years ago
Lotte Steenbrink 4eefa4aec4 Merge pull request #2465 from Lotterleben/microcoap_trailing_ws
microcoap: remove trailing whitespaces
8 years ago
Thomas Eichinger 9c88fbce2c Merge pull request #2464 from gebart/pr/dist-openocd-refactor
dist/tools/openocd: Add more configurability
8 years ago
Lotte Steenbrink 99731f1cdf microcoap: remove trailing whitespaces 8 years ago
Joakim Gebart a519aaad3d dist/tools/openocd: Add documentation for newly introduced environment variables 8 years ago
Joakim Gebart f4006cda2a dist/tools/openocd: Quote file names in shell arguments 8 years ago
Joakim Gebart b4c3f0c565 dist/tools/openocd: Make openocd command configurable. 8 years ago
Joakim Gebart 6e88b4ab2d dist/tools/openocd: Add support for specifying config file and extra initialization arguments. 8 years ago