-
S5PV210芯片内核移植:linux内核输入子系统-buttons_keyboard
S5PV210芯片内核移植:linux内核输入子系统:Tiny210v2底板上面有八个按键,但是官方只提供了该按钮的驱动,并没有实现输入子系统,使得板上的八个按钮没有任何作用。这里就通过向内核添加该buttons的输入子系统驱动,使该八个按钮实现如普通键盘的键值功能,实现能上下左右,以及确认等功能,就像手机的音量键、关机键一样。
- 2022-10-03 05:05:03下载
- 积分:1
-
- 2023-08-13 15:20:03下载
- 积分:1
-
基于ARM7的开发板的彩色液晶屏绘图试验程序,文件里有程序的详细注释,对与在此基础之上的二次开发非常方便...
基于ARM7的开发板的彩色液晶屏绘图试验程序,文件里有程序的详细注释,对与在此基础之上的二次开发非常方便-based on the ARM7 development board LCD graphics testing procedures, the documents in detail the procedures Notes right and the basis of this second development is very convenient
- 2022-05-29 23:42:45下载
- 积分:1
-
ARM946E_S review
ARM946E_S review
- 2023-05-07 03:30:03下载
- 积分:1
-
优龙ARM9开发板ST2410的例程,ADS编译环境
优龙ARM9开发板ST2410的例程,ADS编译环境-Liuzhou excellent ARM9 development board ST2410 routine, ADS compiler environment
- 2022-08-02 17:59:23下载
- 积分:1
-
CAN ARM
CAN ARM相关通信源代码,希望对大家有帮助-CAN ARM
- 2022-03-18 05:51:09下载
- 积分:1
-
可以加载到嵌入式系统VGA显示驱动程序,实现了VGA初始化及显示驱动等功能。...
可以加载到嵌入式系统VGA显示驱动程序,实现了VGA初始化及显示驱动等功能。-can be loaded into embedded systems VGA display drivers, the realization of the Initialization and VGA display driver functions.
- 2023-01-30 02:10:03下载
- 积分:1
-
lpc2131 IAP在线升级演示程序,升级方式为UART。
lpc2131 IAP在线升级演示程序,升级方式为UART。-lpc2131 IAP-line demonstration program to upgrade, upgrade to UART.
- 2022-06-27 22:39:44下载
- 积分:1
-
this paper is based on my study of the ARM since some experience to design its o...
本文UCOS是根据我学习ARM开发以来的一些经验总结,以自己设计的S3C44B0X板为例,给出入门上手的最基础知识。有些东西只是个人的主观认为,不一定准确,算作抛砖引玉吧,欢迎大家指正!-this paper is based on my study of the ARM since some experience to design its own board of S3C44B0X example, the entry is easily the most basic knowledge. Some things are just personal subjective view, is not necessarily accurate, it counted as something, we welcome correct!
- 2023-05-30 04:10:03下载
- 积分:1
-
led_pic_flash
#include
//#include
//#include "pic16f877.h"
//#include "pic18f4539.h"
//#include "pic18f452.h"
//htc.h
//==========================================================
void delay(unsigned int value)
{ while(value>0) value--; }
//==========================================================
//================================================
//#pragma config FOSC = HS, WDTE = OFF, CP = OFF, PWRTE = OFF
//__CONFIG(FOSC_HS & WDTE_OFF & DEBUG_OFF );
//__CONFIG(HS & WDTE_OFF & DEBUG_OFF );
#pragma config OSC = HS,WDT =OFF
#pragma config PWRT = OFF
//#pragma config OSC = HSPLL
#pragma config WDT = OFF
#pragma config LVP = OFF
void main(void) {
//CLEARBIT(TRISD,0xff);
//SETBIT(PORTD,0xff);
TRISB=0x00
- 2023-05-01 00:10:04下载
- 积分:1