搜索资源列表
S3C4510b的网络驱动修正
- 针对三星的4510b芯片下网卡芯片驱动的若干修改,亦可用作深化网络设备编程的示例。-4510b against Samsung's chip card chips under a number of changes, can also be used for deepening the network device programming examples.
startup_n
- 经过检验的4510B的BOOT启动代码,是烧到FLASH里面的呦-tested 4510B the BOOT boot code is spread to the inside strove FLASH
arm串口
- 基于4510B的引导程序的一些问题,并给出部分的源代码,FLASH一片,SDRAM两片。- Based on 4510B vectoring procedure some questions, and produce the partial sources code, a FLASH piece, the SDRAM two pieces.
ucosII_arm_source
- UCOS-II ARM代码(4510B)-UCOS - II ARM code (4510B)
fdisk
- 在4510B上分区源代码,包括了详细的注释,需要在linux 下编译才能使用.-4510B on the zoning code, including a detailed notes, the need to compile under Linux can be used.
uCOS2_4510_EG
- UCOSII V2.52 在三星SNDS4510开发板(国内基本所有的4510b的板子都是抄袭此公板设计的)上移植的成功例子,本压缩包内的MBoxMain.c为消息邮箱的例子,使用时请把其更名为main.c,MSemMain.c为信号量的例子,使用时请把其更名为main.c。-UCOSII V2.52 Samsung SNDS4510 development board (all the basic domestic 4510b are
4510B_BOOTLOADER_uCLinux
- 4510B BOOTLOADER_uCLinux
4510b_vxworks_BSP
- 4510b的vxworks的BSP-The BSP of 4510B in VxWorks.
s3c4510bsp
- 4510B Vxworks BSP
ucosii4510b
- UCOS在ARM7,4510B上的实现,很适合初学者学习-UCOS in ARM7, 4510B on the realization that learning is very suitable for beginners
4510B-PCB
- 包含C和汇编的代码,是4510B的开发版 的整套电路图。-includes C and compiled code, 4510B is the development version of the entire circuit.
s3c4510bsp
- 4510B Vxworks BSP
4510bootloader
- ARM 4510b bootloader
ARM开发详解 by 微芯力
- 嵌入试硬件开发详解 arm7 4510b-embedded test hardware development Elaborates on ARM7 4510b
ucosII_arm_source
- UCOS-II ARM代码(4510B)-UCOS- II ARM code (4510B)
uCOS2_4510_EG
- UCOSII V2.52 在三星SNDS4510开发板(国内基本所有的4510b的板子都是抄袭此公板设计的)上移植的成功例子,本压缩包内的MBoxMain.c为消息邮箱的例子,使用时请把其更名为main.c,MSemMain.c为信号量的例子,使用时请把其更名为main.c。-UCOSII V2.52 Samsung SNDS4510 development board (all the basic domestic 4510b are
4510B_BOOTLOADER_uCLinux
- 4510B BOOTLOADER_uCLinux
ucosii4510b
- UCOS在ARM7,4510B上的实现,很适合初学者学习-UCOS in ARM7, 4510B on the realization that learning is very suitable for beginners
4510B-PCB
- 包含C和汇编的代码,是4510B的开发版 的整套电路图。-includes C and compiled code, 4510B is the development version of the entire circuit.
4510bootloader
- 前段时间,写了一个简单直接的 4510B bootloader 用来装载 uclinux 内核。在这篇文档 里,我将结合源代码介绍一下 4510 Bootloader 的实现和分析。源代码很简单很直接,希 望对初学的朋友有点帮助。也许在分析中有很多错误,希望大家能够指正,共同进步。 Bootloader 的实现基于三星4510B,假设开发板上有2M 的Flash 作为Boot rom,SDRAM 的大小是16M。