mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #3903 from gebart/pr/gebart-nohlgard-name
all: Update @gebart family name, email
This commit is contained in:
commit
7f1db3b2d0
@ -13,7 +13,7 @@
|
||||
* @file
|
||||
* @brief Board specific implementations for the Mulle board
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -15,7 +15,7 @@
|
||||
* @file
|
||||
* @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.
|
||||
*/
|
||||
|
@ -15,7 +15,7 @@
|
||||
* @brief at86rf231 board specific configuration
|
||||
*
|
||||
* @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_
|
||||
|
@ -15,7 +15,7 @@
|
||||
* @file
|
||||
* @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_
|
||||
|
@ -14,7 +14,7 @@
|
||||
* @file
|
||||
* @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_
|
||||
|
@ -17,7 +17,7 @@
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
* @author Oliver Hahm <oliver.hahm@inria.fr>
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -29,7 +29,7 @@
|
||||
*
|
||||
* @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>
|
||||
|
@ -15,7 +15,7 @@
|
||||
* @brief Functions for atomic handling of variables
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*/
|
||||
|
||||
#ifndef ATOMIC_H_
|
||||
|
@ -14,7 +14,7 @@
|
||||
* @brief Kernel mutex implementation
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -17,7 +17,7 @@
|
||||
*
|
||||
* @author Kévin Roussel <Kevin.Roussel@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>
|
||||
*/
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
*
|
||||
* @author Stefan Pfeiffer <stefan.pfeiffer@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>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -22,7 +22,7 @@
|
||||
*
|
||||
* @author Stefan Pfeiffer <stefan.pfeiffer@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
|
||||
*/
|
||||
|
@ -15,7 +15,7 @@
|
||||
* @brief Crash handling functions implementation for ARM Cortex-based MCUs
|
||||
*
|
||||
* @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"
|
||||
|
@ -87,7 +87,7 @@
|
||||
*
|
||||
* @author Stefan Pfeiffer <stefan.pfeiffer@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>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -17,7 +17,7 @@
|
||||
* @file
|
||||
* @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 */
|
||||
|
@ -13,7 +13,7 @@
|
||||
* @file
|
||||
* @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_
|
||||
|
@ -15,7 +15,7 @@
|
||||
* @file
|
||||
* @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_
|
||||
|
@ -13,7 +13,7 @@
|
||||
* @file
|
||||
* @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_
|
||||
#define DEVIO_NULL_H_
|
||||
|
@ -15,7 +15,7 @@
|
||||
* @file
|
||||
* @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_
|
||||
#define DEVIO_UART_H_
|
||||
|
@ -19,7 +19,7 @@
|
||||
* @file
|
||||
* @brief Device operations table.
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*/
|
||||
#ifndef DEVOPTTAB_H_
|
||||
#define DEVOPTTAB_H_
|
||||
|
@ -13,7 +13,7 @@
|
||||
* @file
|
||||
* @brief Implementation of the kernel's power management interface
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -15,7 +15,7 @@
|
||||
* @file
|
||||
* @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;
|
||||
|
@ -14,7 +14,7 @@
|
||||
*
|
||||
* @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
|
||||
* service routines. All symbols are defined weak, it is only necessary to
|
||||
|
@ -18,7 +18,7 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
* @author Johann Fischer <j.fischer@phytec.de>
|
||||
* @author Jonas Remmert <j.remmert@phytec.de>
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
2
cpu/kinetis_common/dist/check-fcfield-hex.sh
vendored
2
cpu/kinetis_common/dist/check-fcfield-hex.sh
vendored
@ -9,7 +9,7 @@
|
||||
#
|
||||
# @author Jonas Remmert <j.remmert@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
|
||||
echo "Usage: $0 HEXFILE"
|
||||
|
@ -15,7 +15,7 @@
|
||||
* @brief Default FCF code for Freescale Kinetis MCUs
|
||||
*
|
||||
* @author Johann Fischer <j.fischer@phytec.de>
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -19,7 +19,7 @@
|
||||
* @author Hauke Petersen <mail@haukepetersen.de>
|
||||
* @author Johann Fischer <j.fischer@phytec.de>
|
||||
* @author Jonas Remmert <j.remmert@phytec.de>
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -19,7 +19,7 @@
|
||||
* @brief Low-level I2C driver implementation
|
||||
*
|
||||
* @author Johann Fischer <j.fischer@phytec.de>
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -33,7 +33,7 @@
|
||||
* @brief Interface definition for the Kinetis WDOG driver.
|
||||
*
|
||||
* @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
|
||||
|
@ -19,7 +19,7 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
* @author Johann Fischer <j.fischer@phytec.de>
|
||||
* @author Jonas Remmert <j.remmert@phytec.de>
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -15,7 +15,7 @@
|
||||
* @file
|
||||
* @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 Hauke Petersen <mail@haukepetersen.de>
|
||||
*
|
||||
|
@ -14,7 +14,7 @@
|
||||
* @file
|
||||
* @brief RTC interface wrapper for use with RTT modules.
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -21,7 +21,7 @@
|
||||
* RTT as a system real time clock.
|
||||
*
|
||||
* @author Johann Fischer <j.fischer@phytec.de>
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -36,7 +36,7 @@
|
||||
*
|
||||
* @author Peter Kietzmann <peter.kietzmann@haw-hamburg.de>
|
||||
* @author Johann Fischer <j.fischer@phytec.de>
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -16,7 +16,7 @@
|
||||
* @brief Low-level WDOG driver implementation
|
||||
*
|
||||
* @author Johann Fischer <j.fischer@phytec.de>
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -14,7 +14,7 @@
|
||||
* @brief stdio.h wrapper for MSP430
|
||||
* @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_
|
||||
|
@ -14,7 +14,7 @@
|
||||
* @brief stdlib.h wrapper for MSP430
|
||||
* @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_
|
||||
|
@ -16,7 +16,7 @@
|
||||
* @author Maxime Blanloeil <maxime.blanloeil@phelma.grenoble-inp.fr>
|
||||
* @author Peter Kietzmann <peter.kietzmann@haw-hamburg.de>
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -16,7 +16,7 @@
|
||||
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
|
||||
* @author Troels Hoffmeyer <troels.d.hoffmeyer@gmail.com>
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -18,7 +18,7 @@
|
||||
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
|
||||
* @author Troels Hoffmeyer <troels.d.hoffmeyer@gmail.com>
|
||||
* @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>
|
||||
*
|
||||
* @}
|
||||
|
@ -16,7 +16,7 @@
|
||||
* @author Peter Kietzmann <peter.kietzmann@haw-hamburg.de>
|
||||
* @author Hauke Petersen <mail@haukepetersen.de>
|
||||
* @author Fabian Nack <nack@inf.fu-berlin.de>
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -16,7 +16,7 @@
|
||||
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
|
||||
* @author Fabian Nack <nack@inf.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>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -18,7 +18,7 @@
|
||||
* @author Peter Kietzmann <peter.kietzmann@haw-hamburg.de>
|
||||
* @author Fabian Nack <nack@inf.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>
|
||||
*
|
||||
* @}
|
||||
|
@ -17,7 +17,7 @@
|
||||
* @author Hauke Petersen <mail@haukepetersen.de>
|
||||
* @author Fabian Nack <nack@inf.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>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
2
dist/tools/eclipsesym/cmdline2xml.sh
vendored
2
dist/tools/eclipsesym/cmdline2xml.sh
vendored
@ -6,7 +6,7 @@
|
||||
# Public License v2.1. See the file LICENSE in the top level directory for more
|
||||
# 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
|
||||
# Project->Properties->C/C++ General->Paths and Symbols
|
||||
|
2
dist/tools/openocd/openocd.sh
vendored
2
dist/tools/openocd/openocd.sh
vendored
@ -59,7 +59,7 @@
|
||||
#
|
||||
#
|
||||
# @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
|
||||
_GDB_PORT=3333
|
||||
|
@ -15,7 +15,7 @@
|
||||
* @brief Driver for the ADT7310 ±0.5°C Accurate, 16-Bit Digital SPI
|
||||
* Temperature Sensor from Analog Devices
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @author Alaeddine Weslati <alaeddine.weslati@inria.fr>
|
||||
* @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>
|
||||
*
|
||||
* @}
|
||||
|
@ -14,7 +14,7 @@
|
||||
* @brief Device driver implementation for Honeywell HumidIcon Digital
|
||||
* Humidity/Temperature Sensors: HIH-6130/6131 Series
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -15,7 +15,7 @@
|
||||
* or Low Side, Bi-Directional CURRENT/POWER MONITOR with Two-Wire
|
||||
* Interface
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -15,7 +15,7 @@
|
||||
* Side, Bi-Directional CURRENT/POWER MONITOR with Two-Wire
|
||||
* Interface
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*/
|
||||
|
||||
#ifndef INA220_REGS_H
|
||||
|
@ -44,7 +44,7 @@
|
||||
* @file
|
||||
* @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_
|
||||
|
@ -17,7 +17,7 @@
|
||||
* @brief Device driver for Honeywell HumidIcon Digital
|
||||
* 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_
|
||||
|
@ -18,7 +18,7 @@
|
||||
* Side, Bi-Directional CURRENT/POWER MONITOR with Two-Wire
|
||||
* Interface
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*/
|
||||
|
||||
#ifndef INA220_H
|
||||
|
@ -16,7 +16,7 @@
|
||||
* @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_
|
||||
|
@ -17,7 +17,7 @@
|
||||
* Tested on:
|
||||
* - Cypress/Ramtron FM25L04B.
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*/
|
||||
|
||||
#ifndef DRIVERS_NVRAM_SPI_H_
|
||||
|
@ -21,7 +21,7 @@
|
||||
* @file
|
||||
*
|
||||
* @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_
|
||||
|
@ -17,7 +17,7 @@
|
||||
* @brief High-level driver for easy handling of servo motors
|
||||
*
|
||||
* @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
|
||||
|
@ -19,7 +19,7 @@
|
||||
* @file
|
||||
* @brief Implementation of LIS3DH SPI driver
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*/
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup drivers_nrf24l01p
|
||||
* @{
|
||||
* @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"
|
||||
|
@ -26,7 +26,7 @@
|
||||
* Tested on:
|
||||
* - Cypress/Ramtron FM25L04B.
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*/
|
||||
|
||||
typedef enum {
|
||||
|
@ -15,7 +15,7 @@
|
||||
* @brief Servo motor driver implementation
|
||||
*
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -15,7 +15,7 @@
|
||||
*
|
||||
* 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>
|
||||
|
@ -12,7 +12,7 @@
|
||||
* @file
|
||||
* @author Jason Linehan <patientulysses@gmail.com>
|
||||
* @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"
|
||||
|
@ -17,7 +17,7 @@
|
||||
*
|
||||
* @author Jason Linehan <patientulysses@gmail.com>
|
||||
* @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_
|
||||
|
@ -13,7 +13,7 @@
|
||||
* @brief Spin locks.
|
||||
* @author Christian Mehlis <mehlis@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>
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
* @file
|
||||
* @brief Test application for the ADT7310 accelerometer driver
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -13,7 +13,7 @@
|
||||
* @file
|
||||
* @brief Test application for the HIH6130 sensor driver
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -13,7 +13,7 @@
|
||||
* @file
|
||||
* @brief Test application for the INA220 sensor driver
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -13,7 +13,7 @@
|
||||
* @file
|
||||
* @brief Test application for the LIS3DH accelerometer driver
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -13,7 +13,7 @@
|
||||
* @file
|
||||
* @brief Test application for the SPI NVRAM driver
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -17,7 +17,7 @@
|
||||
* 1.000 -- 2.000 ms, roughly -/+ 90 degrees from the middle position if the
|
||||
* connected servo is a standard RC servo.
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
@ -13,7 +13,7 @@
|
||||
* @file
|
||||
* @brief ARM DSP library test application
|
||||
*
|
||||
* @author Joakim Gebart <joakim.gebart@eistec.se>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user