forked from RIOT-OS/RIOT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(No code changes!)
- Loading branch information
Showing
41 changed files
with
318 additions
and
669 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,14 @@ | ||
/****************************************************************************** | ||
Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved. | ||
These sources were developed at the Freie Universitaet Berlin, Computer Systems | ||
and Telematics group (http://cst.mi.fu-berlin.de). | ||
------------------------------------------------------------------------------- | ||
This file is part of RIOT. | ||
This program is free software: you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free Software | ||
Foundation, either version 3 of the License, or (at your option) any later | ||
version. | ||
RIOT is distributed in the hope that it will be useful, but WITHOUT | ||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License along with | ||
this program. If not, see http://www.gnu.org/licenses/ . | ||
-------------------------------------------------------------------------------- | ||
For further information and questions please use the web site | ||
http://scatterweb.mi.fu-berlin.de | ||
and the mailinglist (subscription via web site) | ||
[email protected] | ||
* Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved. | ||
* These sources were developed at the Freie Universitaet Berlin, Computer Systems | ||
* and Telematics group (http://cst.mi.fu-berlin.de). | ||
* This file is part of RIOT. | ||
* | ||
* This file 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. | ||
* | ||
*******************************************************************************/ | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,15 @@ | ||
/****************************************************************************** | ||
Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved. | ||
These sources were developed at the Freie Universitaet Berlin, Computer Systems | ||
and Telematics group (http://cst.mi.fu-berlin.de). | ||
------------------------------------------------------------------------------- | ||
This file is part of RIOT. | ||
This program is free software: you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free Software | ||
Foundation, either version 3 of the License, or (at your option) any later | ||
version. | ||
RIOT is distributed in the hope that it will be useful, but WITHOUT | ||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
* Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved. | ||
* | ||
* These sources were developed at the Freie Universitaet Berlin, Computer Systems | ||
* and Telematics group (http://cst.mi.fu-berlin.de). | ||
* ------------------------------------------------------------------------------- | ||
* This file is part of RIOT. | ||
You should have received a copy of the GNU General Public License along with | ||
this program. If not, see http://www.gnu.org/licenses/ . | ||
-------------------------------------------------------------------------------- | ||
For further information and questions please use the web site | ||
http://scatterweb.mi.fu-berlin.de | ||
and the mailinglist (subscription via web site) | ||
[email protected] | ||
* This file 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. | ||
* | ||
*******************************************************************************/ | ||
|
||
#ifndef __ARM_COMMON_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
* syscalls.c - arm system calls | ||
* Copyright (C) 2013 Oliver Hahm <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 3. See the file LICENSE for more details. | ||
* This source code is licensed under the GNU Lesser General Public License, | ||
* Version 2. See the file LICENSE for more details. | ||
* | ||
* This file is part of RIOT. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
* lpc_cpu.c - LPC architecture common support functions | ||
* Copyright (C) 2013 Oliver Hahm <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 3. See the file LICENSE for more details. | ||
* This source code is licensed under the GNU Lesser General Public License, | ||
* Version 2. See the file LICENSE for more details. | ||
* | ||
* This file is part of RIOT. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
* syscalls.c - MCU dependent syscall implementation for LPCXXXX | ||
* Copyright (C) 2013 Oliver Hahm <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 3. See the file LICENSE for more details. | ||
* This source code is licensed under the GNU Lesser General Public License, | ||
* Version 2. See the file LICENSE for more details. | ||
* | ||
* This file is part of RIOT. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
* cpu.c - MC1322X architecture common support functions | ||
* Copyright (C) 2013 Oliver Hahm <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 3. See the file LICENSE for more details. | ||
* This source code is licensed under the GNU Lesser General Public License, | ||
* Version 2. See the file LICENSE for more details. | ||
* | ||
* This file is part of RIOT. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
* Copyright (C) 2013 Oliver Hahm <[email protected]> | ||
* Copyright (C) 2013 Thomas Eichinger <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 3. See the file LICENSE for more details. | ||
* This source code is licensed under the GNU Lesser General Public License, | ||
* Version 2. See the file LICENSE for more details. | ||
* | ||
* This file is part of RIOT. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
* cpu.h - mc1322x specific definitions | ||
* Copyright (C) 2013 Oliver Hahm <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 3. See the file LICENSE for more details. | ||
* This source code is licensed under the GNU Lesser General Public License, | ||
* Version 2. See the file LICENSE for more details. | ||
* | ||
* This file is part of RIOT | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
* cpu.h - mc1322x specific definitions | ||
* Copyright (C) 2013 Oliver Hahm <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 3. See the file LICENSE for more details. | ||
* This source code is licensed under the GNU Lesser General Public License, | ||
* Version 2. See the file LICENSE for more details. | ||
*/ | ||
|
||
#ifndef CPU_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
* mc1322x.h - mc1322x specific definitions | ||
* Copyright (C) 2013 Oliver Hahm <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 3. See the file LICENSE for more details. | ||
* This source code is licensed under the GNU Lesser General Public License, | ||
* Version 2. See the file LICENSE for more details. | ||
* | ||
* This file is part of RIOT. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
* mc1322x_syscalls.c - MCU dependent syscall implementation | ||
* Copyright (C) 2013 Oliver Hahm <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 3. See the file LICENSE for more details. | ||
* This source code is licensed under the GNU Lesser General Public License, | ||
* Version 2. See the file LICENSE for more details. | ||
* | ||
* This file is part of RIOT. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* | ||
* Copyright (C) 2013 Ludwig Ortmann | ||
* | ||
* This file subject to the terms and conditions of the GNU General Public | ||
* This file 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. | ||
* | ||
* @author Ludwig Ortmann <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,15 @@ | ||
/****************************************************************************** | ||
Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. | ||
These sources were developed at the Freie Universitaet Berlin, Computer Systems | ||
and Telematics group (http://cst.mi.fu-berlin.de). | ||
------------------------------------------------------------------------------- | ||
This file is part of RIOT. | ||
This program is free software: you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free Software | ||
Foundation, either version 3 of the License, or (at your option) any later | ||
version. | ||
RIOT is distributed in the hope that it will be useful, but WITHOUT | ||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License along with | ||
this program. If not, see http://www.gnu.org/licenses/ . | ||
-------------------------------------------------------------------------------- | ||
For further information and questions please use the web site | ||
http://scatterweb.mi.fu-berlin.de | ||
and the mailinglist (subscription via web site) | ||
[email protected] | ||
* Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. | ||
* | ||
* These sources were developed at the Freie Universitaet Berlin, Computer Systems | ||
* and Telematics group (http://cst.mi.fu-berlin.de). | ||
* ------------------------------------------------------------------------------ | ||
* | ||
* This file is part of RIOT. | ||
* | ||
* This file 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. | ||
*******************************************************************************/ | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,15 @@ | ||
/****************************************************************************** | ||
Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. | ||
These sources were developed at the Freie Universitaet Berlin, Computer Systems | ||
* Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. | ||
* | ||
* These sources were developed at the Freie Universitaet Berlin, Computer Systems | ||
and Telematics group (http://cst.mi.fu-berlin.de). | ||
------------------------------------------------------------------------------- | ||
This file is part of RIOT. | ||
This program is free software: you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free Software | ||
Foundation, either version 3 of the License, or (at your option) any later | ||
version. | ||
RIOT is distributed in the hope that it will be useful, but WITHOUT | ||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License along with | ||
this program. If not, see http://www.gnu.org/licenses/ . | ||
-------------------------------------------------------------------------------- | ||
For further information and questions please use the web site | ||
http://scatterweb.mi.fu-berlin.de | ||
and the mailinglist (subscription via web site) | ||
[email protected] | ||
* ---------------------------------------------------------------------------- | ||
* This file is part of RIOT. | ||
* | ||
* This file 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. | ||
* | ||
*******************************************************************************/ | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,15 @@ | ||
/****************************************************************************** | ||
Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. | ||
These sources were developed at the Freie Universitaet Berlin, Computer Systems | ||
* Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. | ||
* | ||
* These sources were developed at the Freie Universitaet Berlin, Computer Systems | ||
and Telematics group (http://cst.mi.fu-berlin.de). | ||
------------------------------------------------------------------------------- | ||
This file is part of RIOT. | ||
This program is free software: you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free Software | ||
Foundation, either version 3 of the License, or (at your option) any later | ||
version. | ||
RIOT is distributed in the hope that it will be useful, but WITHOUT | ||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License along with | ||
this program. If not, see http://www.gnu.org/licenses/ . | ||
-------------------------------------------------------------------------------- | ||
For further information and questions please use the web site | ||
http://scatterweb.mi.fu-berlin.de | ||
and the mailinglist (subscription via web site) | ||
[email protected] | ||
* ---------------------------------------------------------------------------- | ||
* This file is part of RIOT. | ||
* | ||
* This file 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. | ||
* | ||
*******************************************************************************/ | ||
|
||
/** | ||
|
Oops, something went wrong.