reverted license change from 0634f21542cfaf9a70c85e2154bc88435967fa9c
This commit is contained in:
parent
3ea68ecfc1
commit
c52a24625f
@ -1,5 +1,5 @@
|
|||||||
SRC = shell_commands.c sc_id.c sc_heap.c
|
SRC = shell_commands.c sc_id.c sc_heap.c
|
||||||
INCLUDES = -I../../../core/include -I../../include -I../../../drivers/include/
|
INCLUDES = -I../../../core/include -I../../include -I../../../drivers/include/
|
||||||
|
|
||||||
ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
|
ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
|
||||||
INCLUDES += -I$(RIOTBASE)/drivers/cc110x_ng/include/
|
INCLUDES += -I$(RIOTBASE)/drivers/cc110x_ng/include/
|
||||||
|
|||||||
@ -2,23 +2,24 @@
|
|||||||
* sc_heap.c - the handler of the heap state on the command shell.
|
* sc_heap.c - the handler of the heap state on the command shell.
|
||||||
* Copyright (C) 2013 Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
|
* Copyright (C) 2013 Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
|
||||||
*
|
*
|
||||||
* The source code is licensed under the LGPLv2 license, See the file LICENSE for more details.
|
* The source code is licensed under the LGPLv2 license,
|
||||||
|
* See the file LICENSE for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* @internal
|
* @internal
|
||||||
* @brief Show the heap state for the LPC2387 on the command shell.
|
* @brief Show the heap state for the LPC2387 on the command shell.
|
||||||
*
|
*
|
||||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||||
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
|
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
|
||||||
*
|
*
|
||||||
* @note $Id: sc_heap.c 3854 2013-05-24 17:53:01Z zkasmi $
|
* @note $Id: sc_heap.c 3854 2013-05-24 17:53:01Z zkasmi $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern void heap_stats(void);
|
extern void heap_stats(void);
|
||||||
|
|
||||||
void _heap_handler(char* unnused){
|
void _heap_handler(char* unnused){
|
||||||
heap_stats();
|
heap_stats();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -3,8 +3,10 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) 2013 INRIA.
|
* Copyright (C) 2013 INRIA.
|
||||||
*
|
*
|
||||||
* The source code is licensed under the LGPLv2 license,
|
* This file subject to the terms and conditions of the GNU Lesser General
|
||||||
* see the file LICENSE for more details.
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
*
|
*
|
||||||
* @ingroup shell_commands
|
* @ingroup shell_commands
|
||||||
* @{
|
* @{
|
||||||
@ -18,8 +20,6 @@
|
|||||||
#include <shell_commands.h>
|
#include <shell_commands.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
extern void _id_handler(char* id);
|
extern void _id_handler(char* id);
|
||||||
extern void _heap_handler(char* unused);
|
extern void _heap_handler(char* unused);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user