- Apr 18, 2017
-
-
Martine Lenders authored
-
- Apr 13, 2017
-
-
Martine Lenders authored
-
- Apr 05, 2017
-
-
Martine Lenders authored
-
- 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 ```
-
- Jan 16, 2017
-
-
Oleg Hahm authored
-
- Jan 14, 2017
-
-
Oleg Hahm authored
-
- Jun 15, 2016
-
-
Martine Lenders authored
-
- Apr 08, 2016
-
-
Martine Lenders authored
-
- Mar 10, 2016
-
-
Oleg Hahm authored
-
- Feb 05, 2016
-
-
Martine Lenders authored
-
- Dec 19, 2015
-
-
Martine Lenders authored
-
- Dec 15, 2015
-
-
Martine Lenders authored
-
Martine Lenders authored
-
- Dec 08, 2015
-
-
Cenk Gündoğan authored
-
Cenk Gündoğan authored
-
- Nov 24, 2015
-
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
- Nov 19, 2015
-
-
Emmanuel Baccelli authored
fixed indentation
-
Hauke Petersen authored
-
Martine Lenders authored
-
- Nov 17, 2015
-
-
Martine Lenders authored
-
- Nov 16, 2015
-
-
Martine Lenders authored
-
- Sep 03, 2015
-
-
Oleg Hahm authored
-
- Aug 06, 2015
-
-
Kaspar Schleiser authored
-
- May 28, 2015
-
-
Hauke Petersen authored
-
- May 20, 2015
-
-
Lucas Jenss authored
As discussed in #2725, this commit renames a number of stacksize constants to better convey their intended usage. In addition, constants for thread priority are given a `THREAD_` prefix. Changes are: * KERNEL_CONF_STACKSIZE_PRINTF renamed to THREAD_EXTRA_STACKSIZE_PRINTF * KERNEL_CONF_STACKSIZE_DEFAULT renamed to THREAD_STACKSIZE_DEFAULT * KERNEL_CONF_STACKSIZE_IDLE renamed to THREAD_STACKSIZE_IDLE * KERNEL_CONF_STACKSIZE_MAIN renamed to THREAD_STACKSIZE_MAIN * Move thread stacksizes from kernel.h to thread.h, since the prefix changed * PRIORITY_MIN renamed to THREAD_PRIORITY_MIN * PRIORITY_IDLE renamed to THREAD_PRIORITY_IDLE * PRIORITY_MAIN renamed to THREAD_PRIORITY_MAIN * Move thread priorities from kernel.h to thread.h since the prefix has changed * MINIMUM_STACK_SIZE renamed to THREAD_STACKSIZE_MINIMUM for consistency
-
- May 19, 2015
-
-
Joakim Nohlgård authored
-
- Oct 23, 2014
-
-
Oleg Hahm authored
* add logo * add description * use RIOT specific color scheme * add search functionality * remove broken custom header, footer, and style sheet
-
- Jul 20, 2014
-
-
Leon George authored
-
- May 26, 2014
-
-
Thomas Eichinger authored
fixes #548
-
- Feb 18, 2014
-
-
Christian Mehlis authored
-
- Feb 12, 2014
-
-
Ludwig Knüpfer authored
-
- Feb 11, 2014
-
-
Ludwig Knüpfer authored
-
- Jan 22, 2014
-
-
Ludwig Knüpfer authored
-
- Jan 21, 2014
-
-
Oleg Hahm authored
-
- Jan 17, 2014
- Aug 15, 2013
-
-
Martine Lenders authored
Git for windows handles those by itself
-
- Mar 11, 2013
-
-
Oleg Hahm authored
-