搜索资源列表
μCOS-II v2.52 在lpc2000系列ARM上的移植源代码
- uCOS在AVR MEGA系列单片机上的移植,花了2月才完成的,拿出来和大家一起分享-Source code of uC/OS II porting to AVR MEGA series MCU. Spent 2 months in porting and shared for all.
ucos-mega16
- uC/OS-II 在 AVR 上的移植 如果安装了WinAVR20050214,则直接运行start.bat,输入make all即可开始编译。 如果需要在AVRStudio仿真,运行make extcoff后即可生成调试所需的cof文件。-uC/OS-II in the AVR if the transplant is installed WinAVR20050214, running directly start.bat, enter the beginning of the com
IAR_UCOS_II
- 这是一个移植在ATMEGA16上的UCOS操作系统例子,和正常的移植不同,这个例子中将系统的中断栈和各个任务的任务栈分开了,中断嵌套时要保护的上下文和在中断中分配的临时变量全部在唯一的一个中断栈中,它带来的好处是可以在内存比较小的单片机上使用UCOS,坏处也是显而易见的,它增加了中断切换的时间和复杂性,要根据实际情况取舍。这个例子使用IAR EWAVR 5.30打开。-This is a transplant in the ATMEGA16 UCOS operating system on th