Commit Graph

2192 Commits (9fff3f5b90bd3ce327d3ba908592757e93af74e8)
 

Author SHA1 Message Date
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 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
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
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
Martin Lenders e5df49dc5e Remove destiny header dependency from net_help 9 years ago
Ludwig Ortmann 73a2c4edf2 move Makefile.dep include
boards modify USEMODULE which can lead to additional dependencies.
including Makefile.dep last enables it to resolve all dependencies.
9 years ago
Ludwig Ortmann f09f30c94d fix wsn430-v1_4 Makefiles 9 years ago
Ludwig Ortmann 1c9d4f8720 remove stale cc110x_ng includes 9 years ago
Ludwig Ortmann 3ba156883b Merge pull request #278 from LudwigOrtmann/transeiver_command
unify tranceiver shell commands
9 years ago
Ludwig Ortmann 7584fd04a4 fix maca get_channel transceiver switch 9 years ago
Ludwig Ortmann 04b94e0e9a replace uint16_t with radio_address_t in cc2420
adpot includes
9 years ago
Ludwig Ortmann 170bfb8aa5 replace uint16_t with radio_address_t in at86rf231
adpot includes
9 years ago
Ludwig Ortmann 85c6b6587e replace uint16_t with radio_address_t in maca
adpots includes and makes them adhere to the coding conventions
9 years ago
Ludwig Ortmann e091c17040 make transceiver get/set address type safe 9 years ago
Ludwig Ortmann 062a5b93f4 replace shell commands for different transceivers with one transceiver command 9 years ago
Oleg Hahm 33ef849197 Merge pull request #632 from benpicco/add_name
add name to sysconfig
9 years ago
Oleg Hahm 355f6610d5 Merge pull request #482 from OlegHahm/driver_includes
Driver includes
9 years ago
Oleg Hahm 02341bc79a removed no longer needed include path 9 years ago
Oleg Hahm f3c9e800df Merge pull request #648 from BytesGalore/fix_possible_access_violation_transceiver
fix changed checking order to avoid possible access violation
9 years ago
Oleg Hahm 62046d6ea0 Merge pull request #649 from BytesGalore/fix_missing_typecasts
Fix added missing typecasts to stack (arm/msba2) and send/receive buffer (native)
9 years ago
Oleg Hahm 844a272129 Merge pull request #624 from LudwigOrtmann/native_readme_update
native readme update
9 years ago
Martin 22b777300d added typecasts for the used send/receive buffer pointer buff 9 years ago
Martin b4f36f4af9 added typecast for starck_start in arm_cpu to ensure correct calculation 9 years ago
Martin f19ec9649f added typecast for starck_start in native 9 years ago
Martin 78874331de fix changed checking order to avoid possible access violation 9 years ago
benpicco 86b2df0ca6 proper line breaks in payload debug output
I guess the idea was to make a new line after every 16 elements, not every element except for every 16th
9 years ago
Hinnerk van Bruinehsen 1722b936b8 fix memory leaks in sys/net/ccn_lite/util/ccn-lite-ctrl.c 9 years ago
Benjamin Valentin bbe616f167 add name to sysconfig
there is still quite some space left on the persistent flash config area, make it possible to give nodes a name (e.g. hostname of the meshrouter) for nicer debugging
9 years ago
Ludwig Ortmann 52c92aa3b2 Merge pull request #634 from LudwigOrtmann/uart_posix_dep
uart related cleanup
9 years ago
Ludwig Ortmann b6c8ceb57c update test_shell/ReadMe.txt 9 years ago