搜索资源列表
UCOS2.71for_ARM7_Prj
- 参考ARM开发板44B0文档所做的修改项目
AN-1128
- UC/OSII在AVR ATmega128上的详细移植参考文档,
uCOS-II
- uCOS-II嵌入式操作系统源码及其参考文档,可用于一般嵌入式系统中-uCOS-II embedded operating system source code and reference documentation that can be used in embedded systems in general
ucos_classical_transplantation_Notes
- ucos经典移植笔记ucos classical transplantation Notes很不错的文档资料可以参考学习-ucos classical transplantation notes ucos classical transplantation Notes very good documentation can refer to the study
niosII_programming_note
- ucosII下编程文档,包含一些简单的代码!!供初学着参考-UcosII programming documents, including some simple code!! The reference for beginners!!
SPA-11P-User-Guide
- 既然有了一个SPA-C的软件,不能没能相应的操作文档跟它配对,特上传给大家参考-A SPA-C software is offered here, if no a user guide is regret, here is one for your reference
UCGUI
- ucos在路虎开发板上的示例程序,仅供参考,详见readme文档。-ucos Land Rover development board sample programs, see the readme file for reference only.
CMSIS
- ucos在路虎开发板上的示例程序,具体问题具体分析,仅供参考,详见readme文档。-ucos Land Rover development board sample programs, see the readme file for reference only.
USER
- ucos在路虎开发板上的示例程序,具体问题具体分析,仅供参考,详见readme文档。-ucos Land Rover development board sample program, specific issues, for reference only, as detailed in the readme file.
STM32移植参考文档
- 实操性最强:uCOS-II移植到STM32上的详细步骤和[4]stm32f103_ucos_ii移植,较为详细讲解移植过程(The most practical operation: uCOS-II transplantation to STM32 detailed steps and [4]stm32f103_ucos_ii transplantation, a more detailed explanation of the transplantation process)
MainTask_Clock_Demo
- 基于UCGUI3.98,h文件配置的240*240尺寸,8bit per pixel。如果编译不过打开guiconf.h里的一些宏。 该文件实现一个时钟,绘制时钟背景可以使用纯色背景,bitmap背景,jpeg背景。绘制时钟的指针可以使用Line或者多边形。切换这些功能使用宏控制,详情见文件开头部分的"Ctrl Marco Begin" 至 "Ctrl Marco End" 之间的用于控制绘制模式的宏及其相应注释。 整套代码包含许多注释,方便初学者