readme.txt
来自「ucos在所有cpu下的移植范例」· 文本 代码 · 共 53 行
TXT
53 行
68HC08 / uC/OS-II CODE
This code, the Cosmic C-compiler and a target board are all you need to get
rolling quickly with the 68HC08 and uC/OS-II.
FILE LIST:
README.TXT This file
CRTSI.S Startup file from Cosmic
VECTORS.C Interrupt vectors
INCLUDES.H uC/OS-II target-independent files
OS_CFG.H
UCOS_II.H
OS_CORE.C
OS_MEM.C
OS_MBOX.C
OS_SEM.C
OS_Q.C
OS_TASK.C
OS_TIME.C
OS_CPU.H uC/OS-II 68HC08 target-dependent files
OS_CPU_C.C
OS_CPU_A.S
TIMER.H M.CORE MMC2001 Timer code
TIMER.C
MAKEFILE Test application makefile
TEST.C Test application code
TEST.LNK Test application linker response file
A few items are noteworthy:
1.) You may have to modify the makefile (MAKEFILE) and linker response (TEST.LNK)
files to match your development environment.
2.) This code was targeted to the 68HC08AS20 version of the chip. You may have to
change some things depending on the flavor of HC08 you are using.
NOTE: I just got this running, so don't be surprised if there is a bug or two!
Have Fun!!!
Kerby Suhre
Motorola
G15314@email.mot.com
(248)293-5089
(248)293-3767 (FAX)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?