文件名称:Bycore-1.0.12
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 133kb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Bycore是一个嵌入式操作系统内核。Bycore包括内存管理、任务管理、中断管理、任务互斥、同步与通信管理等功能。Bycore全部由C语言完成,只有少量的与硬件有关的代码由汇编代码完成。Bycore支持64优先级的多任务管理,任务数量由实际的内存大小决定。Bycore是一个抢占式的内核,任务间的切换时间确定,使得用户可以完全确定任务的切换时机。内存管理采用一种全新的算分配策略,兼顾了分配速度、管理简单、利用率高等特点。为便于移植,只需要简单修改Bycore提供的几个函数即可。另外,Bycore提供了一套简单的机制完成对中断的管理,应用程序只需关注一个逻辑的中断,然后指定中断处理函数,Bycore在中断发生时,中断处理函数就能被回调。-Bycore is an embedded operating system kernel. Bycore including memory management, task management, interrupt management, task mutual exclusion, synchronization and communication management. Bycore completed by the C language, only a small amount of code and hardware related to the completion of the assembly code. Bycore priority to support 64 multi-task management, task number from the actual memory size. Bycore is a preemptive kernel, the switching time between tasks to determine which tasks the user can determine the timing of the switch. Memory management using a new operator allocation strategy, taking into account the speed of the distribution, management, simple, high utilization rate. In order to facilitate the transplant, only a simple modification Bycore can provide several functions. In addition, Bycore provides a simple mechanism for the management of completion of the interruption, the application only concerned about the interruption of a logic, and then interrupt handlin
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Bycore-1.0.12
.............\arch
.............\....\arm7
.............\....\....\cpu.h
.............\....\....\cpu_a.s
.............\....\....\cpu_c.c
.............\....\....\readme
.............\....\....\spinlock.c
.............\....\ARMulator
.............\....\.........\hw_chdev.c
.............\....\.........\hw_chdev.h
.............\....\.........\hw_irq.c
.............\....\.........\hw_irq.h
.............\....\.........\hw_mem.h
.............\....\.........\hw_uart.c
.............\....\.........\hw_uart.h
.............\....\.........\init.s
.............\....\.........\initcfg.s
.............\....\.........\init_target.c
.............\....\.........\init_target.h
.............\....\.........\regdef.h
.............\....\s3c44b0x
.............\....\........\hw_chdev.c
.............\....\........\hw_chdev.h
.............\....\........\hw_irq.c
.............\....\........\hw_irq.h
.............\....\........\hw_mem.h
.............\....\........\hw_uart.c
.............\....\........\hw_uart.h
.............\....\........\init.s
.............\....\........\initcfg.s
.............\....\........\init_target.c
.............\....\........\init_target.h
.............\....\........\regdef.h
.............\common
.............\......\string.c
.............\......\string.h
.............\COPYING
.............\docs
.............\....\readme
.............\drivers
.............\.......\chdev.c
.............\.......\chdev.h
.............\.......\console.c
.............\.......\console.h
.............\.......\device.c
.............\.......\device.h
.............\.......\uart.c
.............\.......\uart.h
.............\examples
.............\........\main1.c
.............\........\main10.c
.............\........\main11.c
.............\........\main12.c
.............\........\main2.c
.............\........\main3.c
.............\........\main4.c
.............\........\main5.c
.............\........\main6.c
.............\........\main7.c
.............\........\main8.c
.............\........\main9.c
.............\........\readme.txt
.............\fs
.............\..\fs.c
.............\..\fs.h
.............\include
.............\.......\buf.h
.............\.......\core.h
.............\.......\irq.h
.............\.......\list.h
.............\.......\mailbox.h
.............\.......\mem.h
.............\.......\pipe.h
.............\.......\sem.h
.............\.......\spinlock.h
.............\.......\types.h
.............\kernel
.............\......\buf.c
.............\......\core.c
.............\......\irq.c
.............\......\list.c
.............\......\mailbox.c
.............\......\mem.c
.............\......\pipe.c
.............\......\sem.c
.............\arch
.............\....\arm7
.............\....\....\cpu.h
.............\....\....\cpu_a.s
.............\....\....\cpu_c.c
.............\....\....\readme
.............\....\....\spinlock.c
.............\....\ARMulator
.............\....\.........\hw_chdev.c
.............\....\.........\hw_chdev.h
.............\....\.........\hw_irq.c
.............\....\.........\hw_irq.h
.............\....\.........\hw_mem.h
.............\....\.........\hw_uart.c
.............\....\.........\hw_uart.h
.............\....\.........\init.s
.............\....\.........\initcfg.s
.............\....\.........\init_target.c
.............\....\.........\init_target.h
.............\....\.........\regdef.h
.............\....\s3c44b0x
.............\....\........\hw_chdev.c
.............\....\........\hw_chdev.h
.............\....\........\hw_irq.c
.............\....\........\hw_irq.h
.............\....\........\hw_mem.h
.............\....\........\hw_uart.c
.............\....\........\hw_uart.h
.............\....\........\init.s
.............\....\........\initcfg.s
.............\....\........\init_target.c
.............\....\........\init_target.h
.............\....\........\regdef.h
.............\common
.............\......\string.c
.............\......\string.h
.............\COPYING
.............\docs
.............\....\readme
.............\drivers
.............\.......\chdev.c
.............\.......\chdev.h
.............\.......\console.c
.............\.......\console.h
.............\.......\device.c
.............\.......\device.h
.............\.......\uart.c
.............\.......\uart.h
.............\examples
.............\........\main1.c
.............\........\main10.c
.............\........\main11.c
.............\........\main12.c
.............\........\main2.c
.............\........\main3.c
.............\........\main4.c
.............\........\main5.c
.............\........\main6.c
.............\........\main7.c
.............\........\main8.c
.............\........\main9.c
.............\........\readme.txt
.............\fs
.............\..\fs.c
.............\..\fs.h
.............\include
.............\.......\buf.h
.............\.......\core.h
.............\.......\irq.h
.............\.......\list.h
.............\.......\mailbox.h
.............\.......\mem.h
.............\.......\pipe.h
.............\.......\sem.h
.............\.......\spinlock.h
.............\.......\types.h
.............\kernel
.............\......\buf.c
.............\......\core.c
.............\......\irq.c
.............\......\list.c
.............\......\mailbox.c
.............\......\mem.c
.............\......\pipe.c
.............\......\sem.c