文件名称: UCOSIII

  • 所属分类:
  • uCOS开发
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2017-08-12
  • 文件大小:
  • 632kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 木***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

uC/OS-III(Micro C OS Three 微型的C 语言编写的操作系统第3版)是一个可升级的,可固化的,基于优先级的实时内核。它对任务的个数无限制。uC/OS-III 是一个第3 代的系统内核,支持现代的实时内核所期待的大部分功能。例如资源管理,同步,任务间的通信等等。然而,uC/OS-III 提供的特色功能在其它的实时内核中是找不到的,比如说完备的运行时间测量性能,直接地发送信号或者消息到任务,任务可以同时等待多个内核对象等。(UC/OS-III (Micro, C, OS, Three, micro C language operating system version third) is an upgraded, curable, priority based real-time kernel. It has no limit to the number of tasks. UC/OS-III is a third generation system kernel that supports most of the functionality expected by modern real-time kernels. For example, resource management, synchronization, communication between tasks, and so on. However, uC/OS-III features in other real-time kernel is not to be found, such as running time measuring complete performance, directly sends a signal or message to the task, the task can also wait for multiple kernel objects.)
相关搜索: usosiii
的移植

(系统自动生成,下载前可以参看下载内容)

下载文件列表

例4-1 UCOSIII移植\CORE\core_cm3.c

例4-1 UCOSIII移植\CORE\core_cm3.h

例4-1 UCOSIII移植\CORE\startup_stm32f10x_hd.s

例4-1 UCOSIII移植\CORE\startup_stm32f10x_md.s

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\misc.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_adc.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_bkp.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_can.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_cec.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_crc.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_dac.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_dbgmcu.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_dma.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_exti.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_flash.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_fsmc.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_gpio.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_i2c.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_iwdg.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_pwr.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_rcc.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_rtc.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_sdio.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_spi.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_tim.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_usart.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\inc\stm32f10x_wwdg.h

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\misc.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_adc.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_bkp.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_can.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_cec.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_crc.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_dac.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_dbgmcu.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_dma.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_exti.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_flash.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_fsmc.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_gpio.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_i2c.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_iwdg.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_pwr.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_rcc.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_rtc.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_sdio.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_spi.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_tim.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_usart.c

例4-1 UCOSIII移植\FWLIB\STM32F10x_FWLib\src\stm32f10x_wwdg.c

例4-1 UCOSIII移植\HARDWARE\LED\led.c

例4-1 UCOSIII移植\HARDWARE\LED\led.h

例4-1 UCOSIII移植\keilkilll.bat

例4-1 UCOSIII移植\MALLOC\malloc.c

例4-1 UCOSIII移植\MALLOC\malloc.h

例4-1 UCOSIII移植\OBJ\MALLOC.hex

例4-1 UCOSIII移植\readme.txt

例4-1 UCOSIII移植\SYSTEM\delay\delay.c

例4-1 UCOSIII移植\SYSTEM\delay\delay.h

例4-1 UCOSIII移植\SYSTEM\sys\sys.c

例4-1 UCOSIII移植\SYSTEM\sys\sys.h

例4-1 UCOSIII移植\SYSTEM\usart\usart.c

例4-1 UCOSIII移植\SYSTEM\usart\usart.h

例4-1 UCOSIII移植\UCOSIII\uC-CPU\ARM-Cortex-M3\GNU\cpu.h

例4-1 UCOSIII移植\UCOSIII\uC-CPU\ARM-Cortex-M3\GNU\cpu_a.s

例4-1 UCOSIII移植\UCOSIII\uC-CPU\ARM-Cortex-M3\GNU\cpu_c.c

例4-1 UCOSIII移植\UCOSIII\uC-CPU\ARM-Cortex-M3\IAR\cpu.h

例4-1 UCOSIII移植\UCOSIII\uC-CPU\ARM-Cortex-M3\IAR\cpu_a.asm

例4-1 UCOSIII移植\UCOSIII\uC-CPU\ARM-Cortex-M3\IAR\cpu_c.c

例4-1 UCOSIII移植\UCOSIII\uC-CPU\ARM-Cortex-M3\RealView\cpu.h

例4-1 UCOSIII移植\UCOSIII\uC-CPU\ARM-Cortex-M3\RealView\cpu_a.asm

例4-1 UCOSIII移植\UCOSIII\uC-CPU\ARM-Cortex-M3\RealView\cpu_c.c

例4-1 UCOSIII移植\UCOSIII\uC-CPU\cpu_core.c

例4-1 UCOSIII移植\UCOSIII\uC-CPU\cpu_core.h

例4-1 UCOSIII移植\UCOSIII\uC-CPU\cpu_def.h

例4-1 UCOSIII移植\UCOSIII\uC-LIB\lib_ascii.c

例4-1 UCOSIII移植\UCOSIII\uC-LIB\lib_ascii.h

例4-1 UCOSIII移植\UCOSIII\uC-LIB\lib_def.h

例4-1 UCOSIII移植\UCOSIII\uC-LIB\lib_math.c

例4-1 UCOSIII移植\UCOSIII\uC-LIB\lib_math.h

例4-1 UCOSIII移植\UCOSIII\uC-LIB\lib_mem.c

例4-1 UCOSIII移植\UCOSIII\uC-LIB\lib_mem.h

例4-1 UCOSIII移植\UCOSIII\uC-LIB\lib_str.c

例4-1 UCOSIII移植\UCOSIII\uC-LIB\lib_str.h

例4-1 UCOSIII移植\UCOSIII\uC-LIB\Ports\ARM-Cortex-M3\GNU\lib_mem_a.s

例4-1 UCOSIII移植\UCOSIII\uC-LIB\Ports\ARM-Cortex-M3\IAR\lib_mem_a.asm

例4-1 UCOSIII移植\UCOSIII\uC-LIB\Ports\ARM-Cortex-M3\RealView\lib_mem_a.asm

例4-1 UCOSIII移植\UCOSIII\uCOS-III\Ports\ARM-Cortex-M3\Generic\GNU\os_cpu.h

例4-1 UCOSIII移植\UCOSIII\uCOS-III\Ports\ARM-Cortex-M3\Generic\GNU\os_cpu_a.s

例4-1 UCOSIII移植\UCOSIII\uCOS-III\Ports\ARM-Cortex-M3\Generic\GNU\os_cpu_c.c

例4-1 UCOSIII移植\UCOSIII\uCOS-III\Ports\ARM-Cortex-M3\Generic\IAR\os_cpu.h

例4-1 UCOSIII移植\UCOSIII\uCOS-III\Ports\ARM-Cortex-M3\Generic\IAR\os_cpu_a.asm

例4-1 UCOSIII移植\UCOSIII\uCOS-III\Ports\ARM-Cortex-M3\Generic\IAR\os_cpu_c.c

例4-1 UCOSIII移植\UCOSIII\uCOS-III\Ports\ARM-Cortex-M3\Generic\RealView\os_cpu.h

例4-1 UCOSIII移植\UCOSIII\uCOS-III\Ports\ARM-Cortex-M3\Generic\RealView\os_cpu_a.s

例4-1 UCOSIII移植\UCOSIII\uCOS-III\Ports\ARM-Cortex-M3\Generic\RealView\os_cpu_c.c

例4-1 UCOSIII移植\UCOSIII\uCOS-III\Source\os.h

例4-1 UCOSIII移植\UCOSIII\uCOS-III\Source\os_cfg_app.c

例4-1 UCOSIII移植\UCOSIII\uCOS-III\Source\os_core.c

例4-1 UCOSIII移植\UCOSIII\uCOS-III\Source\os_dbg.c

相关说明

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

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org