搜索资源列表
gpio1
- 利用开发板上的/dev/mem设备,进行内存映射,驱动cpu的GPIO口,点亮和熄灭led灯.附makefile文件-use development board / dev / mem equipment, memory mapping, Drivers cpu GPIO the mouth, and the lights extinguished led lights. makefile attached document
led-driver
- LINUX下控制LED屏的驱动程序,可以实现内存映射功能-LINUX LED screen under the control of the driver, can be achieved memory mapping function
linux_mem_map
- 本文针对市场上流行的嵌入式ARM9处理器,分析其MMU功能单元以及其SOC 平台在LINUX内核中的实现地址映射过程。总结内核建立虚拟内存的一般过程和基本思想
sysinfo
- QT与C++写的任务管理器,代码详细,可以了解曲线画法,内存映射等等!
mmap.rar
- linux 下的 内存映射mmap的相关资料 和 测试源码,the linux mmap and test code
mmap
- 将内核空间vmalloc后不连续的内存地址映射到用户空间的驱动程序,2.4内核 和2.6内核两个版本,学内存分配必备资料。看完后就了解mmap原理了-Vmalloc kernel space will not be straight after the memory address is mapped to the user space driver, 2.4 kernel and 2.6 kernel versions, learning the necessary information o
mmap-nopage.tar
- nopage 方式的内存映射机制,完成用户空间和内核空间的地址转化,多用户空间的数据交换-nopage way of memory mapping mechanism, the completion of the user' s address space and kernel space conversion, multi-user spatial data exchange
MemoryMap
- MemMap类,综合了linux和windows两个平台的内存映射功能接口,此类可用于跨平台的内存映射,操作方便。-MemMap class, a combination of both linux and windows platform, the memory mapping interface, such memory can be used to map cross-platform, easy to operate.
Linuxmemory
- Linux环境进程间通信共享内存,共享内存可以说是最有用的进程间通信方式,也是最快的IPC形式。两个不同进程A、B共享内存的意思是,同一块物理内存被映射到进程A、B各自的进程地址空间。进程A可以即时看到进程B对共享内存中数据的更新,反之亦然。由于多个进程共享同一块内存区域,必然需要某种同步机制,互斥锁和信号量都可以。-Memory
Linux26-mm-research
- 阐述linux 2.6内核的内存管理,包含页面映射,伙伴系统-linux kernel memory management, page mapping and buddy system,etc
Airead-digit-box-6e93783.tar
- JPEG 文件解压缩(库文件) 背景音乐播放(多进程) 用户按键控制( IPC ) 画面特效显示(多线程) 目录遍历(多线程间通讯) Frombuffer 的应用(内存映射) U 盘检测(文件 I/O ) 天气预报( HTTP/XML )-JPEG files unzip (library files) The background music playback (Multi-process) The user button control (IPC) S
dw_spi_mmio
- DW SPI核心内存映射接口驱动程序,略有优化-Memory-mapped interface driver for DW SPI Core,Slight optimization
read
- linux下访问物理内存,内存映射,字符型设备可免驱动-Access to physical memory, Linux memory mapping, character device can drive
linux_mem
- linux内核深入学习之内存分配,关于linux的内存映射-linux memory
framebuffer
- Linux环境下LCD的操作,通过内存映射,在LCD上显示和绘制。-Linux environment LCD operation, through memory mapping, display, and draw on the LCD.
gpio
- 通过使用mmap进行内存映射,可以在用户层控制gpio,这个程序是控制nanopi m1开发板上的pa7引脚,可以实现led的闪烁。-By using mmap for memory mapping, you can control gpio in the user layer, this program is to control nanopi m1 development board pa7 pin, led flashing can be achieved.