搜索资源列表
UCOS4atmel7x256
- UCOS移植到atmel arm7x256上,测试通过,并且包括一个控制灯闪的测试代码,开发环境IAR-UCOS atmel arm7x256 transplant, tests passed, and includes a control lights blinking test code development environment IAR
uCOS-II--daima
- 周立功ARM9 2410试验平台的uCOS-II基础实验代码,包括uCOS-II移植实验、蜂鸣器实验、串行通信实验、图形液晶控制实验和Modbus RTU 主从通讯实验、FTP、GPRS、GPS、IrDA等试验,处理器为s3c2410.代码简单易懂,注解详细,推荐下载。
test_arm926.rar
- ucos 在 arm9 芯片上的移植,内容包括: 1)初始启动的系统控制; 2)中断的拷贝; 3)锁相环的设置; 4) 堆栈的初始化; 5)ucos的移植 5i)任务切换的汇编代码; 5ii)时钟节拍的汇编代码; ,uCOS ARM9 chip in the transplant, including: 1) the initial startup of system control 2) copies of interruption 3) PLL settings 4)
demostm8Code
- stm8中的代码,核心控制部分代码-stm8 code
a1
- 用ucos2编写程序代码并移植到arm7控制led灯循环点亮-ucos2 transplanted to arm7 control led lights
ourdev_437965
- 一个简单的2106代码,I/O控制LED,包括控制一个OLED显示屏-2106 a simple code, I/O control LED, an OLED display including control
Exp5Touch
- 该代码主要实现了触摸屏的控制,利用触摸屏自身所带的驱动进行控制。-The code implements the main touch-screen control, using the touch screen drivers brought their own control.
tankcode
- ucos控制项目的全部代码, 可以编译运行, 是ucos应用开发进阶好代码。-codes for a ucos control project, can be compiled and run, good for learning ucos application development
ADC_ucos2
- stm32f108c的ucos2移植,代码中开了5个线程,只是简单的控制下led,adc跟串口。-the stm32f108c the ucos2 transplant code open five threads, just a simple control led adc with serial port.
LED_c
- 博创S3C2410试验箱led灯控制C代码-The C Code of the base experience using UP-TECH S3C2410 to light 3 leds.
UCOSII_SPI
- LPC2114基于UCOSII的SPI驱动使用的例子。通过硬件SPI接口控制LED数码管显示数,中间件代码-LPC2114 SPI UCOSII the drive using examples. Hardware SPI interface to control the number of LED digital tube display, middleware code
Led
- ucos LED灯控制代码,按键控制灯,这个对于ucos初学者还是很有用的-the ucos LED light control code keys to control the lights, this is useful for the ucos beginners or
igw
- 基于STM32F103的智能网关代码,使用ucos-ii操作系统。包含了ZigBee传输接口和蓝牙传输接口,使用了ucgui作为界面UI,具备多种控制模式,能远程控制无线设备。-STM32F103 based intelligent gateway code, using the uCOS-II operating system. Contains the ZigBee transmission interface and the Bluetooth transmission interface
zkongzcx
- 基于STM32F103RC的中控控制代码,完整的代码注释,可定时控制继电器关机,一键开机,串口通信,IIC音量控制,完整的Keil uVision5工程,使用ucos系统创建,按钮、串口、看门狗任务(STM32F103RC based central control code, complete code annotation, timer control relay shutdown, one button start, serial communication, IIC volume con
MainTask_Clock_Demo
- 基于UCGUI3.98,h文件配置的240*240尺寸,8bit per pixel。如果编译不过打开guiconf.h里的一些宏。 该文件实现一个时钟,绘制时钟背景可以使用纯色背景,bitmap背景,jpeg背景。绘制时钟的指针可以使用Line或者多边形。切换这些功能使用宏控制,详情见文件开头部分的"Ctrl Marco Begin" 至 "Ctrl Marco End" 之间的用于控制绘制模式的宏及其相应注释。 整套代码包含许多注释,方便初学者