代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm7.h
/*
* File : arm7.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Develop Team
*
* The license and distribution terms for this file may be
* found in the file LICENS
arm7.lds
ENTRY(_entry)
__iwram_start = 0x03800000;
__iwram_end = 0x0380FFF0;
__sp_irq = __iwram_end - 0x60;
__sp_svc = __sp_irq - 0x100;
SECTIONS
{
. = __iwram_start;
.text : {
_stext = .;
*(.text)
sys_support.arm
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laborat
cpu_support.arm
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laborat
jrevdct_arm.s
/*
C-like prototype :
void j_rev_dct_ARM(DCTBLOCK data)
With DCTBLOCK being a pointer to an array of 64 'signed shorts'
Copyright (c) 2001 Lionel Ulmer (lionel.ulmer@free.fr / bbrox@bbrox
dsputil_arm.c
/*
* ARMv4L optimized DSP utils
* Copyright (c) 2001 Lionel Ulmer.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
mpegvideo_arm.c
/*
* Copyright (c) 2002 Michael Niedermayer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published b
hal_arm.cdl
# ====================================================================
#
# hal_arm.cdl
#
# ARM architectural HAL package configuration data
#
# ========================================
arm_stub.h
#ifndef CYGONCE_HAL_ARM_STUB_H
#define CYGONCE_HAL_ARM_STUB_H
//========================================================================
//
// arm_stub.h
//
// ARM-specific definitions
arm_stub.c
//========================================================================
//
// arm_stub.c
//
// Helper functions for stub, generic to all ARM processors
//
//========================