- May 17, 2015
-
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
- May 13, 2015
-
-
Joakim Nohlgård authored
Saves two unnecessary function calls.
-
- Apr 30, 2015
-
-
Hauke Petersen authored
-
- Apr 26, 2015
-
-
Hauke Petersen authored
-
- Apr 23, 2015
-
-
Martine Lenders authored
-
- Apr 22, 2015
-
-
Martine Lenders authored
-
- Mar 28, 2015
-
-
Hauke Petersen authored
-
- Mar 12, 2015
-
-
Joakim Nohlgård authored
-
- Jan 14, 2015
-
-
Martine Lenders authored
-
- Dec 16, 2014
-
-
Oleg Hahm authored
Removes the old interface.
-
- Dec 03, 2014
- Dec 01, 2014
-
-
Fabian Nack authored
-
- Nov 06, 2014
-
-
Oleg Hahm authored
-
- Nov 02, 2014
-
-
Martine Lenders authored
-
- Oct 31, 2014
-
-
Hinnerk van Bruinehsen authored
-
- Oct 30, 2014
-
-
Oleg Hahm authored
There's no need to run config_load from core directly, can be done by auto_init.
-
- Oct 28, 2014
-
-
Fabian Nack authored
-
- Oct 24, 2014
-
-
Fabian Nack authored
-
- Oct 16, 2014
-
-
Martine Lenders authored
-
Martine Lenders authored
Since the 4-byte CPU ID on native is in most cases generated from the 2-byte PID of the native process, choosing the lower half of the hash of the CPU ID to set the radio address led to always setting it to the hash of 0 in this cases. This changes it to use both halves of the hash and taking the modulus so this corner cases can be avoided.
-
- Sep 30, 2014
-
-
Martine Lenders authored
-
Martine Lenders authored
-
- Sep 11, 2014
-
-
Cenk Gündoğan authored
Currently, the tcp and udp implementations are bound to each other in a module called *destiny*. Thus, when using only one of them then the other one gets also compiled into the binary and initialized, which results in unnecessary RAM usage and workload for the CPU. The approach in this PR defines a common module named *socket_base*, which contains functions used by the posix layer. Compiled by it's own, those functions return negative error codes, to symbolize upper layers that they are not supported. When also including the modules *udp* or *tcp* respectively, functions from *socket_base* get overwritten with the correct functionality. Defining *udp* or *tcp* in a Makefile also includes *socket_base*. Defining *pnet* in a Makefile also includes *socket_base*.
-
- Jul 31, 2014
-
-
Ludwig Knüpfer authored
-
- Jul 09, 2014
-
-
René Kijewski authored
-
- Mar 04, 2014
-
-
Martine Lenders authored
-
- Mar 01, 2014
-
-
Martine Lenders authored
-
- Feb 28, 2014
-
-
Martine Lenders authored
-
- Feb 24, 2014
-
-
Oleg Hahm authored
Eliminates special treatment of the hwtimer module and makes it a mandatory part of the kernel.
-
- Feb 11, 2014
-
-
Oleg Hahm authored
-
- Jan 17, 2014
-
-
Martine Lenders authored
-
- Jan 05, 2014
-
-
Oleg Hahm authored
-
- Dec 19, 2013
-
-
Ludwig Knüpfer authored
-
- Nov 25, 2013
-
-
Oleg Hahm authored
-
- Nov 23, 2013
-
-
Ludwig Knüpfer authored
-
- Oct 28, 2013
-
-
Ludwig Knüpfer authored
Include headers only if respective module is built. Fixes building for msb-430. Prevents possible build breaks in the future.
-
- Jul 25, 2013
-
-
Oleg Hahm authored
-
- Jul 23, 2013
-
-
Oleg Hahm authored
-