Commit Graph

2218 Commits (b9c9436e8827adb09dac4abd855ae55514392a57)
 

Author SHA1 Message Date
René Kijewski b9c9436e88 102dc45382 (commitcomment-5378590) 9 years ago
René Kijewski 102dc45382 Eliminate findstring in more places 9 years ago
René Kijewski d86509db66 Use `filter` instead of `findstring`
See #672
9 years ago
Christian Mehlis 4a3d2d6b6d Merge pull request #691 from Lotterleben/test-569
added two test cases for issue #100
9 years ago
Lotte Steenbrink 8812745b02 added two test cases for issue #100
test_thread_msg_block_w_queue:
	demonstrates the behaviour described in issue #100
	and that it is solved by PR #569

test_thread_msg_block_wo_queue:
	demonstrates behaviour similar to the above but without
	a messge queue. This works with the current master, but
	breaks with PR #569
9 years ago
Oleg Hahm 318f73dacc Merge pull request #688 from authmillenon/absolute-paths
Makefiles: Always use absolute paths with configurable paths variables
9 years ago
Christian Mehlis c668189e8c Merge pull request #690 from LudwigOrtmann/wikilinks
fix wiki links
9 years ago
Ludwig Ortmann 6663e7c2fb fix wiki links 9 years ago
Martin Lenders 378b85bfd0 Always use absolute paths with configurable paths variables 9 years ago
Kaspar Schleiser 3968ccffa8 Merge pull request #689 from rousselk/compiler-attrib
Portable definition of function attributes
9 years ago
Kévin Roussel 8ca607bd70 Portable definition of function attributes 9 years ago
Christian Mehlis d794900386 Merge pull request #666 from LudwigOrtmann/native_valgrind_config
Native valgrind config
9 years ago
Christian Mehlis 07c5ae3ca9 Merge pull request #664 from Kijewski/conditional-fno-delete-null-pointer-checks
clang does not know fno-delete-null-pointer-checks
9 years ago
Oleg Hahm 44ee27a959 Merge pull request #684 from OlegHahm/avsextrem_spi_function_renaming
correct cc110x function names
9 years ago
Thomas Eichinger 17b624e0a4 Merge pull request #681 from OlegHahm/at86rf231_fixes
at86rf231: fix includes and shell commands
9 years ago
Kaspar Schleiser 03a13a3752 Merge pull request #682 from LudwigOrtmann/gpioint-example
remove hint at non-existent example
9 years ago
Oleg Hahm 9fbfa3faec correct cc110x function names 9 years ago
Ludwig Ortmann 114aaa65e5 Merge pull request #626 from LudwigOrtmann/issue_621
add EUI-64 support for nativenet
9 years ago
Ludwig Ortmann b175dbee91 update Makefiles to point to all-valgrind target
Header path knowledge is not necessary anymore
9 years ago
Ludwig Ortmann 336c5159b2 use pkg-config to add valgrind include path
makes knowledge of VALGRIND_VALGRIND_H vs. VALGRIND_H optional
9 years ago
Ludwig Ortmann 4eeeb42c4b remove hint at non-existent example 9 years ago
Ludwig Ortmann e67aefa112 Merge pull request #673 from LudwigOrtmann/whitespace
remove all trailing blank lines and all trailing whitespace
9 years ago
Ludwig Ortmann 2525920426 remove trailing whitespace and newlines 9 years ago
Oleg Hahm 9fff3f5b90 Merge pull request #657 from LudwigOrtmann/wsn430-v1_4_Makefiles
fix wsn430-v1_4 Makefiles
9 years ago
Oleg Hahm 3c169de879 Merge pull request #661 from LudwigOrtmann/Makefile_dep
move Makefile.dep include
9 years ago
Oleg Hahm f379eefbd8 fix includes and shell commands for at86rf231 9 years ago
Oleg Hahm 41f7ab8c91 Merge pull request #646 from BytesGalore/fix_tranceiver_pid_for_cc110x_ng
fix to use only transceiver_pid from transceiver.c
9 years ago
Oleg Hahm 5fed1dc018 Merge pull request #653 from BytesGalore/fix_transceiver_pid_for_cc2420
fix to use only transceiver_pid from transceiver.c (cc2420)
9 years ago
Oleg Hahm 60afe059e4 Merge pull request #652 from BytesGalore/fix_transceiver_pid_for_at86rf231
fix to use only transceiver_pid from transceiver.c (at86rf231)
9 years ago
Oleg Hahm 49c6a3af55 Merge pull request #655 from OlegHahm/cc110x_header
include cc110x.h instead of deprecated interface.h
9 years ago
Oleg Hahm 0e734f5c38 Merge pull request #663 from authmillenon/rm-addr-conv-dep
Remove destiny header dependency from net_help
9 years ago
Oleg Hahm 30b6c16512 include cc110x.h instead of deprecated interface.h 9 years ago
René Kijewski 012fb5f95d Fix -fno-delete-null-pointer-checks (#664)
Only use -fno-delete-null-pointer-checks if the supplied compiler knows
the flag. Clang does not understand the flag, and does not need it.
9 years ago
Christian Mehlis bfadc1a18e Merge pull request #640 from benpicco/fixes
newlib doesn't support the z modifier
9 years ago
Thomas Eichinger e25343d3bf Merge pull request #674 from LudwigOrtmann/native_osx_make
native/osx makefile cleanup
9 years ago
Ludwig Ortmann d40b6ac5b1 native+osx makefile cleanup
* add missing $(AD) to osx $(LINK) invocation
* move osx build determination to native makefile
* move old libc test to native makefile
* set objcopy to "true" - it is superfluous for native no matter what the system is
* add some documentation to natives makefile
9 years ago
Christian Mehlis 14cb81d914 Merge pull request #639 from mehlis/remaining-license
added licenses to some files
9 years ago
Martin 742b49eb47 fix made transceiver_pid extern for cc2420 9 years ago
Martin 6bd7576cda fix made transceiver_pid extern for at86rf231 9 years ago
Martin 476a7d68dc aligned comment on external thread_pid 9 years ago
Ludwig Ortmann c49c2500d8 Merge pull request #650 from BytesGalore/fix_cast_const_string_to_char_pointer
changed clonedev assignment according to const string
9 years ago
Martin f1a906b5e2 fix to use only transceiver_pid from transceiver.c 9 years ago
Ludwig Ortmann d5d3bbcd44 add EUI-64 support for nativenet 9 years ago
Martin 6a29d18324 changed assignment to const char* 9 years ago
Martin 174a75102b changed clonedev assignment according to const string 9 years ago
Benjamin Valentin 2e26bb7214 newlib doesn't support the z modifier
on msba2 this will print

    Initializing transport layer packages. Size of socket_type: zu
9 years ago
Christian Mehlis 7ccf0e0858 Merge pull request #643 from N8Fear/fix_memleak_ccn-lite-ctrl
fix memory leaks in sys/net/ccn_lite/util/ccn-lite-ctrl.c
9 years ago
Ludwig Ortmann e0311459b6 Merge pull request #656 from LudwigOrtmann/stale_includes
remove stale cc110x_ng includes
9 years ago
Christian Mehlis 8076d1c3a6 Merge pull request #647 from benpicco/patch-1
proper line breaks in payload debug output
9 years ago
Christian Mehlis 050b714e78 added licenses to some files 9 years ago