代码搜索:ucLinux

找到约 2,003 项符合「ucLinux」的源代码

代码结果 2,003
www.eeworm.com/read/368758/2811679

c spi_flash.c

/* * SPI flash driver * * Enter bugs at http://blackfin.uclinux.org/ * * Copyright (c) 2005-2007 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ /* Configuration options: * CON
www.eeworm.com/read/365273/2897873

c armio.c

/* armio.c - I/O registers and interrupt controller. ARMulator extensions for the ARM7100 family. Copyright (C) 1999 Ben Williamson Changes to support running uClinux/Atmel AT91 targets
www.eeworm.com/read/268146/4255361

h m5282.h

/* * mcf5282.h -- Definitions for Motorola Coldfire 5282 * * Based on mcf5282sim.h of uCLinux distribution: * (C) Copyright 1999, Greg Ungerer (gerg@snapgear.com) * * See file CREDITS for l
www.eeworm.com/read/264113/4289249

c armio.c

/* armio.c - I/O registers and interrupt controller. ARMulator extensions for the ARM7100 family. Copyright (C) 1999 Ben Williamson Changes to support running uClinux/Atmel AT91 targets
www.eeworm.com/read/253341/4395346

h page_offset.h

/* * U-boot - page_offset.h * * Copyright (c) 2005 blackfin.uclinux.org * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can re
www.eeworm.com/read/253341/4395364

h setup.h

/* * U-boot - setup.h * * Copyright (c) 2005 blackfin.uclinux.org * * This file is based on * asm/setup.h -- Definition of the Linux/Blackfin setup information * Copyright Lineo, Inc 2001 Tony
www.eeworm.com/read/253341/4395379

h io.h

/* * U-boot - io.h IO routines * * Copyright (c) 2005 blackfin.uclinux.org * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can
www.eeworm.com/read/253341/4395483

s start1.s

/* * U-boot - start1.S Code running out of RAM after relocation * * Copyright (c) 2005 blackfin.uclinux.org * * See file CREDITS for list of people who contributed to this * project. * * This
www.eeworm.com/read/134073/14010547

build-rm9200

#!/bin/sh # # Please make sure that the following things are OK: # # 1. You have installed the arm-elf-tools already. # 2. Your uClinux distribution has been installed into the directory of '/opt
www.eeworm.com/read/436920/7758889

c decompress.c

/* * decompress.c * * from uclinux 2.4.19-uc1 arch/armnommu/boot/compressed/misc.c and * lib/inflate.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * *