mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
xtimer: Add Eistec copyright and author
This commit is contained in:
parent
4d862955c2
commit
7c70d3bc4f
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de>
|
||||
* Copyright (C) 2016 Eistec AB
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -13,8 +14,7 @@
|
||||
* timers, get current system time, and let a thread sleep for
|
||||
* a certain amount of time.
|
||||
*
|
||||
* The implementation takes one low-level timer that is supposed to run at 1MHz
|
||||
* speed and multiplexes it.
|
||||
* The implementation takes one low-level timer and multiplexes it.
|
||||
*
|
||||
* Insertion and removal of timers has O(n) complexity with (n) being the
|
||||
* number of active timers. The reason for this is that multiplexing is
|
||||
@ -24,6 +24,7 @@
|
||||
* @file
|
||||
* @brief xtimer interface definitions
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*/
|
||||
#ifndef XTIMER_H
|
||||
#define XTIMER_H
|
||||
|
@ -1,15 +1,19 @@
|
||||
/**
|
||||
/*
|
||||
* Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de>
|
||||
* Copyright (C) 2016 Eistec AB
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
* directory for more details.
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup xtimer
|
||||
* @{
|
||||
* @file
|
||||
* @brief xtimer convenience functionality
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/**
|
||||
* Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de>
|
||||
* Copyright (C) 2016 Eistec AB
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -10,6 +11,7 @@
|
||||
* @file
|
||||
* @brief xtimer core functionality
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user