搜索资源列表
ucosII_vc
- 把usII移植到windows下,是一个学习嵌入式系统的例子,对初学者很有帮助 -uC/OS II ported to Visual C of Windows environment. It is a good example for beginners to learn how to do embedded programming.
ARM_ads_程序示例源代码
- ARM 的实例程序,在ADS下运行。运行buildall.bat生成这些例子的应用。有readme具体说明有关配置。-ARM sample program, running under the ADS. Running these examples buildall.bat generation applications. A readme specify the configuration.
uCOSii_for_8951_EXT_64k
- uCOS2 for 51系列,已经在SST89E564上测试通过,实验板要求有64K扩展ram,根据原来网上公开版本修改而成,附带提供在C51中利用函数指针带参数传递调用汇编接口例子和一个简单的shell界面-uCOS2 for 51 series, in SST89E564 testing, Experimental board requires 64K ram expansion, according to the original version of the Internet open
ucGuiPro
- ucGui 的示范例子源码,里面包含好多哟, 有LIST 控件,BUTTON 控件,窗口管理,尤其是透明窗口管理.非常的形象.-ucGui model example source code, which contains a lot of yo, LIST controls, BUTTON controls, window management, in particular the management is transparent window. very image.
ucosII_ARM7_9
- μC/OS-II and ARM Processors (For ARM7 or ARM9) (For ARM and Thumb Mode) Application Note,里边有很多源码和例子,非常好!
xltExlt2
- 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Selec
ucos_s3c2410
- ucosII在s3c44b0x上的移植代码,有详细例子-ucosII s3c44b0x in the transplant code, a detailed example
UCOSIIzlggui
- 本人连续两天调试UCOSII,将贪吃蛇的任务加到UCOS上,ARM选用的是LPC2414,贪吃蛇的关键算法调试得吐血,不过两天得调试总算有了回报,多任务终于运行了,有四个任务运行,显示用到了周立功的ZLGGUI,对大家学习UCOSII操作系统式绝好得例子-I debugging UCOSII two consecutive days, the task will be a huge memory foisted UCOS, ARM uses the LPC2414, the huge memor
EmbeddedGUI_Application_Example
- 这是一个\"微型嵌入式 GUI\" 的应用开发例子 (含源代码),其 GUI 核心可于 Linux, DOS 16/32 Bit, uC/OS-II及Windows 等平台工作,支持常用控件有:MAINWINDOW主窗口,DLGWINDOW对话框窗 口,BUTTON按钮,MAINMENU下拉式菜单,POPMENU弹出式菜单,HSCROLLBAR横向滚动条,VSCROLLBAR竖 向滚动条,TEXTBOX单行文本编辑框,EDITBOX多行文本编辑框,COMBOBOX
ucosiiv2.52_port_on_s3c44b0x
- 这个移植的结构很清晰 内有ucos2 ucgui 整体做到一个ADS工程里,内容包含44b0必要的初始化,ucos2和多任务例子,ucgui和它的demo,很丰富!
ucosII-for-LPC210X
- LPC210X系列arm7单片机中ucos源代码,里面主要是用iar for arm为开发环境,有几个例子和详细的代码说明-LPC210X series ucos arm7 microcontroller source code, which is mainly used iar for arm for the development environment, there are several code examples and detailed descr iption of
LPC2378Kit_PORT
- KEIL 下的UCOSII移植,里面有LED的点灯,点灯是需要按一下按LED灯亮一下,还有串口,不过波特率不准,只实现接收进入中断,其实就是完成了中断进入、信号量创建,对初学者十分有用。此例子用的是KEIL公司的MCB2300开发板,和英蓓特的LPC2300一样,原理图可以在KEIL公司官网上下到。-KEIL under UCOSII transplantation, there are LED
USOS_APPLICATION
- UCOS应用例子,包含有串口实验,GPRS,GPS,I2CA总线驱动实验,蜂鸣器控制实验-UCOS APPLICATION EXAMPLE
ucos_tcpip_44boxADS1.2
- tcpip 在44b0x板上的移植,ucos-ii,开发环境是ADS1.2。很长一段时间里,我没有在网上下到直接能在44B0X –RL8019 的ADS1.2环境下的 TCPIP 程序.而嵌入式之所以区别于8位单片机,最主要的是他能方便实现上网. 因此,学习嵌入式,没有掌握网络通信,算不上真正的嵌入式.于是自己根据网上下载 的程序,结合TCPIP原理,慢慢的修改, 终于程序能稳定运行了.现在的演示例子,同时能运行tcp和udp协议. Tcp的演示是通过一个小小的嵌入式网页来实现的, 而UDP
tcp
- 基于arm7的ucos操作系统,用tcpip协议的通信实验,是周立功smartARM2200开发平台的一个有用的例子,由于在ucos上很少有lwip的例子,所以这个源代码对有的朋友很有帮助。-ARM7-based operating system of uCOS, tcpip agreement with the experimental communication is Ligong weeks smartARM2200 development platform as a useful exa
ucos
- ucos使用的一个例子有详细的说明和使用-An example of the use of ucos is described in detail and use of
ucos_iiatmega128
- 这是一个将uCOSII系统,在ATmega128上的移植的例子,里面有移植成功的源代码。-This is a will uCOSII system, examples of migration on the ATmega128, which has the source code for a successful transplant.
MyuCOS51Study
- ucos在51上的例子,有数码管和按键功能,在pretuse上仿真过-ucos in 51 on the example of a digital control and key functions in the simulation had pretuse
menuGUI
- 点菜系统GUI界面,很好的一个例子,版本是3.24的,有需要的朋友可以下载。-Ordering System GUI interface, a good example of a
uCOS-II
- UCOS 例子 邵贝贝那本书的源码资料 包括多个实例 很有参考价值-Shao Beibei UCOS examples of source book information, including multiple instances of great reference value