CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等)

文件名称:Bycore-1.0.12

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    132.59kb
  • 已下载:
    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
Bycore-1.0.12/arch/arm7/cpu_a.s
Bycore-1.0.12/arch/arm7/cpu_c.c
Bycore-1.0.12/arch/arm7/readme
Bycore-1.0.12/arch/arm7/spinlock.c
Bycore-1.0.12/arch/ARMulator/hw_chdev.c
Bycore-1.0.12/arch/ARMulator/hw_chdev.h
Bycore-1.0.12/arch/ARMulator/hw_irq.c
Bycore-1.0.12/arch/ARMulator/hw_irq.h
Bycore-1.0.12/arch/ARMulator/hw_mem.h
Bycore-1.0.12/arch/ARMulator/hw_uart.c
Bycore-1.0.12/arch/ARMulator/hw_uart.h
Bycore-1.0.12/arch/ARMulator/init.s
Bycore-1.0.12/arch/ARMulator/initcfg.s
Bycore-1.0.12/arch/ARMulator/init_target.c
Bycore-1.0.12/arch/ARMulator/init_target.h
Bycore-1.0.12/arch/ARMulator/regdef.h
Bycore-1.0.12/arch/s3c44b0x/hw_chdev.c
Bycore-1.0.12/arch/s3c44b0x/hw_chdev.h
Bycore-1.0.12/arch/s3c44b0x/hw_irq.c
Bycore-1.0.12/arch/s3c44b0x/hw_irq.h
Bycore-1.0.12/arch/s3c44b0x/hw_mem.h
Bycore-1.0.12/arch/s3c44b0x/hw_uart.c
Bycore-1.0.12/arch/s3c44b0x/hw_uart.h
Bycore-1.0.12/arch/s3c44b0x/init.s
Bycore-1.0.12/arch/s3c44b0x/initcfg.s
Bycore-1.0.12/arch/s3c44b0x/init_target.c
Bycore-1.0.12/arch/s3c44b0x/init_target.h
Bycore-1.0.12/arch/s3c44b0x/regdef.h
Bycore-1.0.12/common/string.c
Bycore-1.0.12/common/string.h
Bycore-1.0.12/COPYING
Bycore-1.0.12/docs/memory.bmp
Bycore-1.0.12/docs/readme
Bycore-1.0.12/docs/ready.bmp
Bycore-1.0.12/docs/sem-queue.bmp
Bycore-1.0.12/drivers/chdev.c
Bycore-1.0.12/drivers/chdev.h
Bycore-1.0.12/drivers/console.c
Bycore-1.0.12/drivers/console.h
Bycore-1.0.12/drivers/device.c
Bycore-1.0.12/drivers/device.h
Bycore-1.0.12/drivers/uart.c
Bycore-1.0.12/drivers/uart.h
Bycore-1.0.12/examples/main1.c
Bycore-1.0.12/examples/main10.c
Bycore-1.0.12/examples/main11.c
Bycore-1.0.12/examples/main12.c
Bycore-1.0.12/examples/main2.c
Bycore-1.0.12/examples/main3.c
Bycore-1.0.12/examples/main4.c
Bycore-1.0.12/examples/main5.c
Bycore-1.0.12/examples/main6.c
Bycore-1.0.12/examples/main7.c
Bycore-1.0.12/examples/main8.c
Bycore-1.0.12/examples/main9.c
Bycore-1.0.12/examples/readme.txt
Bycore-1.0.12/fs/fs.c
Bycore-1.0.12/fs/fs.h
Bycore-1.0.12/include/buf.h
Bycore-1.0.12/include/core.h
Bycore-1.0.12/include/irq.h
Bycore-1.0.12/include/list.h
Bycore-1.0.12/include/mailbox.h
Bycore-1.0.12/include/mem.h
Bycore-1.0.12/include/pipe.h
Bycore-1.0.12/include/sem.h
Bycore-1.0.12/include/spinlock.h
Bycore-1.0.12/include/types.h
Bycore-1.0.12/kernel/buf.c
Bycore-1.0.12/kernel/core.c
Bycore-1.0.12/kernel/irq.c
Bycore-1.0.12/kernel/list.c
Bycore-1.0.12/kernel/mailbox.c
Bycore-1.0.12/kernel/mem.c
Bycore-1.0.12/kernel/pipe.c
Bycore-1.0.12/kernel/sem.c
Bycore-1.0.12/arch/arm7
Bycore-1.0.12/arch/ARMulator
Bycore-1.0.12/arch/s3c44b0x
Bycore-1.0.12/arch
Bycore-1.0.12/common
Bycore-1.0.12/docs
Bycore-1.0.12/drivers
Bycore-1.0.12/examples
Bycore-1.0.12/fs
Bycore-1.0.12/include
Bycore-1.0.12/kernel
Bycore-1.0.12

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com