代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm.ln
/*
* Link command file for building program to run in Flash on the
* Philips LPC2100 processor
*/
/* memory definition: we're using all of the available RAM and nothing else */
MEMORY
arm.ln
/*
* Link command file for building program to run in RAM on the
* Philips LPC2100 processor
*/
/* memory definition: we're using all of the available RAM and nothing else */
MEMORY
{
arm.ln
/*
* Link command file for building program to run in Flash on the
* Philips LPC2100 processor
*/
/* memory definition: we're using all of the available RAM and nothing else */
MEMORY
arm.ln
/*
* Link command file for building program to run in RAM on the
* Philips LPC2100 processor
*/
/* memory definition: we're using all of the available RAM and nothing else */
MEMORY
{
makefile.arm
# This material is inherited from the Linux Makefile: arch/arm/Makefile:
# (2.4.0.-test6 official) -- maybe the last part is not needed, though
#
# This file is included by the global makefile so th