Checking that our SPI Test Driver has been loaded in #NuttX
https://lupyuen.github.io/articles/spi2?19#load-the-spi-test-driver
Here's how we load our SPI Test Driver in #NuttX
https://lupyuen.github.io/articles/spi2?18#load-the-spi-test-driver
Every #NuttX Device Driver defines a list of File Operations ... Here are the operations for our SPI Test Driver
What's inside our SPI Test Driver for #NuttX
https://lupyuen.github.io/articles/spi2?11#inside-the-spi-test-driver
Why we chose to clone the "dat-31r5-sp" driver in #NuttX ... Yep we did a Quantitative Analysis of NuttX Drivers!
https://lupyuen.github.io/articles/spi2?10#verify-device-driver
Our Custom Device Driver appears as "/dev/spitest0" in #NuttX
https://lupyuen.github.io/articles/spi2?9#verify-device-driver
During #NuttX Startup, we register our Device Driver
https://lupyuen.github.io/articles/spi2?8#register-device-driver
How we create a Device Driver in #NuttX ... The copy-n-paste way
https://lupyuen.github.io/articles/spi2?5#appendix-create-a-nuttx-device-driver
Here's how we create a #NuttX App
https://lupyuen.github.io/articles/spi2?4#appendix-create-a-nuttx-app
"Can I use the #RustLang Embedded HAL on Hubris?"
https://github.com/oxidecomputer/hubris/blob/master/FAQ.mkdn
#NuttX Apps can't call the SPI Driver directly ... Here's why
https://lupyuen.github.io/articles/spi2?3#spi-test-app-and-driver
To test the #NuttX SPI Functions, we create an App and a Device Driver
https://lupyuen.github.io/articles/spi2?3#spi-test-app-and-driver
My #3 most popular article: Prometheus, Grafana and The Things Network 🤔
How we transmit and receive data over SPI on Apache #NuttX OS ... And what's inside the SPI Driver ... All shall be explained here
IoT Techie and Educator / Apache NuttX PMC