Merge pull request #1184 from LudwigOrtmann/native_license_unification
Native license unification
This commit is contained in:
commit
9b47af0b54
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* TODO: implement
|
* TODO: implement
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Ludwig Ortmann
|
* Copyright (C) 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -3,10 +3,11 @@
|
|||||||
*
|
*
|
||||||
* No functionality implemented at the moment.
|
* No functionality implemented at the moment.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the LGPLv2. See
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* the file LICENSE in the top level directory for more details.
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
* details.
|
||||||
*
|
*
|
||||||
* @ingroup native_board
|
* @ingroup native_board
|
||||||
* @{
|
* @{
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/**
|
/**
|
||||||
* Native Board board_init implementation
|
* Native Board board_init implementation
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the LGPLv2. See
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* the file LICENSE in the top level directory for more details.
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
* details.
|
||||||
*
|
*
|
||||||
* @ingroup native_board
|
* @ingroup native_board
|
||||||
* @{
|
* @{
|
||||||
|
|||||||
@ -3,10 +3,11 @@
|
|||||||
*
|
*
|
||||||
* Only prints function calls at the moment.
|
* Only prints function calls at the moment.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the LGPLv2. See
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* the file LICENSE in the top level directory for more details.
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
* details.
|
||||||
*
|
*
|
||||||
* @ingroup native_board
|
* @ingroup native_board
|
||||||
* @{
|
* @{
|
||||||
|
|||||||
@ -4,10 +4,11 @@
|
|||||||
* Only measures time at the moment. Uses POSIX real-time extension
|
* Only measures time at the moment. Uses POSIX real-time extension
|
||||||
* timer to generate periodic signal/interrupt.
|
* timer to generate periodic signal/interrupt.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the LGPLv2. See
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* the file LICENSE in the top level directory for more details.
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
* details.
|
||||||
*
|
*
|
||||||
* @ingroup native_board
|
* @ingroup native_board
|
||||||
* @ingroup ltc4150
|
* @ingroup ltc4150
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/**
|
/**
|
||||||
* Native uart0 implementation
|
* Native uart0 implementation
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the LGPLv2. See
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* the file LICENSE in the top level directory for more details.
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
* details.
|
||||||
*
|
*
|
||||||
* @ingroup native_board
|
* @ingroup native_board
|
||||||
* @{
|
* @{
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the LGPLv2. See
|
* This file is subject to the terms and conditions of the LGPLv2. See
|
||||||
* the file LICENSE in the top level directory for more details.
|
* the file LICENSE in the top level directory for more details.
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2014 Ludwig Ortmann
|
* Copyright (C) 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* Native CPU atomic.h implementation
|
* Native CPU atomic.h implementation
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
* XXX: does not scale well with number of timers (overhead: O(N)).
|
* XXX: does not scale well with number of timers (overhead: O(N)).
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* Native CPU configuration
|
* Native CPU configuration
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* The native CPU uses system calls to simulate hardware access.
|
* The native CPU uses system calls to simulate hardware access.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* Native CPU hwtimer_cpu configuration
|
* Native CPU hwtimer_cpu configuration
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
* The effect of calls like nativenet_set_channel depend on the
|
* The effect of calls like nativenet_set_channel depend on the
|
||||||
* network layer.
|
* network layer.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* internal nativenet transceiver interface
|
* internal nativenet transceiver interface
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* internal nativenet tap network layer interface
|
* internal nativenet tap network layer interface
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* Native CPU irq.h implementation
|
* Native CPU irq.h implementation
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* Uses system calls to emulate CPU power modes.
|
* Uses system calls to emulate CPU power modes.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
* in-process preemptive context switching utilizes POSIX ucontexts.
|
* in-process preemptive context switching utilizes POSIX ucontexts.
|
||||||
* (ucontext provides for architecture independent stack handling)
|
* (ucontext provides for architecture independent stack handling)
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* nativenet.h implementation
|
* nativenet.h implementation
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* tap.h implementation
|
* tap.h implementation
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
*
|
*
|
||||||
* Setting the clock will be implemented using a delta variable.
|
* Setting the clock will be implemented using a delta variable.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General Public
|
* This file is subject to the terms and conditions of the GNU Lesser General Public
|
||||||
* License. See the file LICENSE in the top level directory for more details.
|
* License. See the file LICENSE in the top level directory for more details.
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* Native CPU entry code
|
* Native CPU entry code
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
* Wrap system calls and system call invoking library calls to make
|
* Wrap system calls and system call invoking library calls to make
|
||||||
* sure no context switches happen during a system call.
|
* sure no context switches happen during a system call.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Ludwig Ortmann
|
* Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU Lesser General
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
* Public License. See the file LICENSE in the top level directory for more
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
|||||||
@ -1,3 +1,11 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||||
|
*
|
||||||
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||||||
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
* details.
|
||||||
|
*/
|
||||||
|
|
||||||
.text
|
.text
|
||||||
|
|
||||||
#ifdef __MACH__
|
#ifdef __MACH__
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user