readme
来自「ucos ii 在linux移植说明 包括详细文档」· 代码 · 共 11 行
TXT
11 行
Steps to use sample program for the Linux port with uCOS-II v2.86.------------------------------------------------------------------Downloaded v2.86 from the Micrium website and extract the contents. Within the ..SOFTWARE/uCOS-II/Source folder, do the following:1) Rename os_cfg_r.h to os_cfg.h and set OS_DEBUG_EN=0, OS_TMR_EN=02) Create an empty file called app_cfg.h3) Copy the linux port files ( os_cpu_c.c, os_cpu.h, sample.c, makefile ) into the Source folder.4) Type make ( if this doesn't work you may be missing GNU gcc or the pthreads library ).5) run ./sample
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?