Back to home page

LXR

 
 

    


Warning, /bsps/arm/shared/start/linkcmds.armv7m is written in an unsupported language. File is not indexed.

0001 /**
0002  * @file
0003  *
0004  * @ingroup bsp_linker
0005  *
0006  * @brief Linker command file for ARMv7 architecture.
0007  */
0008 
0009 /*
0010  * Copyright (c) 2010 embedded brains GmbH & Co. KG
0011  *
0012  * The license and distribution terms for this file may be
0013  * found in the file LICENSE in this distribution or at
0014  * http://www.rtems.org/license/LICENSE.
0015  */
0016 
0017 bsp_stack_main_size = DEFINED (bsp_stack_main_size) ? bsp_stack_main_size : 4096;
0018 bsp_stack_main_size = ALIGN (bsp_stack_main_size, bsp_stack_align);
0019 
0020 INCLUDE linkcmds.base