Re: SPI driver usage
Tomasz Bursztyka
Hi Corey,
toggle quoted message
Show quoted text
You'll have to wait k64f spi driver gets into the tree first, unless you want to try under review patch. You won't have to tell anything about any pins. The driver manages all that for you, hopefully. You don't have to use the driver itself. You'll just have to grab the right instance via device_get_binding() and use it through the API described in include/spi.h Tomasz Hi, |
|