没有合适的资源?快使用搜索试试~ 我知道了~
首页ucos-linux-port.pdf
详细讲解如何把ucos2移植到linux。 “This documentation describes the port of microC/OS-II to the Linux user space target. As with real hardware, the porting abstraction layer has been implemented using system and library calls.”
资源详情
资源评论
资源推荐

microC/OS-II Linux User Mode Port
Version 1.01
Sensaco Consulting GmbH
Pfisterweg 31
CH-8703 Erlenbach
http://www.sensaco.com
November 19, 2003

Contents
1 Introduction 3
1.1 Linux Interaction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.2 Extensions using SIGIO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.3 License . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2 microC/OS-II Linux User Mode Port Data Structure Index 7
2.1 microC/OS-II Linux User Mode Port Data Structures . . . . . . . . . . . . . . . . . 7
3 microC/OS-II Linux User Mode Port File Index 9
3.1 microC/OS-II Linux User Mode Port File List . . . . . . . . . . . . . . . . . . . . . . 9
4 microC/OS-II Linux User Mode Port Page Index 11
4.1 microC/OS-II Linux User Mode Port Related Pages . . . . . . . . . . . . . . . . . . 11
5 microC/OS-II Linux User Mode Port Data Structure Documentation 13
5.1 TASK_USER_DATA Struct Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
6 microC/OS-II Linux User Mode Port File Documentation 15
6.1 book2.c File Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
6.2 book3.c File Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
6.3 doc-intro.h File Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
6.4 ex1.c File Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
6.5 includes.h File Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
6.6 os_cfg.h File Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
6.7 os_cpu.h File Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
6.8 os_cpu_c.c File Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
6.9 term_display.h File Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
7 microC/OS-II Linux User Mode Port Page Documentation 59
7.1 Todo List . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59

ii CONTENTS
microC/OS-II Linux User Mode Port V1.01

List of Figures
1.1 Example #1 from the book running 7 Threads (colorised version). . . . . . . . . . . 3
1.2 Example #2 from the book. This example shows the stack checking feature and
measures time for the checking. The example has been modified with a recursive
function that fills the stack using random numbers as a parameter. Note Task 4
which runs dangerously low on stack memory. . . . . . . . . . . . . . . . . . . . . . 4
1.3 Example #3 from the book timing some tasks while exchanging messages. . . . . . 4

2 LIST OF FIGURES
microC/OS-II Linux User Mode Port V1.01
剩余68页未读,继续阅读













安全验证
文档复制为VIP权益,开通VIP直接复制

评论1