搜索资源列表
缩减Linux嵌入式系统软体的方法与实例
- 本文探讨使用 Linux作为嵌入式作业系统的方法,透过如何对内核、守护程序、库和应用程序等四个主要部份,进行缩减其大小后,以便配置在以闪存为存储设备的嵌入式系統中。-This paper discusses the use of Linux as an embedded operating system, kernel through how to protect their procedures, and application procedures for the four main par
做的硬盘MP3资料
- 1IC网友 做的硬盘MP3资料公开 该播放器使用了美国atmel公司出品的mp3播放器专用芯片at89c51snd1c. 本芯片特性如下: 1)MCS51内核,可以利用单片及开发软件Keil软件方便开发mp3播放器,无需特殊软件平台; 2)MPEG I/II-Layer 3 hardware decoder .独立MP3 Decoder .支持48,44.1,32,24,22.05,16khz取样频率 .支持软件31阶音量控制,高中低音均衡控制
NK_Sharp35_128M
- 支持sharp3.5寸液晶的wince内核。内存支持128M.(for 2410)-support sharp3.5 inch Jack kernel. 128MB memory support. (For 2410)
Philips_1581
- ISP1581设计的大容量存储器固件程序。 包含以下文件: d14.h i2c.c i2c.h init.c intrpt.c kernel.c -ISP 1581 designed large capacity memory firmware procedures. Include the following documents : d14.h i2c.c i2c.h init.c intrpt.c kernel.c
ucos252-src
- 著名的嵌入式操作系统uC/OS的完整内核源代码,内核版本号2.52。 该源代码主要包括如下几个方面: 1、任务管理 2、消息邮箱 3、消息队列 4、信号量 5、事件管理 6、内存管理-famous embedded operating system uC / OS kernel integrity of the source code, the kernel version 2.52. The source code includes the following ma
mcs51_MP3
- 1)MCS51内核,可以利用单片及开发软件Keil软件方便开发mp3播放器,无需特殊软件平台; 2)MPEG I/II-Layer 3 hardware decoder .独立MP3 Decoder .支持48,44.1,32,24,22.05,16khz取样频率 .支持软件31阶音量控制,高中低音均衡控制 .重低音效果 3)集成DAC部件,支持PCM,IIS格式; 4)64K字节片上代码存储空间(100K次擦写寿命) 5)4K字节boot f
mem_admin
- 一个ARM内核通用的内存管理程序。通过使用三个链表进行管理,能减少内存碎片的发生。-a generic ARM kernel memory management procedures. Through the use of three chain management, can reduce the incidence of memory debris.
Datasample_FIFO_driver1
- 打开s3c2410的外中断16,通过该中断信号让内核从外部存储器里读数据。是一个中断驱动程序-open s3c2410 the external interrupt 16, so that the interruption signal from the external memory kernel read data. Is a disruption Driver
simulator
- 开源的基于SystemC的模拟器,可以模拟ARM CPU, Cache, DDR,NOR, NAND, 时序和功耗均可以正确模拟。-This simulator is a cycle-accurate system-level energy and timing simulator. Developed by Embedded Low-Power Laboratory, Seoul National University. The simulator’s underlying kernel is
ARM7TDMI-S(Rev4)
- arm7tdmi 处理器资料 存储接口及格式,指令集,内核等明细-ARM7TDMI processor memory interface and data formats, instruction set, the kernel details, etc.
neichuguanli
- 这个程序演示要体现内核的内存分配思想的策略。为此,设计了内存的分配和回收,完成一系列动作。 -Demonstration of this process to reflect the thinking of the kernel memory allocation strategy. To this end, the design of the memory allocation and recovery, to complete a series of moves.
LinuxKernel2.0.33F
- Linux Kernel 配置说明 包括硬件基础 软件基础 内存管理-Linux Kernel configuration instructions include basic software, hardware and so on the basis of memory management
Bycore-1.0.12
- Bycore是一个嵌入式操作系统内核。Bycore包括内存管理、任务管理、中断管理、任务互斥、同步与通信管理等功能。Bycore全部由C语言完成,只有少量的与硬件有关的代码由汇编代码完成。Bycore支持64优先级的多任务管理,任务数量由实际的内存大小决定。Bycore是一个抢占式的内核,任务间的切换时间确定,使得用户可以完全确定任务的切换时机。内存管理采用一种全新的算分配策略,兼顾了分配速度、管理简单、利用率高等特点。为便于移植,只需要简单修改Bycore提供的几个函数即可。另外,Bycore
Linux011-Mem-YuanYi
- 关于linux内核的初始化内存管理,以及分页机制的实现,做了详细的说明和代码。-Initialization on the linux kernel memory management, as well as the realization of the paging mechanism, a detailed descr iption and code.
ucos2_liler
- 不可多得的UCOS详解电子书。包括12章节: 1.范例。2.实时系统概念。3.内核结构。4.任务管理。5时间管理。6.任务之间的通信和同步。7.内存管理。8.移植ucos。9.µ COS-II在80x86上的移植。10.从 µ COS 升级到 µ COS-II。11.参考手册。12.配置手册。 每一章都配有大量的c代码例程。-Xiangjie UCOS rare books. Consists of 12 chapters: 1. Example. 2. T
qianrushi
- 本文将分析嵌入式操作系统uClinux的内核结构、内存管理、多进程处理、针对实时性的解决方案和开发环境,先对uCLinux有一个深刻的认识,将有利于今后进一步研究开发。 关键词: uCLinux,内存管理,多进程处理,RTLinux,开发环境-This paper will analyze the uClinux embedded operating system kernel architecture, memory management, multi-process handling,
lib_cli
- 自己写的一个很有创意的Command Line Interface内核,占用资源非常精简,可在嵌入式平台上实现类似于shell的功能,纯C语言实现,非常易于移植。-A very smartful Command Line Interface Kernel by myself. Very low memory usage, and can provide the function for embedded platform like shell on PC. It is all written b
srljlinuxe
- 深入理解Linux内核,该书详细的介绍了系统调用,内存地址,信号,进程的地址空间,进程通信,以及其他与内核有关的内容!-In-depth understanding of Linux kernel, the book details the system calls, memory addresses, signals, process address space, process communication, and other content related with the kernel!
linux-memory
- 这是驱动开发中的关键技术,如何访问内核中的内存。-This is the key technology-driven development, how to access the kernel memory.
RTOS-Memory-mngt-in-4-task-mark-7
- RTOS memory management using uCOS kernel and further expanded in many tasks