1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #3903 from gebart/pr/gebart-nohlgard-name

all: Update @gebart family name, email
This commit is contained in:
Martine Lenders 2015-09-20 20:53:35 +02:00
commit 7f1db3b2d0
73 changed files with 73 additions and 73 deletions

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief Board specific implementations for the Mulle board * @brief Board specific implementations for the Mulle board
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -15,7 +15,7 @@
* @file * @file
* @brief Mulle config module implementation * @brief Mulle config module implementation
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @note Waiting for PR #2353 (NVRAM API) before implementing this. * @note Waiting for PR #2353 (NVRAM API) before implementing this.
*/ */

View File

@ -15,7 +15,7 @@
* @brief at86rf231 board specific configuration * @brief at86rf231 board specific configuration
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef AT86RF2XX_PARAMS_H_ #ifndef AT86RF2XX_PARAMS_H_

View File

@ -15,7 +15,7 @@
* @file * @file
* @brief Board specific definitions for the Eistec Mulle IoT board * @brief Board specific definitions for the Eistec Mulle IoT board
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef BOARD_H_ #ifndef BOARD_H_

View File

@ -14,7 +14,7 @@
* @file * @file
* @name Peripheral MCU configuration for the Eistec Mulle * @name Peripheral MCU configuration for the Eistec Mulle
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef MULLE_PERIPH_CONF_H_ #ifndef MULLE_PERIPH_CONF_H_

View File

@ -17,7 +17,7 @@
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* @author Oliver Hahm <oliver.hahm@inria.fr> * @author Oliver Hahm <oliver.hahm@inria.fr>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -29,7 +29,7 @@
* *
* @see https://gcc.gnu.org/wiki/Atomic/GCCMM/LIbrary * @see https://gcc.gnu.org/wiki/Atomic/GCCMM/LIbrary
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#include <stdint.h> #include <stdint.h>

View File

@ -15,7 +15,7 @@
* @brief Functions for atomic handling of variables * @brief Functions for atomic handling of variables
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef ATOMIC_H_ #ifndef ATOMIC_H_

View File

@ -14,7 +14,7 @@
* @brief Kernel mutex implementation * @brief Kernel mutex implementation
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -17,7 +17,7 @@
* *
* @author Kévin Roussel <Kevin.Roussel@inria.fr> * @author Kévin Roussel <Kevin.Roussel@inria.fr>
* @author Oliver Hahm <oliver.hahm@inria.fr> * @author Oliver Hahm <oliver.hahm@inria.fr>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
*/ */

View File

@ -15,7 +15,7 @@
* *
* @author Stefan Pfeiffer <stefan.pfeiffer@fu-berlin.de> * @author Stefan Pfeiffer <stefan.pfeiffer@fu-berlin.de>
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -22,7 +22,7 @@
* *
* @author Stefan Pfeiffer <stefan.pfeiffer@fu-berlin.de> * @author Stefan Pfeiffer <stefan.pfeiffer@fu-berlin.de>
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @todo remove include irq.h once core was adjusted * @todo remove include irq.h once core was adjusted
*/ */

View File

@ -15,7 +15,7 @@
* @brief Crash handling functions implementation for ARM Cortex-based MCUs * @brief Crash handling functions implementation for ARM Cortex-based MCUs
* *
* @author Oliver Hahm <oliver.hahm@inria.fr> * @author Oliver Hahm <oliver.hahm@inria.fr>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#include "cpu.h" #include "cpu.h"

View File

@ -87,7 +87,7 @@
* *
* @author Stefan Pfeiffer <stefan.pfeiffer@fu-berlin.de> * @author Stefan Pfeiffer <stefan.pfeiffer@fu-berlin.de>
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -17,7 +17,7 @@
* @file * @file
* @brief Implementation of K60 CPU initialization. * @brief Implementation of K60 CPU initialization.
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
/** @brief Current core clock frequency */ /** @brief Current core clock frequency */

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief Compatibility definitions between MK60D10.h and MK60DZ10.h * @brief Compatibility definitions between MK60D10.h and MK60DZ10.h
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef MK60_COMP_H_ #ifndef MK60_COMP_H_

View File

@ -15,7 +15,7 @@
* @file * @file
* @brief Implementation specific CPU configuration options * @brief Implementation specific CPU configuration options
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef CPU_CONF_H_ #ifndef CPU_CONF_H_

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief Device I/O helpers for a no-op device. * @brief Device I/O helpers for a no-op device.
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef DEVIO_NULL_H_ #ifndef DEVIO_NULL_H_
#define DEVIO_NULL_H_ #define DEVIO_NULL_H_

View File

@ -15,7 +15,7 @@
* @file * @file
* @brief Device I/O helpers for UARTs on K60. * @brief Device I/O helpers for UARTs on K60.
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef DEVIO_UART_H_ #ifndef DEVIO_UART_H_
#define DEVIO_UART_H_ #define DEVIO_UART_H_

View File

@ -19,7 +19,7 @@
* @file * @file
* @brief Device operations table. * @brief Device operations table.
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef DEVOPTTAB_H_ #ifndef DEVOPTTAB_H_
#define DEVOPTTAB_H_ #define DEVOPTTAB_H_

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief Implementation of the kernel's power management interface * @brief Implementation of the kernel's power management interface
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -15,7 +15,7 @@
* @file * @file
* @brief Implementation of stack smashing protection helper functions used by GCC's -fstack-protector * @brief Implementation of stack smashing protection helper functions used by GCC's -fstack-protector
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
void *__stack_chk_guard = 0; void *__stack_chk_guard = 0;

View File

@ -14,7 +14,7 @@
* *
* @brief Interrupt vector for K60 MCU. * @brief Interrupt vector for K60 MCU.
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @note It is not necessary to modify this file to define custom interrupt * @note It is not necessary to modify this file to define custom interrupt
* service routines. All symbols are defined weak, it is only necessary to * service routines. All symbols are defined weak, it is only necessary to

View File

@ -18,7 +18,7 @@
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Johann Fischer <j.fischer@phytec.de> * @author Johann Fischer <j.fischer@phytec.de>
* @author Jonas Remmert <j.remmert@phytec.de> * @author Jonas Remmert <j.remmert@phytec.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -9,7 +9,7 @@
# #
# @author Jonas Remmert <j.remmert@phytec.de> # @author Jonas Remmert <j.remmert@phytec.de>
# @author Johann Fischer <j.fischer@phytec.de> # @author Johann Fischer <j.fischer@phytec.de>
# @author Joakim Gebart <joakim.gebart@eistec.se> # @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
if [ $# -ne 1 ]; then if [ $# -ne 1 ]; then
echo "Usage: $0 HEXFILE" echo "Usage: $0 HEXFILE"

View File

@ -15,7 +15,7 @@
* @brief Default FCF code for Freescale Kinetis MCUs * @brief Default FCF code for Freescale Kinetis MCUs
* *
* @author Johann Fischer <j.fischer@phytec.de> * @author Johann Fischer <j.fischer@phytec.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -19,7 +19,7 @@
* @author Hauke Petersen <mail@haukepetersen.de> * @author Hauke Petersen <mail@haukepetersen.de>
* @author Johann Fischer <j.fischer@phytec.de> * @author Johann Fischer <j.fischer@phytec.de>
* @author Jonas Remmert <j.remmert@phytec.de> * @author Jonas Remmert <j.remmert@phytec.de>
* @author Joakim Gebart <joakim.gebart@eistec.se * @author Joakim Nohlgård <joakim.nohlgard@eistec.se
* *
* @} * @}
*/ */

View File

@ -19,7 +19,7 @@
* @brief Low-level I2C driver implementation * @brief Low-level I2C driver implementation
* *
* @author Johann Fischer <j.fischer@phytec.de> * @author Johann Fischer <j.fischer@phytec.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -33,7 +33,7 @@
* @brief Interface definition for the Kinetis WDOG driver. * @brief Interface definition for the Kinetis WDOG driver.
* *
* @author Johann Fischer <j.fischer@phytec.de> * @author Johann Fischer <j.fischer@phytec.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef WDOG_H #ifndef WDOG_H

View File

@ -19,7 +19,7 @@
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Johann Fischer <j.fischer@phytec.de> * @author Johann Fischer <j.fischer@phytec.de>
* @author Jonas Remmert <j.remmert@phytec.de> * @author Jonas Remmert <j.remmert@phytec.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -15,7 +15,7 @@
* @file * @file
* @brief Low-level random number generator driver implementation. * @brief Low-level random number generator driver implementation.
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> (adaption for Freescale's RNGB) * @author Joakim Nohlgård <joakim.nohlgard@eistec.se> (adaption for Freescale's RNGB)
* @author Johann Fischer <j.fischer@phytec.de> (adaption for Freescale's RNGA) * @author Johann Fischer <j.fischer@phytec.de> (adaption for Freescale's RNGA)
* @author Hauke Petersen <mail@haukepetersen.de> * @author Hauke Petersen <mail@haukepetersen.de>
* *

View File

@ -14,7 +14,7 @@
* @file * @file
* @brief RTC interface wrapper for use with RTT modules. * @brief RTC interface wrapper for use with RTT modules.
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -21,7 +21,7 @@
* RTT as a system real time clock. * RTT as a system real time clock.
* *
* @author Johann Fischer <j.fischer@phytec.de> * @author Johann Fischer <j.fischer@phytec.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -36,7 +36,7 @@
* *
* @author Peter Kietzmann <peter.kietzmann@haw-hamburg.de> * @author Peter Kietzmann <peter.kietzmann@haw-hamburg.de>
* @author Johann Fischer <j.fischer@phytec.de> * @author Johann Fischer <j.fischer@phytec.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -16,7 +16,7 @@
* @brief Low-level WDOG driver implementation * @brief Low-level WDOG driver implementation
* *
* @author Johann Fischer <j.fischer@phytec.de> * @author Johann Fischer <j.fischer@phytec.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -14,7 +14,7 @@
* @brief stdio.h wrapper for MSP430 * @brief stdio.h wrapper for MSP430
* @see http://www.cplusplus.com/reference/cstdio/ * @see http://www.cplusplus.com/reference/cstdio/
* *
* @author Joakim Gebart <joakim.gebart@eistec.se * @author Joakim Nohlgård <joakim.nohlgard@eistec.se
*/ */
#ifndef RIOT_MSP430_STDIO_H_ #ifndef RIOT_MSP430_STDIO_H_

View File

@ -14,7 +14,7 @@
* @brief stdlib.h wrapper for MSP430 * @brief stdlib.h wrapper for MSP430
* @see http://www.cplusplus.com/reference/cstdlib/ * @see http://www.cplusplus.com/reference/cstdlib/
* *
* @author Joakim Gebart <joakim.gebart@eistec.se * @author Joakim Nohlgård <joakim.nohlgard@eistec.se
*/ */
#ifndef RIOT_MSP430_STDLIB_H_ #ifndef RIOT_MSP430_STDLIB_H_

View File

@ -16,7 +16,7 @@
* @author Maxime Blanloeil <maxime.blanloeil@phelma.grenoble-inp.fr> * @author Maxime Blanloeil <maxime.blanloeil@phelma.grenoble-inp.fr>
* @author Peter Kietzmann <peter.kietzmann@haw-hamburg.de> * @author Peter Kietzmann <peter.kietzmann@haw-hamburg.de>
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -16,7 +16,7 @@
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de> * @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
* @author Troels Hoffmeyer <troels.d.hoffmeyer@gmail.com> * @author Troels Hoffmeyer <troels.d.hoffmeyer@gmail.com>
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -18,7 +18,7 @@
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de> * @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
* @author Troels Hoffmeyer <troels.d.hoffmeyer@gmail.com> * @author Troels Hoffmeyer <troels.d.hoffmeyer@gmail.com>
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* *
* @} * @}

View File

@ -16,7 +16,7 @@
* @author Peter Kietzmann <peter.kietzmann@haw-hamburg.de> * @author Peter Kietzmann <peter.kietzmann@haw-hamburg.de>
* @author Hauke Petersen <mail@haukepetersen.de> * @author Hauke Petersen <mail@haukepetersen.de>
* @author Fabian Nack <nack@inf.fu-berlin.de> * @author Fabian Nack <nack@inf.fu-berlin.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -16,7 +16,7 @@
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de> * @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
* @author Fabian Nack <nack@inf.fu-berlin.de> * @author Fabian Nack <nack@inf.fu-berlin.de>
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -18,7 +18,7 @@
* @author Peter Kietzmann <peter.kietzmann@haw-hamburg.de> * @author Peter Kietzmann <peter.kietzmann@haw-hamburg.de>
* @author Fabian Nack <nack@inf.fu-berlin.de> * @author Fabian Nack <nack@inf.fu-berlin.de>
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* *
* @} * @}

View File

@ -17,7 +17,7 @@
* @author Hauke Petersen <mail@haukepetersen.de> * @author Hauke Petersen <mail@haukepetersen.de>
* @author Fabian Nack <nack@inf.fu-berlin.de> * @author Fabian Nack <nack@inf.fu-berlin.de>
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de> * @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -6,7 +6,7 @@
# Public License v2.1. See the file LICENSE in the top level directory for more # Public License v2.1. See the file LICENSE in the top level directory for more
# details. # details.
# Author: Joakim Gebart <joakim.gebart@eistec.se> # Author: Joakim Nohlgård <joakim.nohlgard@eistec.se>
# Convert a GCC command line to Eclipse settings for import in # Convert a GCC command line to Eclipse settings for import in
# Project->Properties->C/C++ General->Paths and Symbols # Project->Properties->C/C++ General->Paths and Symbols

View File

@ -59,7 +59,7 @@
# #
# #
# @author Hauke Peteresen <hauke.petersen@fu-berlin.de> # @author Hauke Peteresen <hauke.petersen@fu-berlin.de>
# @author Joakim Gebart <joakim.gebart@eistec.se> # @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
# default GDB port # default GDB port
_GDB_PORT=3333 _GDB_PORT=3333

View File

@ -15,7 +15,7 @@
* @brief Driver for the ADT7310 ±0.5°C Accurate, 16-Bit Digital SPI * @brief Driver for the ADT7310 ±0.5°C Accurate, 16-Bit Digital SPI
* Temperature Sensor from Analog Devices * Temperature Sensor from Analog Devices
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -16,7 +16,7 @@
* *
* @author Alaeddine Weslati <alaeddine.weslati@inria.fr> * @author Alaeddine Weslati <alaeddine.weslati@inria.fr>
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de> * @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* *
* @} * @}

View File

@ -14,7 +14,7 @@
* @brief Device driver implementation for Honeywell HumidIcon Digital * @brief Device driver implementation for Honeywell HumidIcon Digital
* Humidity/Temperature Sensors: HIH-6130/6131 Series * Humidity/Temperature Sensors: HIH-6130/6131 Series
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -15,7 +15,7 @@
* or Low Side, Bi-Directional CURRENT/POWER MONITOR with Two-Wire * or Low Side, Bi-Directional CURRENT/POWER MONITOR with Two-Wire
* Interface * Interface
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -15,7 +15,7 @@
* Side, Bi-Directional CURRENT/POWER MONITOR with Two-Wire * Side, Bi-Directional CURRENT/POWER MONITOR with Two-Wire
* Interface * Interface
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef INA220_REGS_H #ifndef INA220_REGS_H

View File

@ -44,7 +44,7 @@
* @file * @file
* @brief Interface definition for the ADT7310 sensor driver. * @brief Interface definition for the ADT7310 sensor driver.
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef ADT7310_H_ #ifndef ADT7310_H_

View File

@ -17,7 +17,7 @@
* @brief Device driver for Honeywell HumidIcon Digital * @brief Device driver for Honeywell HumidIcon Digital
* Humidity/Temperature Sensors: HIH-6130/6131 Series * Humidity/Temperature Sensors: HIH-6130/6131 Series
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef HIH6130_H_ #ifndef HIH6130_H_

View File

@ -18,7 +18,7 @@
* Side, Bi-Directional CURRENT/POWER MONITOR with Two-Wire * Side, Bi-Directional CURRENT/POWER MONITOR with Two-Wire
* Interface * Interface
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef INA220_H #ifndef INA220_H

View File

@ -16,7 +16,7 @@
* @brief Device driver interface for the LIS3DH accelerometer * @brief Device driver interface for the LIS3DH accelerometer
* *
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef LIS3DH_H_ #ifndef LIS3DH_H_

View File

@ -17,7 +17,7 @@
* Tested on: * Tested on:
* - Cypress/Ramtron FM25L04B. * - Cypress/Ramtron FM25L04B.
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef DRIVERS_NVRAM_SPI_H_ #ifndef DRIVERS_NVRAM_SPI_H_

View File

@ -21,7 +21,7 @@
* @file * @file
* *
* @brief Generic non-volatile RAM driver interface * @brief Generic non-volatile RAM driver interface
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef DRIVERS_NVRAM_H_ #ifndef DRIVERS_NVRAM_H_

View File

@ -17,7 +17,7 @@
* @brief High-level driver for easy handling of servo motors * @brief High-level driver for easy handling of servo motors
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef SERVO_H #ifndef SERVO_H

View File

@ -19,7 +19,7 @@
* @file * @file
* @brief Implementation of LIS3DH SPI driver * @brief Implementation of LIS3DH SPI driver
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */

View File

@ -10,7 +10,7 @@
* @ingroup drivers_nrf24l01p * @ingroup drivers_nrf24l01p
* @{ * @{
* @author Peter Kietzmann <peter.kietzmann@haw-hamburg.de> * @author Peter Kietzmann <peter.kietzmann@haw-hamburg.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* @} * @}
*/ */
#include "nrf24l01p.h" #include "nrf24l01p.h"

View File

@ -26,7 +26,7 @@
* Tested on: * Tested on:
* - Cypress/Ramtron FM25L04B. * - Cypress/Ramtron FM25L04B.
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
typedef enum { typedef enum {

View File

@ -15,7 +15,7 @@
* @brief Servo motor driver implementation * @brief Servo motor driver implementation
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -15,7 +15,7 @@
* *
* Tested with GCC-4.9.2 and Clang-3.6 * Tested with GCC-4.9.2 and Clang-3.6
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#include <new> #include <new>

View File

@ -12,7 +12,7 @@
* @file * @file
* @author Jason Linehan <patientulysses@gmail.com> * @author Jason Linehan <patientulysses@gmail.com>
* @author Christian Mehlis <mehlis@inf.fu-berlin.de> * @author Christian Mehlis <mehlis@inf.fu-berlin.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#include "hashes.h" #include "hashes.h"

View File

@ -17,7 +17,7 @@
* *
* @author Jason Linehan <patientulysses@gmail.com> * @author Jason Linehan <patientulysses@gmail.com>
* @author Christian Mehlis <mehlis@inf.fu-berlin.de> * @author Christian Mehlis <mehlis@inf.fu-berlin.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
*/ */
#ifndef HASHES_H_ #ifndef HASHES_H_

View File

@ -13,7 +13,7 @@
* @brief Spin locks. * @brief Spin locks.
* @author Christian Mehlis <mehlis@inf.fu-berlin.de> * @author Christian Mehlis <mehlis@inf.fu-berlin.de>
* @author René Kijewski <kijewski@inf.fu-berlin.de> * @author René Kijewski <kijewski@inf.fu-berlin.de>
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* @} * @}
*/ */

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief Test application for the ADT7310 accelerometer driver * @brief Test application for the ADT7310 accelerometer driver
* *
* @author Joakim Gebart <joakim.gebart@eistec.se * @author Joakim Nohlgård <joakim.nohlgard@eistec.se
* *
* @} * @}
*/ */

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief Test application for the HIH6130 sensor driver * @brief Test application for the HIH6130 sensor driver
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief Test application for the INA220 sensor driver * @brief Test application for the INA220 sensor driver
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief Test application for the LIS3DH accelerometer driver * @brief Test application for the LIS3DH accelerometer driver
* *
* @author Joakim Gebart <joakim.gebart@eistec.se * @author Joakim Nohlgård <joakim.nohlgard@eistec.se
* *
* @} * @}
*/ */

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief Test application for the SPI NVRAM driver * @brief Test application for the SPI NVRAM driver
* *
* @author Joakim Gebart <joakim.gebart@eistec.se * @author Joakim Nohlgård <joakim.nohlgard@eistec.se
* *
* @} * @}
*/ */

View File

@ -17,7 +17,7 @@
* 1.000 -- 2.000 ms, roughly -/+ 90 degrees from the middle position if the * 1.000 -- 2.000 ms, roughly -/+ 90 degrees from the middle position if the
* connected servo is a standard RC servo. * connected servo is a standard RC servo.
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief ARM DSP library test application * @brief ARM DSP library test application
* *
* @author Joakim Gebart <joakim.gebart@eistec.se> * @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* *
* @} * @}
*/ */