- Jun 19, 2017
-
-
Vincent Dupont authored
-
- Jun 14, 2017
-
-
Sebastian Meiling authored
-
- Jun 02, 2017
-
-
Alexandre Abadie authored
-
- Jun 01, 2017
-
-
José Ignacio Alamos Aste authored
-
- Apr 13, 2017
-
-
Sebastian Meiling authored
-
- Apr 07, 2017
-
-
Alexandre Abadie authored
-
- Apr 06, 2017
-
-
Vincent Dupont authored
-
- Mar 20, 2017
-
-
dylad authored
Signed-off-by:
dylad <dylan.laduranty@mesotic.com>
-
- Mar 15, 2017
-
-
Martine Lenders authored
With some minor hand-edits I used the following chain of commands: ```sh git rm sys/include/net/gnrc/netdev.h git grep --name-only -i netdev2 | \ xargs sed -i -e 's/^\(NETDEV\)2\(.*\)\( [("]\)/\1\2 \3/g' \ -e 's/\(netdev\)2\(.*\)\( \/\*\*<\)/\1\2 \3/I' \ -e 's/\(netdev\)2/\1/gI' git add -p git commit --amend git ls-tree --full-tree -r HEAD --name-only | \ grep "netdev2" | xargs -I'{}' dirname '{}' | uniq | \ grep "netdev2" | while read dir; do new_dir="$(echo "$dir" | sed "s/netdev2/netdev/g")" git mv -f "$dir" "$new_dir" done git commit --amend git ls-tree --full-tree -r HEAD --name-only | \ grep "netdev2" | while read file; do new_file="$(echo "$file" | sed "s/netdev2/netdev/g")" git mv -f "$file" "$new_file" done git commit --amend git grep --name-only "\<drivers_netdev_netdev\>" | \ xargs sed -i "s/\<drivers_netdev_netdev\>/drivers_netdev_api/g" git add -p git commit --amend ```
-
- Mar 07, 2017
-
-
Joakim Nohlgård authored
-
- Feb 28, 2017
-
-
Alexandre Abadie authored
-
- Feb 22, 2017
-
-
Hauke Petersen authored
-
- Feb 16, 2017
-
-
Hauke Petersen authored
- added default parameters file - let init() function use param struct - named return values - simplified init function - sensor now active after init was called - simplified return values
-
- Feb 13, 2017
-
-
Hauke Petersen authored
-
- Feb 07, 2017
-
-
Hauke Petersen authored
- unified auto-init to use same style as other SAUl devices - make use of named return values - added some asserts
-
- Jan 31, 2017
-
-
Alexandre Abadie authored
-
- Jan 26, 2017
-
-
Koen Zandberg authored
-
- Jan 22, 2017
-
-
Simon Brummer authored
-
- Jan 21, 2017
-
-
Ken Bannister authored
Also change references in dependencies to the net/gcoap.h include.
-
- Jan 20, 2017
-
-
Kees Bakker authored
-
Michel Rottleuthner authored
-
- Jan 18, 2017
-
-
Hauke Petersen authored
-
- Jan 17, 2017
-
-
Hauke Petersen authored
-
- Jan 15, 2017
-
-
Koen Zandberg authored
This patch adds a driver for the jc42 compatible temperature sensors. All sensors compatible with jc42.4 should work. Examples include the mcp9808 and more.
-
- Jan 10, 2017
-
-
Hauke Petersen authored
-
- Dec 16, 2016
-
-
Alexandre Abadie authored
-
- Nov 01, 2016
-
-
Ken Bannister authored
-
- Oct 26, 2016
-
-
Hauke Petersen authored
-
- Sep 02, 2016
-
-
Alexandre Abadie authored
-
- Aug 27, 2016
-
-
Kaspar Schleiser authored
-
- Jul 22, 2016
-
-
Bas Stottelaar authored
-
- Jul 13, 2016
-
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Aaron Sowry authored
-
- Jul 06, 2016
-
-
Hauke Petersen authored
-
- Jun 01, 2016
-
-
Alexandre Abadie authored
-
- May 31, 2016
-
-
Cenk Gündoğan authored
-
- Apr 11, 2016
-
-
Kaspar Schleiser authored
-
- Apr 08, 2016
-
-
Joakim Nohlgård authored
-