µC/OS-II now contains a new function called OSEventPendMulti() which allows a task to pend on multiple events (semaphores, mailboxes and queues) in any combination (see example diagram below). This new function is found in OS_CORE.C and is enabled b
Kinetis_K60 的 ucos 源代码。 File list(Click to check if it's the file you need, and recomment it at the bottom): Micrium .......\Software .......\........\EvalBoards .......\........\..........\Freescale .......\........\..........\.........\TWR-K60N512
这个是我利用官方版的uCOS-III工程整理优化后的代码。本代码编译完后的ROA:40180字节,RAM:2919字节。比官方代码ROM节省了12K字节左右,RAM节省了3.7K左右。删除了多余的演示代码,保留了一个开始任务,其中有个自己写的跑马灯程序。完全保持了官方版本的功能和重要代码,主要修改了OS_cfg.h、Os_cfg_app.h和app_cfg.h。需要使用其中功能的可以自行恢复。本代码使用IAR FOR ARM 6.60.2.5507的版本编译。请大家自己注意IAR的版本。不要编