1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

everything: Remove filename from @file Doxygen command

This commit is contained in:
Joakim Gebart 2015-05-22 07:34:41 +02:00
parent d24bc6ac2f
commit 13832d8e62
321 changed files with 321 additions and 321 deletions

View File

@ -10,7 +10,7 @@
* @ingroup boards_airfy-beacon * @ingroup boards_airfy-beacon
* @{ * @{
* *
* @file board.c * @file
* @brief Board specific implementations for the Airfy Beacon board * @brief Board specific implementations for the Airfy Beacon board
* *
* @author Christian Mehlis <mehlis@inf.fu-berlin.de> * @author Christian Mehlis <mehlis@inf.fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup boards_arduino-due * @ingroup boards_arduino-due
* @{ * @{
* *
* @file board.c * @file
* @brief Board specific implementations for the Arduino Due board * @brief Board specific implementations for the Arduino Due board
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup boards_arduino-mega2560 * @ingroup boards_arduino-mega2560
* @{ * @{
* *
* @file board.c * @file
* @brief Board specific implementations for the Arduino Mega 2560 board * @brief Board specific implementations for the Arduino Mega 2560 board
* *
* @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de> * @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup boards_fox * @ingroup boards_fox
* @{ * @{
* *
* @file board.c * @file
* @brief Board specific implementations for the fox board * @brief Board specific implementations for the fox board
* *
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de> * @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup boards_iot-lab_M3 * @ingroup boards_iot-lab_M3
* @{ * @{
* *
* @file board.c * @file
* @brief Board specific implementations for the iot-lab_M3 board * @brief Board specific implementations for the iot-lab_M3 board
* *
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de> * @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>

View File

@ -1,5 +1,5 @@
/**************************************************************************//** /**************************************************************************//**
* @file boards_init.c * @file
* @brief CMSIS Cortex-M3 Device Peripheral Access Layer Source File * @brief CMSIS Cortex-M3 Device Peripheral Access Layer Source File
* for the NXP LPC17xx Device Series * for the NXP LPC17xx Device Series
* @version V1.09 * @version V1.09

View File

@ -10,7 +10,7 @@
* @ingroup boards_pca10000 * @ingroup boards_pca10000
* @{ * @{
* *
* @file board.c * @file
* @brief Board specific implementations for the nRF51822 evaluation board pca10000 * @brief Board specific implementations for the nRF51822 evaluation board pca10000
* *
* @author Christian Kühling <kuehling@zedat.fu-berlin.de> * @author Christian Kühling <kuehling@zedat.fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup boards_pca10005 * @ingroup boards_pca10005
* @{ * @{
* *
* @file board.c * @file
* @brief Board specific implementations for the nRF51822 evaluation board pca10005 * @brief Board specific implementations for the nRF51822 evaluation board pca10005
* *
* @author Christian Kühling <kuehling@zedat.fu-berlin.de> * @author Christian Kühling <kuehling@zedat.fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup boards_samr21-xpro * @ingroup boards_samr21-xpro
* @{ * @{
* *
* @file board.c * @file
* @brief Board specific implementations for the Atem SAM R21 Xplained Pro board * @brief Board specific implementations for the Atem SAM R21 Xplained Pro board
* *
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de> * @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup boards_udoo * @ingroup boards_udoo
* @{ * @{
* *
* @file board.c * @file
* @brief Board specific implementations for the UDOO board * @brief Board specific implementations for the UDOO board
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup boards_yunjia-nrf51822 * @ingroup boards_yunjia-nrf51822
* @{ * @{
* *
* @file board.c * @file
* @brief Board specific implementations for the Yunjia NRF51822 board * @brief Board specific implementations for the Yunjia NRF51822 board
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -13,7 +13,7 @@
* @ingroup boards_z1 * @ingroup boards_z1
* @{ * @{
* *
* @file board.c * @file
* @brief Board specific implementations for the Zolertia Z1 * @brief Board specific implementations for the Zolertia Z1
* *
* @author Kévin Roussel <Kevin.Roussel@inria.fr> * @author Kévin Roussel <Kevin.Roussel@inria.fr>

View File

@ -14,7 +14,7 @@
* @ingroup boards_z1 * @ingroup boards_z1
* @{ * @{
* *
* @file driver_cc2420.c * @file
* @brief Board specific CC2420 driver HAL for the Zolertia Z1 * @brief Board specific CC2420 driver HAL for the Zolertia Z1
* *
* @author Kévin Roussel <Kevin.Roussel@inria.fr> * @author Kévin Roussel <Kevin.Roussel@inria.fr>

View File

@ -13,7 +13,7 @@
* @ingroup boards_z1 * @ingroup boards_z1
* @{ * @{
* *
* @file uart.c * @file
* @brief Board specific UART/USB driver HAL for the Zolertia Z1 * @brief Board specific UART/USB driver HAL for the Zolertia Z1
* *
* @author Kévin Roussel <Kevin.Roussel@inria.fr> * @author Kévin Roussel <Kevin.Roussel@inria.fr>

View File

@ -10,7 +10,7 @@
* @ingroup core_util * @ingroup core_util
* @{ * @{
* *
* @file bitarithm.c * @file
* @brief Bit arithmetic helper functions implementation * @brief Bit arithmetic helper functions implementation
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -10,7 +10,7 @@
* @ingroup core_util * @ingroup core_util
* @{ * @{
* *
* @file clist.c * @file
* @brief Circular linked list implementation * @brief Circular linked list implementation
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -10,7 +10,7 @@
* @ingroup core_hwtimer * @ingroup core_hwtimer
* @{ * @{
* *
* @file hwtimer.c * @file
* @brief Hardware timer abstraction implementation * @brief Hardware timer abstraction implementation
* *
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup core_arch * @ingroup core_arch
* @{ * @{
* *
* @file atomic_arch.h * @file
* @brief Architecture dependent interface for an atomic set operation * @brief Architecture dependent interface for an atomic set operation
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup core_arch * @ingroup core_arch
* @{ * @{
* *
* @file hwtimer_arch.h * @file
* @brief The kernel's hardware timer abstraction interface * @brief The kernel's hardware timer abstraction interface
* *
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup core_arch * @ingroup core_arch
* @{ * @{
* *
* @file irq_arch.h * @file
* @brief Interrupt handling interface for globally en- and disabling interrupts * @brief Interrupt handling interface for globally en- and disabling interrupts
* *
* This file acts as a wrapper between the kernels interrupt interface and the architecture * This file acts as a wrapper between the kernels interrupt interface and the architecture

View File

@ -10,7 +10,7 @@
* @ingroup core_arch * @ingroup core_arch
* @{ * @{
* *
* @file lpm_arch.h * @file
* @brief Architecture dependent interface for power mode management * @brief Architecture dependent interface for power mode management
* *
* This file acts as a wrapper between the kernels power management interface and the architecture * This file acts as a wrapper between the kernels power management interface and the architecture

View File

@ -10,7 +10,7 @@
* @ingroup core_arch * @ingroup core_arch
* @{ * @{
* *
* @file reboot_arch.h * @file
* @brief Architecture dependent interface rebooting * @brief Architecture dependent interface rebooting
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup core_arch * @ingroup core_arch
* @{ * @{
* *
* @file thread_arch.h * @file
* @brief Architecture dependent kernel interface for handling and managing threads * @brief Architecture dependent kernel interface for handling and managing threads
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @addtogroup core_internal * @addtogroup core_internal
* @{ * @{
* *
* @file attributes.h * @file
* @brief Compiler attributes/pragmas configuration * @brief Compiler attributes/pragmas configuration
* *
* @author René Kijewski <rene.kijewski@fu-berlin.de> * @author René Kijewski <rene.kijewski@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @addtogroup core_util * @addtogroup core_util
* @{ * @{
* *
* @file bitarithm.h * @file
* @brief Helper functions for bit arithmetic * @brief Helper functions for bit arithmetic
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -10,7 +10,7 @@
* @addtogroup core_util * @addtogroup core_util
* @{ * @{
* *
* @file byteorder.h * @file
* @brief Functions to work with different byte orders. * @brief Functions to work with different byte orders.
* *
* @author René Kijewski <rene.kijewski@fu-berlin.de> * @author René Kijewski <rene.kijewski@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @addtogroup core_util * @addtogroup core_util
* @{ * @{
* *
* @file cib.h * @file
* @brief Circular integer buffer interface * @brief Circular integer buffer interface
* @details This structure provides an organizational interface * @details This structure provides an organizational interface
* and combined with an memory array forms a circular buffer. * and combined with an memory array forms a circular buffer.

View File

@ -10,7 +10,7 @@
* @addtogroup core_util * @addtogroup core_util
* @{ * @{
* *
* @file clist.h * @file
* @brief Circular linked list * @brief Circular linked list
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -10,7 +10,7 @@
* @addtogroup core_util * @addtogroup core_util
* @{ * @{
* *
* @file debug.h * @file
* @brief Debug-header * @brief Debug-header
* *
* @details If *ENABLE_DEBUG* is defined inside an implementation file, all * @details If *ENABLE_DEBUG* is defined inside an implementation file, all

View File

@ -10,7 +10,7 @@
* @addtogroup core_internal * @addtogroup core_internal
* @{ * @{
* *
* @file flags.h * @file
* @brief Misc flag definitions * @brief Misc flag definitions
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -12,7 +12,7 @@
* @brief Provides an API to control interrupt processing * @brief Provides an API to control interrupt processing
* @{ * @{
* *
* @file irq.h * @file
* @brief IRQ driver interface * @brief IRQ driver interface
* *
* @author Freie Universität Berlin, Computer Systems & Telematics * @author Freie Universität Berlin, Computer Systems & Telematics

View File

@ -10,7 +10,7 @@
* @addtogroup core_internal * @addtogroup core_internal
* @{ * @{
* *
* @file kernel.h * @file
* @brief Kernel compile time configuration * @brief Kernel compile time configuration
* *
* A reboot() function is also provided * A reboot() function is also provided

View File

@ -10,7 +10,7 @@
* @addtogroup core_internal * @addtogroup core_internal
* @{ * @{
* *
* @file kernel_internal.h * @file
* @brief prototypes for kernel internal functions * @brief prototypes for kernel internal functions
* *
* @author Oliver Hahm <oliver.hahm@inria.fr> * @author Oliver Hahm <oliver.hahm@inria.fr>

View File

@ -10,7 +10,7 @@
* @addtogroup core_util * @addtogroup core_util
* @{ * @{
* *
* @file kernel_macros.h * @file
* @brief common macros * @brief common macros
* *
* @author René Kijewski * @author René Kijewski

View File

@ -10,7 +10,7 @@
* @addtogroup core_util * @addtogroup core_util
* @{ * @{
* *
* @file kernel_types.h * @file
* @brief Types used by the kernel * @brief Types used by the kernel
* *
* @author Oliver Hahm <oliver.hahm@inria.fr> * @author Oliver Hahm <oliver.hahm@inria.fr>

View File

@ -10,7 +10,7 @@
* @addtogroup core_util * @addtogroup core_util
* @{ * @{
* *
* @file lifo.h * @file
* @brief LIFO buffer API, read long description carefully * @brief LIFO buffer API, read long description carefully
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* *

View File

@ -12,7 +12,7 @@
* @brief The kernels power management interface * @brief The kernels power management interface
* @{ * @{
* *
* @file lpm.h * @file
* @brief Power management interface * @brief Power management interface
* *
* This interface needs to be implemented for each platform. * This interface needs to be implemented for each platform.

View File

@ -22,7 +22,7 @@
* *
* @{ * @{
* *
* @file msg.h * @file
* @brief Messaging API for inter process communication * @brief Messaging API for inter process communication
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -12,7 +12,7 @@
* @ingroup core * @ingroup core
* @{ * @{
* *
* @file mutex.h * @file
* @brief RIOT synchronization API * @brief RIOT synchronization API
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -14,7 +14,7 @@
* *
* @{ * @{
* *
* @file native_sched.h * @file
* @brief Add definitions required on the native board * @brief Add definitions required on the native board
* *
* @author Raphael Hiesgen <raphael.hiesgen@haw-hamburg.de> * @author Raphael Hiesgen <raphael.hiesgen@haw-hamburg.de>

View File

@ -10,7 +10,7 @@
* @addtogroup core_util * @addtogroup core_util
* @{ * @{
* *
* @file priority_queue.h * @file
* @brief A simple priority queue * @brief A simple priority queue
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -10,7 +10,7 @@
* *
* @ingroup core_util * @ingroup core_util
* @{ * @{
* @file ringbuffer.h * @file
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* @author René Kijewski <rene.kijewski@fu-berlin.de> * @author René Kijewski <rene.kijewski@fu-berlin.de>
* @} * @}

View File

@ -71,7 +71,7 @@
* *
* @{ * @{
* *
* @file sched.h * @file
* @brief Scheduler API definition * @brief Scheduler API definition
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -10,7 +10,7 @@
* @addtogroup core_thread * @addtogroup core_thread
* @{ * @{
* *
* @file tcb.h * @file
* @brief Thread context block definition * @brief Thread context block definition
* *
* @author Heiko Will * @author Heiko Will

View File

@ -13,7 +13,7 @@
* *
* @{ * @{
* *
* @file thread.h * @file
* @brief Threading API * @brief Threading API
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -10,7 +10,7 @@
* @ingroup core_internal * @ingroup core_internal
* @{ * @{
* *
* @file kernel_init.c * @file
* @brief Platform-independent kernel initilization * @brief Platform-independent kernel initilization
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -9,7 +9,7 @@
/** /**
* @ingroup core_util * @ingroup core_util
* @{ * @{
* @file lifo.c * @file
* @brief LIFO buffer implementation * @brief LIFO buffer implementation
* *
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup core_sync * @ingroup core_sync
* @{ * @{
* *
* @file mutex.c * @file
* @brief Kernel mutex implementation * @brief Kernel mutex implementation
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -10,7 +10,7 @@
* @ingroup core_util * @ingroup core_util
* @{ * @{
* *
* @file priority_queue.c * @file
* @brief A simple priority queue * @brief A simple priority queue
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -10,7 +10,7 @@
* @ingroup core_util * @ingroup core_util
* @{ * @{
* *
* @file reboot.c * @file
* @brief Reboot function * @brief Reboot function
* *
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de * @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de

View File

@ -10,7 +10,7 @@
* *
* @ingroup core_util * @ingroup core_util
* @{ * @{
* @file ringbuffer.c * @file
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* @author René Kijewski <rene.kijewski@fu-berlin.de> * @author René Kijewski <rene.kijewski@fu-berlin.de>
* @} * @}

View File

@ -10,7 +10,7 @@
* @ingroup core_sched * @ingroup core_sched
* @{ * @{
* *
* @file sched.c * @file
* @brief Scheduler implementation * @brief Scheduler implementation
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -10,7 +10,7 @@
* @ingroup core_thread * @ingroup core_thread
* @{ * @{
* *
* @file thread.c * @file
* @brief Threading implementation * @brief Threading implementation
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_atmega2560 * @ingroup cpu_atmega2560
* @{ * @{
* *
* @file cpu.c * @file
* @brief Implementation of the CPU initialization * @brief Implementation of the CPU initialization
* *
* @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de> * @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_atmega2560 * @ingroup cpu_atmega2560
* @{ * @{
* *
* @file hwtimer_arch.c * @file
* @brief Implementation of the kernels hwtimer interface * @brief Implementation of the kernels hwtimer interface
* *
* The hardware timer implementation uses the ATmega2560 build-in system timer as back-end. * The hardware timer implementation uses the ATmega2560 build-in system timer as back-end.

View File

@ -10,7 +10,7 @@
* @ingroup cpu_atmega2560 * @ingroup cpu_atmega2560
* @{ * @{
* *
* @file lpm_arch.c * @file
* @brief Implementation of the kernels power management interface * @brief Implementation of the kernels power management interface
* *
* @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de> * @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup driver_periph * @ingroup driver_periph
* @{ * @{
* *
* @file gpio.c * @file
* @brief Low-level GPIO driver implementation * @brief Low-level GPIO driver implementation
* *
* @author Hauke Petersen <mail@haukepetersen.de> * @author Hauke Petersen <mail@haukepetersen.de>

View File

@ -10,7 +10,7 @@
* @ingroup driver_periph * @ingroup driver_periph
* @{ * @{
* *
* @file timer.c * @file
* @brief Low-level timer driver implementation for the ATmega2560 CPU * @brief Low-level timer driver implementation for the ATmega2560 CPU
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup driver_periph * @ingroup driver_periph
* @{ * @{
* *
* @file uart.c * @file
* @brief Low-level UART driver implementation * @brief Low-level UART driver implementation
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_atmega2560 * @ingroup cpu_atmega2560
* @{ * @{
* *
* @file reboot_arch.c * @file
* @brief Implementation of the kernels reboot interface * @brief Implementation of the kernels reboot interface
* *
* @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de> * @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_atmega2560 * @ingroup cpu_atmega2560
* @{ * @{
* *
* @file startup.c * @file
* @brief Startup code and interrupt vector definition * @brief Startup code and interrupt vector definition
* *
* @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de> * @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_atmega_common * @ingroup cpu_atmega_common
* @{ * @{
* *
* @file irq_arch.c * @file
* @brief Implementation of the kernels irq interface * @brief Implementation of the kernels irq interface
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_atmega_common * @ingroup cpu_atmega_common
* @{ * @{
* *
* @file thread_arch.c * @file
* @brief Implementation of the kernel's architecture dependent thread interface * @brief Implementation of the kernel's architecture dependent thread interface
* *
* @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de> * @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @addtogroup cpu_cc2538 * @addtogroup cpu_cc2538
* @{ * @{
* *
* @file cc2538nf11_linkerscript.ld * @file
* @brief Linker script for the CC2538NF11 model MCU * @brief Linker script for the CC2538NF11 model MCU
* *
* @author Ian Martin <ian@locicontrols.com> * @author Ian Martin <ian@locicontrols.com>

View File

@ -10,7 +10,7 @@
* @addtogroup cpu_cc2538 * @addtogroup cpu_cc2538
* @{ * @{
* *
* @file cc2538nf23_linkerscript.ld * @file
* @brief Linker script for the CC2538NF23 and CC2538SF23 model MCUs * @brief Linker script for the CC2538NF23 and CC2538SF23 model MCUs
* *
* @author Ian Martin <ian@locicontrols.com> * @author Ian Martin <ian@locicontrols.com>

View File

@ -10,7 +10,7 @@
* @addtogroup cpu_cc2538 * @addtogroup cpu_cc2538
* @{ * @{
* *
* @file cc2538nf53_linkerscript.ld * @file
* @brief Linker script for the CC2538NF53 and CC2538SF53 model MCUs * @brief Linker script for the CC2538NF53 and CC2538SF53 model MCUs
* *
* @author Ian Martin <ian@locicontrols.com> * @author Ian Martin <ian@locicontrols.com>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_cc2538 * @ingroup cpu_cc2538
* @{ * @{
* *
* @file cpu.c * @file
* @brief Implementation of the CPU initialization * @brief Implementation of the CPU initialization
* *
* @author Ian Martin <ian@locicontrols.com> * @author Ian Martin <ian@locicontrols.com>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_cc2538 * @ingroup cpu_cc2538
* @{ * @{
* *
* @file hwtimer_arch.c * @file
* @brief Implementation of the kernels hwtimer interface * @brief Implementation of the kernels hwtimer interface
* *
* The hardware timer implementation uses the Cortex build-in system timer as back-end. * The hardware timer implementation uses the Cortex build-in system timer as back-end.

View File

@ -10,7 +10,7 @@
* @addtogroup cpu_cc2538 * @addtogroup cpu_cc2538
* @{ * @{
* *
* @file cc2538-gpio.h * @file
* @brief Driver for the cc2538 GPIO controller * @brief Driver for the cc2538 GPIO controller
* *
* Header file with register and macro declarations for the cc2538 GPIO module * Header file with register and macro declarations for the cc2538 GPIO module

View File

@ -10,7 +10,7 @@
* @addtogroup cpu_cc2538 * @addtogroup cpu_cc2538
* @{ * @{
* *
* @file cc2538-uart.h * @file
* @brief CC2538 UART interface * @brief CC2538 UART interface
* *
* @author Ian Martin <ian@locicontrols.com> * @author Ian Martin <ian@locicontrols.com>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_cc2538_definitions * @ingroup cpu_cc2538_definitions
* @{ * @{
* *
* @file cc2538.h * @file
* @brief CC2538 MCU interrupt and register definitions * @brief CC2538 MCU interrupt and register definitions
* *
* @author Ian Martin <ian@locicontrols.com> * @author Ian Martin <ian@locicontrols.com>

View File

@ -10,7 +10,7 @@
* @addtogroup cpu_cc2538 * @addtogroup cpu_cc2538
* @{ * @{
* *
* @file gptimer.h * @file
* @brief CC2538 General Purpose Timer (GPTIMER) driver * @brief CC2538 General Purpose Timer (GPTIMER) driver
* *
* @author Ian Martin <ian@locicontrols.com> * @author Ian Martin <ian@locicontrols.com>

View File

@ -9,7 +9,7 @@
/** /**
* @{ * @{
* *
* @file ioc.h * @file
* @brief CC2538 I/O Control driver * @brief CC2538 I/O Control driver
* *
* @author Ian Martin <ian@locicontrols.com> * @author Ian Martin <ian@locicontrols.com>

View File

@ -9,7 +9,7 @@
/** /**
* @{ * @{
* *
* @file rfcore.h * @file
* @brief CC2538 RF core interface * @brief CC2538 RF core interface
* *
* @author Ian Martin <ian@locicontrols.com> * @author Ian Martin <ian@locicontrols.com>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_cc2538 * @ingroup cpu_cc2538
* @{ * @{
* *
* @file soc-adc.h * @file
* @brief CC2538 SOC ADC interface * @brief CC2538 SOC ADC interface
* *
* @author Ian Martin <ian@locicontrols.com> * @author Ian Martin <ian@locicontrols.com>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_cc2538 * @ingroup cpu_cc2538
* @{ * @{
* *
* @file sys-ctrl.h * @file
* @brief CC2538 System Control interface * @brief CC2538 System Control interface
* *
* @author Ian Martin <ian@locicontrols.com> * @author Ian Martin <ian@locicontrols.com>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_cc2538 * @ingroup cpu_cc2538
* @{ * @{
* *
* @file lpm_arch.c * @file
* @brief Implementation of the kernels power management interface * @brief Implementation of the kernels power management interface
* *
* @author Ian Martin <ian@locicontrols.com> * @author Ian Martin <ian@locicontrols.com>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_cc2538 * @ingroup cpu_cc2538
* @{ * @{
* *
* @file cpuid.c * @file
* @brief CPU-ID driver implementation * @brief CPU-ID driver implementation
* *
* The CC2538 provides a 64-bit unique identifier, that is unique for each shipped unit. * The CC2538 provides a 64-bit unique identifier, that is unique for each shipped unit.

View File

@ -10,7 +10,7 @@
* @ingroup driver_periph * @ingroup driver_periph
* @{ * @{
* *
* @file gpio.c * @file
* @brief Low-level GPIO driver implementation * @brief Low-level GPIO driver implementation
* *
* @author Ian Martin <ian@locicontrols.com> * @author Ian Martin <ian@locicontrols.com>

View File

@ -10,7 +10,7 @@
* @ingroup driver_periph * @ingroup driver_periph
* @{ * @{
* *
* @file random.c * @file
* @brief Low-level random number generator driver implementation * @brief Low-level random number generator driver implementation
* *
* @author Ian Martin <ian@locicontrols.com> * @author Ian Martin <ian@locicontrols.com>

View File

@ -10,7 +10,7 @@
* @ingroup driver_periph * @ingroup driver_periph
* @{ * @{
* *
* @file timer.c * @file
* @brief Low-level timer driver implementation for the CC2538 CPU * @brief Low-level timer driver implementation for the CC2538 CPU
* *
* @author Ian Martin <ian@locicontrols.com> * @author Ian Martin <ian@locicontrols.com>

View File

@ -10,7 +10,7 @@
* @ingroup driver_periph * @ingroup driver_periph
* @{ * @{
* *
* @file uart.c * @file
* @brief Low-level UART driver implementation * @brief Low-level UART driver implementation
* *
* @author Ian Martin <ian@locicontrols.com> * @author Ian Martin <ian@locicontrols.com>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_cc2538 * @ingroup cpu_cc2538
* @{ * @{
* *
* @file startup.c * @file
* @brief Startup code and interrupt vector definition * @brief Startup code and interrupt vector definition
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_cc2538 * @ingroup cpu_cc2538
* @{ * @{
* *
* @file syscalls.c * @file
* @brief NewLib system calls implementations for CC2538 * @brief NewLib system calls implementations for CC2538
* *
* @author Michael Baar <michael.baar@fu-berlin.de> * @author Michael Baar <michael.baar@fu-berlin.de>

View File

@ -9,7 +9,7 @@
/** /**
* @ingroup cc430 * @ingroup cc430
* @file cc430-gpioint.c * @file
* @brief CC430 GPIO Interrupt Multiplexer implementation * @brief CC430 GPIO Interrupt Multiplexer implementation
* @author Oliver Hahm <oliver.hahm@inria.fr> * @author Oliver Hahm <oliver.hahm@inria.fr>
*/ */

View File

@ -20,7 +20,7 @@ extern "C" {
*/ */
/** /**
* @file cc430-rtc.h * @file
* @brief CC430 Real Time Clock * @brief CC430 Real Time Clock
* *
* @author Freie Universität Berlin, Computer Systems & Telematics, RIOT * @author Freie Universität Berlin, Computer Systems & Telematics, RIOT

View File

@ -10,7 +10,7 @@
* @ingroup cpu_cortexm3_common * @ingroup cpu_cortexm3_common
* @{ * @{
* *
* @file irq_arch.c * @file
* @brief Implementation of the kernels irq interface * @brief Implementation of the kernels irq interface
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_cortexm3_common * @ingroup cpu_cortexm3_common
* @{ * @{
* *
* @file thread_arch.c * @file
* @brief Implementation of the kernel's architecture dependent thread interface * @brief Implementation of the kernel's architecture dependent thread interface
* *
* @author Stefan Pfeiffer <stefan.pfeiffer@fu-berlin.de> * @author Stefan Pfeiffer <stefan.pfeiffer@fu-berlin.de>

View File

@ -71,7 +71,7 @@
*/ */
/*! /*!
* @file MKW22D5.h * @file
* @version 1.7 * @version 1.7
* @date 2015-01-21 * @date 2015-01-21
* @brief CMSIS Peripheral Access Layer for MKW22D5 * @brief CMSIS Peripheral Access Layer for MKW22D5

View File

@ -1,5 +1,5 @@
/**************************************************************************//** /**************************************************************************//**
* @file LPC17xx.h * @file
* @brief CMSIS Cortex-M3 Core Peripheral Access Layer Header File for * @brief CMSIS Cortex-M3 Core Peripheral Access Layer Header File for
* NXP LPC17xx Device Series * NXP LPC17xx Device Series
* @version: V1.09 * @version: V1.09

View File

@ -10,7 +10,7 @@
* @ingroup cpu * @ingroup cpu
* @{ * @{
* *
* @file irq.c * @file
* @brief ISR related functions * @brief ISR related functions
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu * @ingroup cpu
* @{ * @{
* *
* @file lpm_cpu.c * @file
* @brief low-power mode implementation for MSP430 MCUs * @brief low-power mode implementation for MSP430 MCUs
* *
* @author Kévin Roussel <Kevin.Roussel@inria.fr> * @author Kévin Roussel <Kevin.Roussel@inria.fr>

View File

@ -33,7 +33,7 @@
* @ingroup cpu * @ingroup cpu
* @{ * @{
* *
* @file msp430-main.c * @file
* @brief MSP430 CPU initialization * @brief MSP430 CPU initialization
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu * @ingroup cpu
* @{ * @{
* *
* @file startup.c * @file
* @brief Calls startup functions on MSP430-based platforms * @brief Calls startup functions on MSP430-based platforms
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu * @ingroup cpu
* @{ * @{
* *
* @file flashrom.c * @file
* @brief MSP430Fxyz flashrom functions * @brief MSP430Fxyz flashrom functions
* *
* @author Oliver Hahm <oliver.hahm@inria.fr> * @author Oliver Hahm <oliver.hahm@inria.fr>

View File

@ -10,7 +10,7 @@
* @ingroup cpu * @ingroup cpu
* @{ * @{
* *
* @file hwtimer_msp430_.c * @file
* @brief MSP430Fxyz timer functions * @brief MSP430Fxyz timer functions
* *
* @author Oliver Hahm <oliver.hahm@inria.fr> * @author Oliver Hahm <oliver.hahm@inria.fr>

View File

@ -10,7 +10,7 @@
* @addtogroup driver_periph * @addtogroup driver_periph
* @{ * @{
* *
* @file cpuid.c * @file
* @brief Implementation * @brief Implementation
* *
* @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Martine Lenders <mlenders@inf.fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_nrf51822 * @ingroup cpu_nrf51822
* @{ * @{
* *
* @file cpu.c * @file
* @brief Implementation of the CPU initialization * @brief Implementation of the CPU initialization
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_nrf51822 * @ingroup cpu_nrf51822
* @{ * @{
* *
* @file hwtimer_arch.c * @file
* @brief Implementation of the kernels hwtimer interface * @brief Implementation of the kernels hwtimer interface
* *
* The hardware timer implementation uses a direct mapping to the low-level UART driver. * The hardware timer implementation uses a direct mapping to the low-level UART driver.

View File

@ -1,6 +1,6 @@
/****************************************************************************************************/ /****************************************************************************************************/
/** /**
* @file nRF51.h * @file
* *
* @brief CMSIS Cortex-M0 Peripheral Access Layer Header File for * @brief CMSIS Cortex-M0 Peripheral Access Layer Header File for
* nRF51 from Nordic Semiconductor. * nRF51 from Nordic Semiconductor.

Some files were not shown because too many files have changed in this diff Show More