CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - usOS

搜索资源列表

  1. ucosII_cn

    0下载:
  2. ucos2.52源码带详细的USOS的编写中文教程。是学习研究的好资料。-ucos2.52 source with detailed preparation of the Chinese USOS Guide. It is a good study and research information.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:2869076
    • 提供者:秦天惊
  1. lpc210x

    0下载:
  2. usos操作系统在LPC210X上的移植代码,包含所有外设的驱动程序以及应用实例-usos operating system in the transplant MCU code Peripherals include all drivers and application examples
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:120756
    • 提供者:Dougaoyang
  1. LPC214X_ucosii

    0下载:
  2. LPC214X_ucosii usos在LPC214X上的移植
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:381703
    • 提供者:zzp
  1. VCucos

    0下载:
  2. 在 windos 下运行的 ucos 内核, 用他可以在window下学习usos的机制 任务调度,消息传递,事件管理. 如你是学单片机的朋友,对你是一个莫大的福音. 我花了半个月的心血完成的,先在吐血上传
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:65501
    • 提供者:yanglin1228ym
  1. ucos251_S3C2400_ADS1.2

    0下载:
  2. s3c2400 ads1.2 usos portting
  3. 所属分类:ASP源码

    • 发布日期:2008-10-13
    • 文件大小:260835
    • 提供者:kim hs
  1. ARM2410_GM814X

    0下载:
  2. 本代码是串口扩展芯片GM814X在 Arm9—usos上使用的实例, 包括:芯片说明Datasheet,芯片在51单片机上的驱动,以及特有的(我编写的)芯片在s3c2410上的驱动。
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:368792
    • 提供者:lifei
  1. INC

    0下载:
  2. 这是个usos的源码,呵呵,上传上来供大家学习之用。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3939
    • 提供者:wangzhe
  1. uCOSII_C8051F340

    2下载:
  2. 将ucos-ii移植到了c8051f340上,运行比较稳定,建立了三个任务,依次点亮两个LED灯,跟踪每个任务的运行情况,对于初学者有很大的帮助,能够了解到系统的任务上下文切换的整个过程。
  3. 所属分类:uCOS开发

  1. lztRTOS

    0下载:
  2. 本RTOS参考 usOS-II, ARM-RTX,仔细研读,会对你有很大的帮助-The RTOS reference usOS-II, ARM-RTX, carefully read, will you have a great help
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:104858
    • 提供者:john
  1. ucosGPS

    0下载:
  2. usos的车用gps信息采集系统,设计与源码 供学习下载-usos vehicle gps information collection systems, design and source for learning download
  3. 所属分类:uCOS

    • 发布日期:2017-03-30
    • 文件大小:115106
    • 提供者:sora
  1. Micrium_ucos_msp4305438_port_v2.87

    0下载:
  2. ucos Ver 2.87 最新移植到TI的msp4305438低功耗msp430处理器.含相应文档资料.测试过,稳定无BUG. -UCOS2 Version 2.87 port to MSP4305438 . stable version.
  3. 所属分类:uCOS

    • 发布日期:2017-05-21
    • 文件大小:6538108
    • 提供者:不告诉
  1. cdrom

    0下载:
  2. usos的书所带的实时操作系统源代码,使用borlandc编译。-usos' s book brought a real-time operating system source code, use borlandc compiled.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-14
    • 文件大小:3211389
    • 提供者:list
  1. STM32uCOSuCGUI(IAR)

    0下载:
  2. STM32103ZET6下 USOS+UCGUI的移植。开发环境为KEIL-STM32103ZET6 under USOS+ UCGUI transplant. Development environment for KEIL
  3. 所属分类:SCM

    • 发布日期:2017-05-20
    • 文件大小:6009824
    • 提供者:LFF
  1. ucosmessagebox

    0下载:
  2. 主要介绍了USOS的消息邮箱的用法,帮助初学者深入了解USOS的消息机制。-Focuses on the news of the USOS mailbox usage, to help beginners understand USOS of the message mechanism.
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:658353
    • 提供者:沈晓伟
  1. ucos2.88_SVC_STM32

    0下载:
  2. 看到USOS官方和网上很多基于Cortex-M3内核的移植,任务都运行于特权级,并没有充分发挥Cortex-M3用户级和特权级的保护功能,本文件的移植用户级和特权级是分开的,用户任务程序完全运行在用户级,用户级下需要操作中断等特殊要求,都在SVC系统调用函数中实,也可以方便的添加自己的SVC系统调用。-Many official and on-line to see USOS Cortex-M3 core-based migration, the task runs in the privile
  3. 所属分类:uCOS

    • 发布日期:2017-03-30
    • 文件大小:7983
    • 提供者:杨旭伟
  1. hal_construction_in_UCOS_transplant

    0下载:
  2. USOS移植过程中hal的构建技术,中文pdf,USOS移植过程中hal的构建技术,中文pdf-USOS hal during the construction of portable technology, Chinese pdf, USOS hal during the construction of portable technology, Chinese pdf
  3. 所属分类:uCOS

    • 发布日期:2017-04-16
    • 文件大小:291730
    • 提供者:张晓璐
  1. usos-usb

    0下载:
  2. ucos的usb驱动,可用于arm系列开发-ucos the usb drive can be used to arm series
  3. 所属分类:uCOS

    • 发布日期:2017-04-03
    • 文件大小:332936
    • 提供者:Xiezj
  1. USOS-2812

    0下载:
  2. USOS 在2812上的移植,可以很好的实现,代码通过测试-UCOS transplant in the 2812。Can achieve a good code to pass the test
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:369587
    • 提供者:hr
  1. UCOS-II

    0下载:
  2. ucos MEGA16Lavr芯片的操作系统移植,详细的介绍-USOS FOR MEGA16Lavr CHIP FOR SYSTEM,detail produce
  3. 所属分类:Project Design

    • 发布日期:2017-04-07
    • 文件大小:686281
    • 提供者:jack
  1. EFM32-USOS-II

    0下载:
  2. EFM32-USOS-II之IAR免建工程模板,有注释,C语言编写,实习三个简单任务。-EFM32-USOS-II for IAR demo and have three tasks。
  3. 所属分类:uCOS

    • 发布日期:2017-05-23
    • 文件大小:7580119
    • 提供者:谭大军
« 12 »
搜珍网 www.dssz.com