摘要: 一:首先在我的平台注册platform_device,保证能让spi-gpio.c能执行到probe函数。 1: struct spi_gpio_platform_data { 2: unsigned sck; 3: unsigned mosi; 4: unsigned miso; 5: 6: u1 阅读全文
posted @ 2018-08-22 10:46 阿孓 阅读(1582) 评论(0) 推荐(0) 编辑