update Kaspar's email address
kaspar.schleiser@fu-berlin.de is obsolete. (2nd try, first try was overwritten by some overzealous documenter)
This commit is contained in:
parent
51a8740b5c
commit
56ee585c81
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||||
* @author Heiko Will
|
* @author Heiko Will
|
||||||
* @author Kaspar Schleise
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
* @author Michael Baar
|
* @author Michael Baar
|
||||||
* @author Zakaria Kasmi
|
* @author Zakaria Kasmi
|
||||||
* @author Marco Ziegert
|
* @author Marco Ziegert
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
* @file bitarithm.c
|
* @file bitarithm.c
|
||||||
* @brief Bit arithmetic helper functions implementation
|
* @brief Bit arithmetic helper functions implementation
|
||||||
*
|
*
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
* @author Martin Lenders <mlenders@inf.fu-berlin.de>
|
* @author Martin Lenders <mlenders@inf.fu-berlin.de>
|
||||||
*
|
*
|
||||||
* @}
|
* @}
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
* @file clist.c
|
* @file clist.c
|
||||||
* @brief Circular linked list implementation
|
* @brief Circular linked list implementation
|
||||||
*
|
*
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
*
|
*
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
* @brief Atomic function declarations
|
* @brief Atomic function declarations
|
||||||
*
|
*
|
||||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _ATOMIC_H
|
#ifndef _ATOMIC_H
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
* @brief Helper functions for bit arithmetic
|
* @brief Helper functions for bit arithmetic
|
||||||
*
|
*
|
||||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
* @author Martin Lenders <mlenders@inf.fu-berlin.de>
|
* @author Martin Lenders <mlenders@inf.fu-berlin.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
* @brief Circular linkes list
|
* @brief Circular linkes list
|
||||||
*
|
*
|
||||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CLIST_H
|
#ifndef __CLIST_H
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
* #define ENABLE_DEBUG, include this and then use DEBUG as printf you can toggle.
|
* #define ENABLE_DEBUG, include this and then use DEBUG as printf you can toggle.
|
||||||
*
|
*
|
||||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __DEBUG_H
|
#ifndef __DEBUG_H
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
* @file flags.h
|
* @file flags.h
|
||||||
* @brief Misc flag definitions
|
* @brief Misc flag definitions
|
||||||
*
|
*
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _FLAGS_H
|
#ifndef _FLAGS_H
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||||
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
|
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
|
||||||
* @author Heiko Will <hwill@inf.fu-berlin.de>
|
* @author Heiko Will <hwill@inf.fu-berlin.de>
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef HWTIMER_ARCH_H_
|
#ifndef HWTIMER_ARCH_H_
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
* @brief Kernel compile time configuration
|
* @brief Kernel compile time configuration
|
||||||
*
|
*
|
||||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef KERNEL_H_
|
#ifndef KERNEL_H_
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
* @file kernel_init.c
|
* @file kernel_init.c
|
||||||
* @brief Platform-independent kernel initilization
|
* @brief Platform-independent kernel initilization
|
||||||
*
|
*
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
*
|
*
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
* @brief Kernel messaging implementation
|
* @brief Kernel messaging implementation
|
||||||
*
|
*
|
||||||
* @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
|
* @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
* @author Oliver Hahm <oliver.hahm@inria.fr>
|
* @author Oliver Hahm <oliver.hahm@inria.fr>
|
||||||
*
|
*
|
||||||
* @}
|
* @}
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
* @file mutex.c
|
* @file mutex.c
|
||||||
* @brief Kernel mutex implementation
|
* @brief Kernel mutex implementation
|
||||||
*
|
*
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
*
|
*
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* Simple malloc implementation for plattforms without malloc in libc.
|
* Simple malloc implementation for plattforms without malloc in libc.
|
||||||
*
|
*
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
*
|
*
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
* @brief A simple queue implementation
|
* @brief A simple queue implementation
|
||||||
*
|
*
|
||||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
* @brief Scheduler implementation
|
* @brief Scheduler implementation
|
||||||
*
|
*
|
||||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
*
|
*
|
||||||
* @}
|
* @}
|
||||||
*
|
*
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
* @file thread.c
|
* @file thread.c
|
||||||
* @brief Threading implementation
|
* @brief Threading implementation
|
||||||
*
|
*
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
*
|
*
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
* details.
|
* details.
|
||||||
*
|
*
|
||||||
* @file cpu.c
|
* @file cpu.c
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
* @author Oliver Hahm <oliver.hahm@inria.fr>
|
* @author Oliver Hahm <oliver.hahm@inria.fr>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
* @ingroup vtimer
|
* @ingroup vtimer
|
||||||
* @{
|
* @{
|
||||||
* @file
|
* @file
|
||||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de> (author)
|
* @author Kaspar Schleiser <kaspar@schleiser.de> (author)
|
||||||
* @author Oliver Hahm <oliver.hahm@inria.fr> (modifications)
|
* @author Oliver Hahm <oliver.hahm@inria.fr> (modifications)
|
||||||
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de> (cleaning up the mess)
|
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de> (cleaning up the mess)
|
||||||
* @}
|
* @}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user