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:
parent
d24bc6ac2f
commit
13832d8e62
@ -10,7 +10,7 @@
|
||||
* @ingroup boards_airfy-beacon
|
||||
* @{
|
||||
*
|
||||
* @file board.c
|
||||
* @file
|
||||
* @brief Board specific implementations for the Airfy Beacon board
|
||||
*
|
||||
* @author Christian Mehlis <mehlis@inf.fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup boards_arduino-due
|
||||
* @{
|
||||
*
|
||||
* @file board.c
|
||||
* @file
|
||||
* @brief Board specific implementations for the Arduino Due board
|
||||
*
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup boards_arduino-mega2560
|
||||
* @{
|
||||
*
|
||||
* @file board.c
|
||||
* @file
|
||||
* @brief Board specific implementations for the Arduino Mega 2560 board
|
||||
*
|
||||
* @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup boards_fox
|
||||
* @{
|
||||
*
|
||||
* @file board.c
|
||||
* @file
|
||||
* @brief Board specific implementations for the fox board
|
||||
*
|
||||
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup boards_iot-lab_M3
|
||||
* @{
|
||||
*
|
||||
* @file board.c
|
||||
* @file
|
||||
* @brief Board specific implementations for the iot-lab_M3 board
|
||||
*
|
||||
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**************************************************************************//**
|
||||
* @file boards_init.c
|
||||
* @file
|
||||
* @brief CMSIS Cortex-M3 Device Peripheral Access Layer Source File
|
||||
* for the NXP LPC17xx Device Series
|
||||
* @version V1.09
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup boards_pca10000
|
||||
* @{
|
||||
*
|
||||
* @file board.c
|
||||
* @file
|
||||
* @brief Board specific implementations for the nRF51822 evaluation board pca10000
|
||||
*
|
||||
* @author Christian Kühling <kuehling@zedat.fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup boards_pca10005
|
||||
* @{
|
||||
*
|
||||
* @file board.c
|
||||
* @file
|
||||
* @brief Board specific implementations for the nRF51822 evaluation board pca10005
|
||||
*
|
||||
* @author Christian Kühling <kuehling@zedat.fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup boards_samr21-xpro
|
||||
* @{
|
||||
*
|
||||
* @file board.c
|
||||
* @file
|
||||
* @brief Board specific implementations for the Atem SAM R21 Xplained Pro board
|
||||
*
|
||||
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup boards_udoo
|
||||
* @{
|
||||
*
|
||||
* @file board.c
|
||||
* @file
|
||||
* @brief Board specific implementations for the UDOO board
|
||||
*
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup boards_yunjia-nrf51822
|
||||
* @{
|
||||
*
|
||||
* @file board.c
|
||||
* @file
|
||||
* @brief Board specific implementations for the Yunjia NRF51822 board
|
||||
*
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
|
@ -13,7 +13,7 @@
|
||||
* @ingroup boards_z1
|
||||
* @{
|
||||
*
|
||||
* @file board.c
|
||||
* @file
|
||||
* @brief Board specific implementations for the Zolertia Z1
|
||||
*
|
||||
* @author Kévin Roussel <Kevin.Roussel@inria.fr>
|
||||
|
@ -14,7 +14,7 @@
|
||||
* @ingroup boards_z1
|
||||
* @{
|
||||
*
|
||||
* @file driver_cc2420.c
|
||||
* @file
|
||||
* @brief Board specific CC2420 driver HAL for the Zolertia Z1
|
||||
*
|
||||
* @author Kévin Roussel <Kevin.Roussel@inria.fr>
|
||||
|
@ -13,7 +13,7 @@
|
||||
* @ingroup boards_z1
|
||||
* @{
|
||||
*
|
||||
* @file uart.c
|
||||
* @file
|
||||
* @brief Board specific UART/USB driver HAL for the Zolertia Z1
|
||||
*
|
||||
* @author Kévin Roussel <Kevin.Roussel@inria.fr>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup core_util
|
||||
* @{
|
||||
*
|
||||
* @file bitarithm.c
|
||||
* @file
|
||||
* @brief Bit arithmetic helper functions implementation
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup core_util
|
||||
* @{
|
||||
*
|
||||
* @file clist.c
|
||||
* @file
|
||||
* @brief Circular linked list implementation
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup core_hwtimer
|
||||
* @{
|
||||
*
|
||||
* @file hwtimer.c
|
||||
* @file
|
||||
* @brief Hardware timer abstraction implementation
|
||||
*
|
||||
* @author Heiko Will <hwill@inf.fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup core_arch
|
||||
* @{
|
||||
*
|
||||
* @file atomic_arch.h
|
||||
* @file
|
||||
* @brief Architecture dependent interface for an atomic set operation
|
||||
*
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup core_arch
|
||||
* @{
|
||||
*
|
||||
* @file hwtimer_arch.h
|
||||
* @file
|
||||
* @brief The kernel's hardware timer abstraction interface
|
||||
*
|
||||
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup core_arch
|
||||
* @{
|
||||
*
|
||||
* @file irq_arch.h
|
||||
* @file
|
||||
* @brief Interrupt handling interface for globally en- and disabling interrupts
|
||||
*
|
||||
* This file acts as a wrapper between the kernels interrupt interface and the architecture
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup core_arch
|
||||
* @{
|
||||
*
|
||||
* @file lpm_arch.h
|
||||
* @file
|
||||
* @brief Architecture dependent interface for power mode management
|
||||
*
|
||||
* This file acts as a wrapper between the kernels power management interface and the architecture
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup core_arch
|
||||
* @{
|
||||
*
|
||||
* @file reboot_arch.h
|
||||
* @file
|
||||
* @brief Architecture dependent interface rebooting
|
||||
*
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup core_arch
|
||||
* @{
|
||||
*
|
||||
* @file thread_arch.h
|
||||
* @file
|
||||
* @brief Architecture dependent kernel interface for handling and managing threads
|
||||
*
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup core_internal
|
||||
* @{
|
||||
*
|
||||
* @file attributes.h
|
||||
* @file
|
||||
* @brief Compiler attributes/pragmas configuration
|
||||
*
|
||||
* @author René Kijewski <rene.kijewski@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup core_util
|
||||
* @{
|
||||
*
|
||||
* @file bitarithm.h
|
||||
* @file
|
||||
* @brief Helper functions for bit arithmetic
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup core_util
|
||||
* @{
|
||||
*
|
||||
* @file byteorder.h
|
||||
* @file
|
||||
* @brief Functions to work with different byte orders.
|
||||
*
|
||||
* @author René Kijewski <rene.kijewski@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup core_util
|
||||
* @{
|
||||
*
|
||||
* @file cib.h
|
||||
* @file
|
||||
* @brief Circular integer buffer interface
|
||||
* @details This structure provides an organizational interface
|
||||
* and combined with an memory array forms a circular buffer.
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup core_util
|
||||
* @{
|
||||
*
|
||||
* @file clist.h
|
||||
* @file
|
||||
* @brief Circular linked list
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup core_util
|
||||
* @{
|
||||
*
|
||||
* @file debug.h
|
||||
* @file
|
||||
* @brief Debug-header
|
||||
*
|
||||
* @details If *ENABLE_DEBUG* is defined inside an implementation file, all
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup core_internal
|
||||
* @{
|
||||
*
|
||||
* @file flags.h
|
||||
* @file
|
||||
* @brief Misc flag definitions
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -12,7 +12,7 @@
|
||||
* @brief Provides an API to control interrupt processing
|
||||
* @{
|
||||
*
|
||||
* @file irq.h
|
||||
* @file
|
||||
* @brief IRQ driver interface
|
||||
*
|
||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup core_internal
|
||||
* @{
|
||||
*
|
||||
* @file kernel.h
|
||||
* @file
|
||||
* @brief Kernel compile time configuration
|
||||
*
|
||||
* A reboot() function is also provided
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup core_internal
|
||||
* @{
|
||||
*
|
||||
* @file kernel_internal.h
|
||||
* @file
|
||||
* @brief prototypes for kernel internal functions
|
||||
*
|
||||
* @author Oliver Hahm <oliver.hahm@inria.fr>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup core_util
|
||||
* @{
|
||||
*
|
||||
* @file kernel_macros.h
|
||||
* @file
|
||||
* @brief common macros
|
||||
*
|
||||
* @author René Kijewski
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup core_util
|
||||
* @{
|
||||
*
|
||||
* @file kernel_types.h
|
||||
* @file
|
||||
* @brief Types used by the kernel
|
||||
*
|
||||
* @author Oliver Hahm <oliver.hahm@inria.fr>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup core_util
|
||||
* @{
|
||||
*
|
||||
* @file lifo.h
|
||||
* @file
|
||||
* @brief LIFO buffer API, read long description carefully
|
||||
* @author Heiko Will <hwill@inf.fu-berlin.de>
|
||||
*
|
||||
|
@ -12,7 +12,7 @@
|
||||
* @brief The kernels power management interface
|
||||
* @{
|
||||
*
|
||||
* @file lpm.h
|
||||
* @file
|
||||
* @brief Power management interface
|
||||
*
|
||||
* This interface needs to be implemented for each platform.
|
||||
|
@ -22,7 +22,7 @@
|
||||
*
|
||||
* @{
|
||||
*
|
||||
* @file msg.h
|
||||
* @file
|
||||
* @brief Messaging API for inter process communication
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -12,7 +12,7 @@
|
||||
* @ingroup core
|
||||
* @{
|
||||
*
|
||||
* @file mutex.h
|
||||
* @file
|
||||
* @brief RIOT synchronization API
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -14,7 +14,7 @@
|
||||
*
|
||||
* @{
|
||||
*
|
||||
* @file native_sched.h
|
||||
* @file
|
||||
* @brief Add definitions required on the native board
|
||||
*
|
||||
* @author Raphael Hiesgen <raphael.hiesgen@haw-hamburg.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup core_util
|
||||
* @{
|
||||
*
|
||||
* @file priority_queue.h
|
||||
* @file
|
||||
* @brief A simple priority queue
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
*
|
||||
* @ingroup core_util
|
||||
* @{
|
||||
* @file ringbuffer.h
|
||||
* @file
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
* @author René Kijewski <rene.kijewski@fu-berlin.de>
|
||||
* @}
|
||||
|
@ -71,7 +71,7 @@
|
||||
*
|
||||
* @{
|
||||
*
|
||||
* @file sched.h
|
||||
* @file
|
||||
* @brief Scheduler API definition
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup core_thread
|
||||
* @{
|
||||
*
|
||||
* @file tcb.h
|
||||
* @file
|
||||
* @brief Thread context block definition
|
||||
*
|
||||
* @author Heiko Will
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @{
|
||||
*
|
||||
* @file thread.h
|
||||
* @file
|
||||
* @brief Threading API
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup core_internal
|
||||
* @{
|
||||
*
|
||||
* @file kernel_init.c
|
||||
* @file
|
||||
* @brief Platform-independent kernel initilization
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -9,7 +9,7 @@
|
||||
/**
|
||||
* @ingroup core_util
|
||||
* @{
|
||||
* @file lifo.c
|
||||
* @file
|
||||
* @brief LIFO buffer implementation
|
||||
*
|
||||
* @author Heiko Will <hwill@inf.fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup core_sync
|
||||
* @{
|
||||
*
|
||||
* @file mutex.c
|
||||
* @file
|
||||
* @brief Kernel mutex implementation
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup core_util
|
||||
* @{
|
||||
*
|
||||
* @file priority_queue.c
|
||||
* @file
|
||||
* @brief A simple priority queue
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup core_util
|
||||
* @{
|
||||
*
|
||||
* @file reboot.c
|
||||
* @file
|
||||
* @brief Reboot function
|
||||
*
|
||||
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de
|
||||
|
@ -10,7 +10,7 @@
|
||||
*
|
||||
* @ingroup core_util
|
||||
* @{
|
||||
* @file ringbuffer.c
|
||||
* @file
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
* @author René Kijewski <rene.kijewski@fu-berlin.de>
|
||||
* @}
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup core_sched
|
||||
* @{
|
||||
*
|
||||
* @file sched.c
|
||||
* @file
|
||||
* @brief Scheduler implementation
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup core_thread
|
||||
* @{
|
||||
*
|
||||
* @file thread.c
|
||||
* @file
|
||||
* @brief Threading implementation
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_atmega2560
|
||||
* @{
|
||||
*
|
||||
* @file cpu.c
|
||||
* @file
|
||||
* @brief Implementation of the CPU initialization
|
||||
*
|
||||
* @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_atmega2560
|
||||
* @{
|
||||
*
|
||||
* @file hwtimer_arch.c
|
||||
* @file
|
||||
* @brief Implementation of the kernels hwtimer interface
|
||||
*
|
||||
* The hardware timer implementation uses the ATmega2560 build-in system timer as back-end.
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_atmega2560
|
||||
* @{
|
||||
*
|
||||
* @file lpm_arch.c
|
||||
* @file
|
||||
* @brief Implementation of the kernels power management interface
|
||||
*
|
||||
* @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup driver_periph
|
||||
* @{
|
||||
*
|
||||
* @file gpio.c
|
||||
* @file
|
||||
* @brief Low-level GPIO driver implementation
|
||||
*
|
||||
* @author Hauke Petersen <mail@haukepetersen.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup driver_periph
|
||||
* @{
|
||||
*
|
||||
* @file timer.c
|
||||
* @file
|
||||
* @brief Low-level timer driver implementation for the ATmega2560 CPU
|
||||
*
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup driver_periph
|
||||
* @{
|
||||
*
|
||||
* @file uart.c
|
||||
* @file
|
||||
* @brief Low-level UART driver implementation
|
||||
*
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_atmega2560
|
||||
* @{
|
||||
*
|
||||
* @file reboot_arch.c
|
||||
* @file
|
||||
* @brief Implementation of the kernels reboot interface
|
||||
*
|
||||
* @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_atmega2560
|
||||
* @{
|
||||
*
|
||||
* @file startup.c
|
||||
* @file
|
||||
* @brief Startup code and interrupt vector definition
|
||||
*
|
||||
* @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_atmega_common
|
||||
* @{
|
||||
*
|
||||
* @file irq_arch.c
|
||||
* @file
|
||||
* @brief Implementation of the kernels irq interface
|
||||
*
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_atmega_common
|
||||
* @{
|
||||
*
|
||||
* @file thread_arch.c
|
||||
* @file
|
||||
* @brief Implementation of the kernel's architecture dependent thread interface
|
||||
*
|
||||
* @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup cpu_cc2538
|
||||
* @{
|
||||
*
|
||||
* @file cc2538nf11_linkerscript.ld
|
||||
* @file
|
||||
* @brief Linker script for the CC2538NF11 model MCU
|
||||
*
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup cpu_cc2538
|
||||
* @{
|
||||
*
|
||||
* @file cc2538nf23_linkerscript.ld
|
||||
* @file
|
||||
* @brief Linker script for the CC2538NF23 and CC2538SF23 model MCUs
|
||||
*
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup cpu_cc2538
|
||||
* @{
|
||||
*
|
||||
* @file cc2538nf53_linkerscript.ld
|
||||
* @file
|
||||
* @brief Linker script for the CC2538NF53 and CC2538SF53 model MCUs
|
||||
*
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_cc2538
|
||||
* @{
|
||||
*
|
||||
* @file cpu.c
|
||||
* @file
|
||||
* @brief Implementation of the CPU initialization
|
||||
*
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_cc2538
|
||||
* @{
|
||||
*
|
||||
* @file hwtimer_arch.c
|
||||
* @file
|
||||
* @brief Implementation of the kernels hwtimer interface
|
||||
*
|
||||
* The hardware timer implementation uses the Cortex build-in system timer as back-end.
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup cpu_cc2538
|
||||
* @{
|
||||
*
|
||||
* @file cc2538-gpio.h
|
||||
* @file
|
||||
* @brief Driver for the cc2538 GPIO controller
|
||||
*
|
||||
* Header file with register and macro declarations for the cc2538 GPIO module
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup cpu_cc2538
|
||||
* @{
|
||||
*
|
||||
* @file cc2538-uart.h
|
||||
* @file
|
||||
* @brief CC2538 UART interface
|
||||
*
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_cc2538_definitions
|
||||
* @{
|
||||
*
|
||||
* @file cc2538.h
|
||||
* @file
|
||||
* @brief CC2538 MCU interrupt and register definitions
|
||||
*
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup cpu_cc2538
|
||||
* @{
|
||||
*
|
||||
* @file gptimer.h
|
||||
* @file
|
||||
* @brief CC2538 General Purpose Timer (GPTIMER) driver
|
||||
*
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
|
@ -9,7 +9,7 @@
|
||||
/**
|
||||
* @{
|
||||
*
|
||||
* @file ioc.h
|
||||
* @file
|
||||
* @brief CC2538 I/O Control driver
|
||||
*
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
|
@ -9,7 +9,7 @@
|
||||
/**
|
||||
* @{
|
||||
*
|
||||
* @file rfcore.h
|
||||
* @file
|
||||
* @brief CC2538 RF core interface
|
||||
*
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_cc2538
|
||||
* @{
|
||||
*
|
||||
* @file soc-adc.h
|
||||
* @file
|
||||
* @brief CC2538 SOC ADC interface
|
||||
*
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_cc2538
|
||||
* @{
|
||||
*
|
||||
* @file sys-ctrl.h
|
||||
* @file
|
||||
* @brief CC2538 System Control interface
|
||||
*
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_cc2538
|
||||
* @{
|
||||
*
|
||||
* @file lpm_arch.c
|
||||
* @file
|
||||
* @brief Implementation of the kernels power management interface
|
||||
*
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_cc2538
|
||||
* @{
|
||||
*
|
||||
* @file cpuid.c
|
||||
* @file
|
||||
* @brief CPU-ID driver implementation
|
||||
*
|
||||
* The CC2538 provides a 64-bit unique identifier, that is unique for each shipped unit.
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup driver_periph
|
||||
* @{
|
||||
*
|
||||
* @file gpio.c
|
||||
* @file
|
||||
* @brief Low-level GPIO driver implementation
|
||||
*
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup driver_periph
|
||||
* @{
|
||||
*
|
||||
* @file random.c
|
||||
* @file
|
||||
* @brief Low-level random number generator driver implementation
|
||||
*
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup driver_periph
|
||||
* @{
|
||||
*
|
||||
* @file timer.c
|
||||
* @file
|
||||
* @brief Low-level timer driver implementation for the CC2538 CPU
|
||||
*
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup driver_periph
|
||||
* @{
|
||||
*
|
||||
* @file uart.c
|
||||
* @file
|
||||
* @brief Low-level UART driver implementation
|
||||
*
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_cc2538
|
||||
* @{
|
||||
*
|
||||
* @file startup.c
|
||||
* @file
|
||||
* @brief Startup code and interrupt vector definition
|
||||
*
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_cc2538
|
||||
* @{
|
||||
*
|
||||
* @file syscalls.c
|
||||
* @file
|
||||
* @brief NewLib system calls implementations for CC2538
|
||||
*
|
||||
* @author Michael Baar <michael.baar@fu-berlin.de>
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
/**
|
||||
* @ingroup cc430
|
||||
* @file cc430-gpioint.c
|
||||
* @file
|
||||
* @brief CC430 GPIO Interrupt Multiplexer implementation
|
||||
* @author Oliver Hahm <oliver.hahm@inria.fr>
|
||||
*/
|
||||
|
@ -20,7 +20,7 @@ extern "C" {
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file cc430-rtc.h
|
||||
* @file
|
||||
* @brief CC430 Real Time Clock
|
||||
*
|
||||
* @author Freie Universität Berlin, Computer Systems & Telematics, RIOT
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_cortexm3_common
|
||||
* @{
|
||||
*
|
||||
* @file irq_arch.c
|
||||
* @file
|
||||
* @brief Implementation of the kernels irq interface
|
||||
*
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_cortexm3_common
|
||||
* @{
|
||||
*
|
||||
* @file thread_arch.c
|
||||
* @file
|
||||
* @brief Implementation of the kernel's architecture dependent thread interface
|
||||
*
|
||||
* @author Stefan Pfeiffer <stefan.pfeiffer@fu-berlin.de>
|
||||
|
@ -71,7 +71,7 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
* @file MKW22D5.h
|
||||
* @file
|
||||
* @version 1.7
|
||||
* @date 2015-01-21
|
||||
* @brief CMSIS Peripheral Access Layer for MKW22D5
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**************************************************************************//**
|
||||
* @file LPC17xx.h
|
||||
* @file
|
||||
* @brief CMSIS Cortex-M3 Core Peripheral Access Layer Header File for
|
||||
* NXP LPC17xx Device Series
|
||||
* @version: V1.09
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu
|
||||
* @{
|
||||
*
|
||||
* @file irq.c
|
||||
* @file
|
||||
* @brief ISR related functions
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu
|
||||
* @{
|
||||
*
|
||||
* @file lpm_cpu.c
|
||||
* @file
|
||||
* @brief low-power mode implementation for MSP430 MCUs
|
||||
*
|
||||
* @author Kévin Roussel <Kevin.Roussel@inria.fr>
|
||||
|
@ -33,7 +33,7 @@
|
||||
* @ingroup cpu
|
||||
* @{
|
||||
*
|
||||
* @file msp430-main.c
|
||||
* @file
|
||||
* @brief MSP430 CPU initialization
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu
|
||||
* @{
|
||||
*
|
||||
* @file startup.c
|
||||
* @file
|
||||
* @brief Calls startup functions on MSP430-based platforms
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu
|
||||
* @{
|
||||
*
|
||||
* @file flashrom.c
|
||||
* @file
|
||||
* @brief MSP430Fxyz flashrom functions
|
||||
*
|
||||
* @author Oliver Hahm <oliver.hahm@inria.fr>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu
|
||||
* @{
|
||||
*
|
||||
* @file hwtimer_msp430_.c
|
||||
* @file
|
||||
* @brief MSP430Fxyz timer functions
|
||||
*
|
||||
* @author Oliver Hahm <oliver.hahm@inria.fr>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @addtogroup driver_periph
|
||||
* @{
|
||||
*
|
||||
* @file cpuid.c
|
||||
* @file
|
||||
* @brief Implementation
|
||||
*
|
||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_nrf51822
|
||||
* @{
|
||||
*
|
||||
* @file cpu.c
|
||||
* @file
|
||||
* @brief Implementation of the CPU initialization
|
||||
*
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_nrf51822
|
||||
* @{
|
||||
*
|
||||
* @file hwtimer_arch.c
|
||||
* @file
|
||||
* @brief Implementation of the kernels hwtimer interface
|
||||
*
|
||||
* The hardware timer implementation uses a direct mapping to the low-level UART driver.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/****************************************************************************************************/
|
||||
/**
|
||||
* @file nRF51.h
|
||||
* @file
|
||||
*
|
||||
* @brief CMSIS Cortex-M0 Peripheral Access Layer Header File for
|
||||
* nRF51 from Nordic Semiconductor.
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user