搜索资源列表
12
- 实现一个简单的shell,实现步骤:(1)在虚拟的shell界面上出现命令提示符($或#); (2)获取用户指令:获取用户在命令提示符后面输入的命令及其参数,并注意命令输入的最大长度; (3)解析指令:对用户输入的命令进行解析,解析出命令名和参数; (4)寻找命令文件:每个命令的执行都必须依靠对应的可执行文件,这些文件的存放路径存放在用户的PATH环境变量里; (5)执行命令:可通过fork( )系统调用创建一个进程来完成执行命令的任务,具体的命令执行用execv( )函
iostat-2.2
- 测试linux io工具,版本为2.2,对源代码进行了注释说明。-test linux io tool,version 2.2 ,note for the source code
Linux-driver-developte-note
- 基于2.6内核的linux设备驱动程序开发简明教程 嵌入式Linux设备驱动开发笔记--赖永诚-Linux driver developte note
board_note
- board.c in uboot source code with lots of note
vimrc
- 实现Linux下vim的高亮与缩进 方法1.下载,2.解压到etc/vim中 注意:使用前保存元vimrc若出现问题也可打开vimrc把下载的vimrc中标注最后的几行拷贝过去保存就行了-Implementation under Linux vim highlighting and indentation method 1 download, 2. Extract etc/vim in Note: Before saving yuan vimrc If you have problems
lcd_example--4.2
- TQ2440开发板触屏(注意我的是4.2寸的,不是的请改头文件)的裸机程序,显示图片功能。-TQ2440 development board touch screen (note that I was 4.2 inches, not, please change the header file) bare metal program that displays picture function.
iscsitarget-1.4.20.2.tar
- 这是iscsi的源码包,免费下载,请大家多多留意啊。-This is the source code package, iscsi free download, please take note.
btstack
- 蓝牙协议栈btstack的源码,用于iphone的开发。 在XCODE 4.6 /MAC OS LION 10.7.3 上编译btstack步骤: btstack的官网上的介绍各种不靠谱,按照上面的说法根本无法编译成功。 注意:XCODE要和其他APP放在一起,路径为/Applications/Xcode.app。不可省事放在桌面上。 1、下载btstack svn checkout http://btstack.googlecode.com/svn/
Linux-kernel-and-chinese-note
- Linux0.11源码和中文注释,觉得很好-Linux0.11 source and Chinese comments, feel good
Linux-InputDriver-
- Linux input 驱动开发笔记,详尽讲解Input子系统的架构,笔记中有详细的注解,方便初学者查阅,通过本笔记您可以深入的理解Linux Input的精髓。-Linux input driver development notes, detailed explanation Input subsystem architecture, notes are detailed notes, easy for beginners to access, through this note you c
NRF2401-STM32
- NRF2401 STM32 收发例程 注意,这里要用2个NRF24L01模块同时工作,才能实现。我们测试时基于两套开发板的- NRF2401 STM32 receive routine Note that this use two NRF24L01 modules at a time, can be achieved. Our development board based on two sets of test
task_setup.py
- The battery simulator node battery_simulator.py can be found in the directory rbx2_utils/nodes . The scr ipt is fairly straightforward except perhaps for the parts relating to dynamic reconfigure which we will cover in detail in Chapter 7. For no
01lcd_font
- 针对友善之臂4412开发板裸机下操作LCD显示驱动,注:Lcd的背光默认没有开启,可以通过先加载linux内核来开启背光,然后按reset键重启进入u-boot来运行自己的程序;-Note 4412: Lcd s default backlight is not turned on, you can first load the linux kernel to open the backlight, and then press the reset key to restart into the
01i2c
- 开发板4412_ARM9,通过I2C驱动操作EEPROM设备,里面注有详细的解释,手册可以上网搜索,非常之多!!希望对你开发有所帮助-Development board 4412_ARM9, I2C drive through the EEPROM device operation, which note a detailed explanation, the manual can search the Internet, very much! . I hope to help you deve
try_Bee.tar
- linux下控制蜂鸣器发声,网上的版本,运行后没有停止,此版本添加了停止,和注释.(注:需要root权限)-The buzzer sound Linux, online version, after the operation did not stop, this version adds a stop, and comments. (Note: requires root permission)
spidev.c
- * This supports access to SPI devices using normal userspace I/O calls. * Note that while traditional UNIX/POSIX I/O semantics are half duplex, * and often mask message boundaries, full SPI support requires full duplex * transfers. There ar