摘要: 发现intel curie平台的bsp部分驱动架构类似linux,今天花了一下午把curie bsp的驱动核心抽离出来了,并且做了几个小sample。 最小驱动框架核心代码 1、设备管理 device.c #include <stdio.h> #include <stddef.h> #include 阅读全文
posted @ 2017-04-29 19:40 dong1 阅读(1022) 评论(0) 推荐(0) 编辑