代码搜索:ARM

找到约 10,000 项符合「ARM」的源代码

代码结果 10,000
www.eeworm.com/read/434878/1867632

cmd arm_boot.cmd

MEMORY { VECTOR: origin = 0x00000000, length 0x00000200 FLASH: origin = 0x00001000, length 0x0001f000 SRAM: origin = 0x00020000, length 0x00020000 INTME
www.eeworm.com/read/432906/1886905

c arm_boot.c

/* * ARM kernel loader. * * Copyright (c) 2006 CodeSourcery. * Written by Paul Brook * * This code is licenced under the GPL. */ #include "vl.h" #define KERNEL_ARGS_ADDR 0x100 #define KERNEL
www.eeworm.com/read/432906/1886908

c arm_timer.c

/* * ARM PrimeCell Timer modules. * * Copyright (c) 2005-2006 CodeSourcery. * Written by Paul Brook * * This code is licenced under the GPL. */ #include "vl.h" #include "arm_pic.h" /* Common
www.eeworm.com/read/432906/1886971

c arm_sysctl.c

/* * Status and system control registers for ARM RealView/Versatile boards. * * Copyright (c) 2006 CodeSourcery. * Written by Paul Brook * * This code is licenced under the GPL. */ #include "
www.eeworm.com/read/432906/1886973

c arm_gic.c

/* * ARM AMBA Generic/Distributed Interrupt Controller * * Copyright (c) 2006 CodeSourcery. * Written by Paul Brook * * This code is licenced under the GPL. */ /* TODO: Some variants of this
www.eeworm.com/read/432906/1886977

h arm_pic.h

/* * Generic ARM Programmable Interrupt Controller support. * * Copyright (c) 2006 CodeSourcery. * Written by Paul Brook * * This code is licenced under the LGPL. * * Arm hardware uses a wide
www.eeworm.com/read/432906/1886984

c arm_pic.c

/* * Generic ARM Programmable Interrupt Controller support. * * Copyright (c) 2006 CodeSourcery. * Written by Paul Brook * * This code is licenced under the LGPL */ #include "vl.h" #include "
www.eeworm.com/read/432906/1887104

c hello-arm.c

#define __NR_SYSCALL_BASE 0x900000 #define __NR_exit1 (__NR_SYSCALL_BASE+ 1) #define __NR_write (__NR_SYSCALL_BASE+ 4) #define __sys2(x) #x #define __sys1(x) __sys2(x) #ifndef __syscall #defin
www.eeworm.com/read/430940/1913845

asm cpu_arm.asm

/*********************************************************************** file ID :CPU_arm.asm Version Number : Project Code : Project Name
www.eeworm.com/read/430899/1914105

arm irq_timer.arm

;------------------------------------------------------------------------------ ;- ATMEL Microcontroller Software Support - ROUSSET - ;----------------------------------------------------