readme.txt

来自「ucos 44b0 移植」· 文本 代码 · 共 35 行

TXT
35
字号
manufacturer : SAMSUNG
cpu core     : ARM7TDMI
board        : KS32C41100
complier     : ARM SDK 2.5
date         : 2001. 9. 1
version      : 1.0

ported by  cho dong-seok  
homepage: http://210.118.69.200/~cthr36/
e-mail  : cthr36@hotmail.com
          cthr36@hanmail.net


notes :  1) UNZIP to SOFTWARE\uCOS-II\ks32c41100\ 

directory:
   bin        : binary file and download program.
   ks32c41100 : initialize and startup code of board
   sample     : sample "main" code (eg1, ping)
   ucos-ii    : code of ucos-ii that dependent board
   uhal       : interface code between ucos-ii and ks32c41100

./bin/dn.bat      : batch file for download 
                     ex) dn eg1.bin

./sample/make.bat : batch file for make
                     ex) make eg1.mak  


how to compile:
 (These is assumed that core files of ucos-ii are in SOFTWARE\uCOS-II\ directory.)
 1) COPY include.h(is current directroy) to "SOFTWARE\uCOS-II\
 2) Change to "sample" directory.
 3) Type "make eg1.mak" or "make ping.mak"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?