搜索结果
找到约 3,023 项符合
os-ii 的查询结果
书籍源码 ARM的ADS工具下
ARM的ADS工具下,uc/os-ii为系统,GPS卫星定位系统源码
uCOS Note that only the PORT is provided and it is assumed that you have the rest of the source for &micr
Note that only the PORT is provided and it is assumed that you have the rest of the source for µ C/OS-II from the book or the upgrade.
Linux/Unix编程 多任务系统中
多任务系统中,内核负责管理各个任务,或者说为每个任务分配CPU时间,并且负责任务之间的通讯。内核提供的基本服务
以使用实时内核可以大大简化应用系统的设计,是因为实时内核允许将应用分成若干个任务,由实时内核来管理它们。内核
用程序的额外负荷,代码空间增加ROM的用量,内核本身的数据结构增加了RAM的用量。但更主 ...
Linux/Unix编程 This book is intended for embedded system programmers, consultants and students interested in real-t
This book is intended for embedded system programmers, consultants and students interested in real-time operating
systems. μC/OS-II is a high performance, deterministic real-time kernel and can be embedded in commercial products
(see Appendix F, Licensing). Instead of writing your own kernel, you s ...
VxWorks VxWorks下FLASH 28F320B3的驱动,在VxWorks下调试成功
VxWorks下FLASH 28F320B3的驱动,在VxWorks下调试成功,有详细的中文注释,并可以移植到Linux/WindowsCE/uC/OS-II等嵌入式OS下。
系统设计方案 本课题的目的就是研制适用于工业现场控制的嵌入式工业控制器
本课题的目的就是研制适用于工业现场控制的嵌入式工业控制器,这对于提
高工业现场控制的实时性具有重要意义。本课题以嵌入式系统设计原理和工业控
制实际应用为核心,从理论上和技术方法上开展了一系列研究。主要工作有:
1全面系统地概述了嵌入式系统的发展过程和分类,及其在各个领域
内的应用,以及嵌入式系统的发展方 ...
其他书籍 『embedded systems building blocks, complete and ready-to-use modules in C, second edition』 - This
『embedded systems building blocks, complete and ready-to-use modules in C, second edition』
- This second edition features revisions that support the latest version of the author s popular operating system and book, MicroC/OS-II - Complete and ready-to-use modules in C Get a clear explanation of f ...
微处理器开发 ch03目录下: disasm.tgz :作者改写的反汇编器,可以输出比较容易接受的汇编格式。 simpleboot.tgz: 作者编写的简单boot代码 ch04目录下: gba
ch03目录下:
disasm.tgz :作者改写的反汇编器,可以输出比较容易接受的汇编格式。
simpleboot.tgz: 作者编写的简单boot代码
ch04目录下:
gba_ucos.tgz : 作者移植的可运行在GBA(或者模拟器)上的uC/OS-II代码
ch05目录下:
znet.tgz : 作者在uC/OS-II上实现的tcp/ip协议实现代码
ch09目录下:
font.c 字体显示和变 ...
其他书籍 《STR7 系列微控制器》介绍
《STR7 系列微控制器》介绍,以及《µ C/OS-II在STR71x微控制器上的移植》,都是中文的,这年头中文的资料不好找。
uCOS 该工程源码是基于EasyARM2200开发平台开发的嵌入式TCP/IP协议栈
该工程源码是基于EasyARM2200开发平台开发的嵌入式TCP/IP协议栈,协议栈以LwIP为基础,基于uc/os-ii为操作系统,以太网驱动芯片为RTL8019AS,实现了支持多线程实时应用的嵌入式TCP/IP协议栈