2016-11-01 17:51:44 +00:00
2016-07-14 17:10:00 +00:00
2016-11-01 17:02:45 +00:00
2016-11-01 17:51:44 +00:00
2016-11-01 17:32:40 +00:00

kernel_drivers_examples

kernel 3.10.49 drivers test examples

目录说明

  • app 是测试驱动的应用程序
  • debug 是驱动模板
  • script 是测试脚本

使用方法

  • make CC=your_compiler_path KERNELDIR=your_kernel_dir

举例(以hello模块为例)

  • cd debug/hello
  • make CC=/home/zeroway/3288/src/3288_4.4/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-gcc KERNELDIR=/home/zeroway/3288/src/3288_4.4/kernel
Description
Write Linux kernel drivers from scratch and hacking
Readme 7.4 MiB
Languages
C 92.1%
Makefile 7.2%
Shell 0.7%