mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
* removed outdated occurrences of (u|µ)kleos and FeuerWare
This commit is contained in:
parent
f6932d3941
commit
2277b366b2
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* There are two ways to use the IPC Messaging system of µkleos. The default is synchronous
|
* There are two ways to use the IPC Messaging system of RIOT. The default is synchronous
|
||||||
* messaging. In this manner, messages are either dropped when the receiver is not waiting and the
|
* messaging. In this manner, messages are either dropped when the receiver is not waiting and the
|
||||||
* message was sent non-blocking, or will be delivered immediately when the receiver calls
|
* message was sent non-blocking, or will be delivered immediately when the receiver calls
|
||||||
* msg_receive(msg_t* m). To use asynchronous messaging any thread can create its own queue by
|
* msg_receive(msg_t* m). To use asynchronous messaging any thread can create its own queue by
|
||||||
|
@ -68,7 +68,7 @@ static char idle_stack[KERNEL_CONF_STACKSIZE_IDLE];
|
|||||||
void kernel_init(void)
|
void kernel_init(void)
|
||||||
{
|
{
|
||||||
dINT();
|
dINT();
|
||||||
printf("kernel_init(): This is ukleos!\n");
|
printf("kernel_init(): This is RIOT!\n");
|
||||||
|
|
||||||
sched_init();
|
sched_init();
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* The µkleos scheduler implementation
|
* The RIOT scheduler implementation
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Freie Universität Berlin
|
* Copyright (C) 2010 Freie Universität Berlin
|
||||||
*
|
*
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2010, Freie Universität Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of µkleos.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2010, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of µkleos.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2010, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of µkleos.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ and the mailinglist (subscription via web site)
|
|||||||
* @file cc430-rtc.h
|
* @file cc430-rtc.h
|
||||||
* @brief CC430 Real Time Clock
|
* @brief CC430 Real Time Clock
|
||||||
*
|
*
|
||||||
* @author Freie Universität Berlin, Computer Systems & Telematics, µkleos
|
* @author Freie Universität Berlin, Computer Systems & Telematics, RIOT
|
||||||
* @version $Revision $
|
* @version $Revision $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008-2010, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ __attribute__ ((constructor)) static void startup(void) {
|
|||||||
|
|
||||||
board_init();
|
board_init();
|
||||||
|
|
||||||
puts("ukleos MSP430 hardware initialization complete.\n");
|
puts("RIOT MSP430 hardware initialization complete.\n");
|
||||||
|
|
||||||
kernel_init();
|
kernel_init();
|
||||||
}
|
}
|
||||||
|
2
dist/tools/testsuite/generate_html.sh
vendored
2
dist/tools/testsuite/generate_html.sh
vendored
@ -6,7 +6,7 @@ HTMLDIR=${TOOLROOT}/tools/testsuite/html
|
|||||||
|
|
||||||
test -f ~/.buildbot && . ~/.buildbot
|
test -f ~/.buildbot && . ~/.buildbot
|
||||||
|
|
||||||
OUTFILE=${HTMLFILE:-${HOME}/firekernel.html}
|
OUTFILE=${HTMLFILE:-${HOME}/riot.html}
|
||||||
LOGDIR=${BUILDLOGS:-${HOME}/buildlogs}
|
LOGDIR=${BUILDLOGS:-${HOME}/buildlogs}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
46
dist/tools/testsuite/svn_test_revision.sh
vendored
46
dist/tools/testsuite/svn_test_revision.sh
vendored
@ -1,46 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
. ~/.buildbot
|
|
||||||
|
|
||||||
REPO=${REPO:-https://svn.mi.fu-berlin.de/msb/FeuerWare/trunk}
|
|
||||||
LOGDIR=${LOGDIR:-${HOME}/buildlogs}
|
|
||||||
|
|
||||||
REVISION=${1:-HEAD}
|
|
||||||
|
|
||||||
LOGBASE="`date +%F-%Hh-%Mm-%Ss`-r${REVISION}-test.log"
|
|
||||||
|
|
||||||
LOGFILE="${LOGDIR}/${LOGBASE}"
|
|
||||||
TMPDIR=`mktemp -d /dev/shm/svn_test_repo.XXXXXXXXXX`
|
|
||||||
|
|
||||||
TOOLROOT=${TOOLROOT:-.}
|
|
||||||
|
|
||||||
if [ ! -d ${TMPDIR} ]; then exit 1; fi
|
|
||||||
|
|
||||||
touch ${LOGFILE}.lock
|
|
||||||
|
|
||||||
{
|
|
||||||
echo "${0} runnning checkout/build/test cycle."
|
|
||||||
echo "Repo: ${REPO}"
|
|
||||||
echo "Revision: ${REVISION}"
|
|
||||||
echo "Temporary directory: ${TMPDIR}..."
|
|
||||||
echo "Logfilename: ${LOGBASE}"
|
|
||||||
|
|
||||||
cd ${TMPDIR} &&
|
|
||||||
|
|
||||||
echo "Checking out..." &&
|
|
||||||
svn co -q -r ${REVISION} ${REPO} &&
|
|
||||||
echo "Done." &&
|
|
||||||
|
|
||||||
cd ${TMPDIR}/trunk/board/msba2/tools && make &&
|
|
||||||
cd ${TMPDIR}/trunk &&
|
|
||||||
bash ${TOOLROOT}/tools/testsuite/run_tests.sh
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo "Test run completed."
|
|
||||||
} 2>&1 | tee ${LOGFILE}
|
|
||||||
|
|
||||||
rm -f ${LOGFILE}.lock
|
|
||||||
rm -f ${LOGFILE}.parsed
|
|
||||||
|
|
||||||
rm -rf ${TMPDIR}
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
|||||||
# Project related configuration options
|
# Project related configuration options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
DOXYFILE_ENCODING = UTF-8
|
DOXYFILE_ENCODING = UTF-8
|
||||||
PROJECT_NAME = µkleos
|
PROJECT_NAME = RIOT
|
||||||
PROJECT_NUMBER =
|
PROJECT_NUMBER =
|
||||||
OUTPUT_DIRECTORY =
|
OUTPUT_DIRECTORY =
|
||||||
CREATE_SUBDIRS = NO
|
CREATE_SUBDIRS = NO
|
||||||
@ -123,8 +123,8 @@ IGNORE_PREFIX =
|
|||||||
GENERATE_HTML = YES
|
GENERATE_HTML = YES
|
||||||
HTML_OUTPUT = html
|
HTML_OUTPUT = html
|
||||||
HTML_FILE_EXTENSION = .html
|
HTML_FILE_EXTENSION = .html
|
||||||
HTML_HEADER = src/ukleos-header.html
|
HTML_HEADER = src/riot-header.html
|
||||||
HTML_FOOTER = src/ukleos-footer.html
|
HTML_FOOTER = src/riot-footer.html
|
||||||
HTML_STYLESHEET =
|
HTML_STYLESHEET =
|
||||||
HTML_ALIGN_MEMBERS = YES
|
HTML_ALIGN_MEMBERS = YES
|
||||||
HTML_DYNAMIC_SECTIONS = YES
|
HTML_DYNAMIC_SECTIONS = YES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||||
<meta name="date" content="$datetime">
|
<meta name="date" content="$datetime">
|
||||||
<title>$title</title>
|
<title>$title</title>
|
||||||
<link href="ukleos.css" rel="stylesheet" type="text/css">
|
<link href="riot.css" rel="stylesheet" type="text/css">
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* @ingroup dev_cc110x_ng
|
* @ingroup dev_cc110x_ng
|
||||||
* @brief Access to CC110X registers
|
* @brief Access to CC110X registers
|
||||||
*
|
*
|
||||||
* @author Freie Uniersität Berlin, Computer Systems & Telematics, µkleos
|
* @author Freie Uniersität Berlin, Computer Systems & Telematics, RIOT
|
||||||
* @author Oliver Hahm <oliver.hahm@fu-berlin.de
|
* @author Oliver Hahm <oliver.hahm@fu-berlin.de
|
||||||
* version $Revision$
|
* version $Revision$
|
||||||
*
|
*
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2010, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of µkleos.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universität Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2010, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of µkleos.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ 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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ 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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008-2009 , Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009-2010, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009-2010, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@ Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved.
|
|||||||
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
This file is part of FeuerWare.
|
This file is part of RIOT.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
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
|
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
|
Foundation, either version 3 of the License, or (at your option) any later
|
||||||
version.
|
version.
|
||||||
|
|
||||||
FeuerWare is distributed in the hope that it will be useful, but WITHOUT
|
RIOT is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
test -f ~/.buildbot && . ~/.buildbot
|
|
||||||
|
|
||||||
export REVISION=${1}
|
|
||||||
export ROOT=${ROOT:-.}
|
|
||||||
|
|
||||||
${ROOT}/testsuite/svn_test_revision.sh ${REVISION}
|
|
||||||
${ROOT}/testsuite/generate_html.sh
|
|
||||||
|
|
@ -1,27 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
ROOT=${ROOT:-.}
|
|
||||||
TOOLROOT=${TOOLROOT:-${ROOT}}
|
|
||||||
HTMLDIR=${TOOLROOT}/tools/testsuite/html
|
|
||||||
|
|
||||||
test -f ~/.buildbot && . ~/.buildbot
|
|
||||||
|
|
||||||
OUTFILE=${HTMLFILE:-${HOME}/firekernel.html}
|
|
||||||
LOGDIR=${BUILDLOGS:-${HOME}/buildlogs}
|
|
||||||
|
|
||||||
{
|
|
||||||
cat ${HTMLDIR}/header
|
|
||||||
|
|
||||||
for i in `ls -t $LOGDIR/*.log`; do
|
|
||||||
${TOOLROOT}/tools/testsuite/parse_buildlog.sh $i
|
|
||||||
if [ "x${HTTPROOT}x"!="xx" ]; then
|
|
||||||
echo "<br>"
|
|
||||||
echo "Full build log: <a href=\"${HTTPROOT}/`basename ${i}`\"> click here </a>."
|
|
||||||
fi
|
|
||||||
|
|
||||||
done
|
|
||||||
|
|
||||||
cat ${HTMLDIR}/footer
|
|
||||||
} > ${OUTFILE}
|
|
||||||
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
</body>
|
|
@ -1,6 +0,0 @@
|
|||||||
<html>
|
|
||||||
<header>
|
|
||||||
<title> Feuerwhere Build Bot results </title>
|
|
||||||
</header>
|
|
||||||
<body>
|
|
||||||
|
|
@ -1,43 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
LOG=${1}
|
|
||||||
|
|
||||||
if [ "xx${PARSELOG_ALWAYS}xx"=!"xxyxx" ]; then
|
|
||||||
if [ -f ${LOG}.parsed ]; then
|
|
||||||
cat ${LOG}.parsed
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
{
|
|
||||||
#BUILD_FAIL=`grep '\[BUILD FAILED\]' ${LOG} | wc -l`
|
|
||||||
NUM_FAIL=`grep '\[.* FAILED\]' ${LOG} | wc -l`
|
|
||||||
NUM_OK=`grep '\[TEST SUCCESSFUL\]' ${LOG} | wc -l`
|
|
||||||
|
|
||||||
REVISION=`awk '/^Revision:/ { print $2; exit}' $LOG`
|
|
||||||
REPO=`awk '/^Repo:/ { print $2; exit}' $LOG`
|
|
||||||
|
|
||||||
|
|
||||||
if [ -f ${LOG}.lock ]; then
|
|
||||||
BUILD_STATUS="build in progress..."
|
|
||||||
elif (($NUM_FAIL==0)); then
|
|
||||||
BUILD_STATUS="OK"
|
|
||||||
else
|
|
||||||
BUILD_STATUS="broken!"
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "<h2>Revision: ${REVISION} Status: ${BUILD_STATUS}</h2>"
|
|
||||||
|
|
||||||
svn log --incremental -v -l 1 ${REPO}@${REVISION} | sed -e 's/$/<br>/'
|
|
||||||
|
|
||||||
echo "------------------------------------------------------------------------<br>"
|
|
||||||
|
|
||||||
if (($NUM_FAIL==0)); then
|
|
||||||
true
|
|
||||||
else
|
|
||||||
echo "<br> Failed builds/tests: <br>"
|
|
||||||
grep '\[.* FAILED\]' ${LOG} | uniq | sed -e 's/$/<br>/'
|
|
||||||
fi
|
|
||||||
} | tee ${1}.parsed
|
|
||||||
|
|
||||||
|
|
@ -1,43 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
TOOLROOT=${TOOLROOT:-.}
|
|
||||||
|
|
||||||
flash() {
|
|
||||||
echo "Building ${1}..."
|
|
||||||
jam -aq flash || ( echo "[BUILD FAILED] ${1}" && false )
|
|
||||||
}
|
|
||||||
|
|
||||||
run_tests() {
|
|
||||||
TESTDIR=projects/${1}/tests
|
|
||||||
flash ${PROJECT} || return
|
|
||||||
for tst in `ls ${TESTDIR}/`; do
|
|
||||||
echo "Project \"${1}\": Running test ${tst}..."
|
|
||||||
$TESTDIR/$tst || (
|
|
||||||
echo
|
|
||||||
echo "[TEST FAILED] ${TESTDIR}/${tst}"
|
|
||||||
) || echo "[TEST SUCCESSFUL] ${TESTDIR}/${tst}"
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo "Running tests..."
|
|
||||||
echo
|
|
||||||
|
|
||||||
for i in projects/*; do
|
|
||||||
export PROJECT=`basename $i`
|
|
||||||
if [ -d projects/${PROJECT}/tests ]; then
|
|
||||||
{
|
|
||||||
echo "Testing project ${PROJECT}..."
|
|
||||||
PORT="`sh ${TOOLROOT}/tools/lock_board.sh`"
|
|
||||||
FLASHUTIL_SHELL="sh -c"
|
|
||||||
|
|
||||||
echo "Using Target connecting to ${PORT}."
|
|
||||||
|
|
||||||
export PORT FLASHUTIL_SHELL
|
|
||||||
run_tests ${PROJECT}
|
|
||||||
|
|
||||||
sh ${TOOLROOT}/tools/unlock_board.sh ${PORT}
|
|
||||||
} 2>&1
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
@ -1,46 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
. ~/.buildbot
|
|
||||||
|
|
||||||
REPO=${REPO:-https://svn.mi.fu-berlin.de/msb/FeuerWare/trunk}
|
|
||||||
LOGDIR=${LOGDIR:-${HOME}/buildlogs}
|
|
||||||
|
|
||||||
REVISION=${1:-HEAD}
|
|
||||||
|
|
||||||
LOGBASE="`date +%F-%Hh-%Mm-%Ss`-r${REVISION}-test.log"
|
|
||||||
|
|
||||||
LOGFILE="${LOGDIR}/${LOGBASE}"
|
|
||||||
TMPDIR=`mktemp -d /dev/shm/svn_test_repo.XXXXXXXXXX`
|
|
||||||
|
|
||||||
TOOLROOT=${TOOLROOT:-.}
|
|
||||||
|
|
||||||
if [ ! -d ${TMPDIR} ]; then exit 1; fi
|
|
||||||
|
|
||||||
touch ${LOGFILE}.lock
|
|
||||||
|
|
||||||
{
|
|
||||||
echo "${0} runnning checkout/build/test cycle."
|
|
||||||
echo "Repo: ${REPO}"
|
|
||||||
echo "Revision: ${REVISION}"
|
|
||||||
echo "Temporary directory: ${TMPDIR}..."
|
|
||||||
echo "Logfilename: ${LOGBASE}"
|
|
||||||
|
|
||||||
cd ${TMPDIR} &&
|
|
||||||
|
|
||||||
echo "Checking out..." &&
|
|
||||||
svn co -q -r ${REVISION} ${REPO} &&
|
|
||||||
echo "Done." &&
|
|
||||||
|
|
||||||
cd ${TMPDIR}/trunk/board/msba2/tools && make &&
|
|
||||||
cd ${TMPDIR}/trunk &&
|
|
||||||
bash ${TOOLROOT}/tools/testsuite/run_tests.sh
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo "Test run completed."
|
|
||||||
} 2>&1 | tee ${LOGFILE}
|
|
||||||
|
|
||||||
rm -f ${LOGFILE}.lock
|
|
||||||
rm -f ${LOGFILE}.parsed
|
|
||||||
|
|
||||||
rm -rf ${TMPDIR}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user