文件名称: UCOSIII
介绍说明--下载内容均来自于网络,请自行研究使用
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.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
例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
例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