aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/spi
Commit message (Collapse)AuthorAgeFilesLines
* Add an example for displaying the manufacturer and size info from aIan Lepore2018-06-231-0/+6
| | | | | | | standard spiflash chip. Notes: svn path=/head/; revision=335593
* Eliminate gcc "shadowed declaration" warnings by using idx rather thanIan Lepore2018-06-221-12/+12
| | | | | | | | | index as a variable name. Reported by: manu@ Notes: svn path=/head/; revision=335529
* Add spi(8), a utility for communicating with a device on a SPI bus fromIan Lepore2018-06-223-0/+1164
userland, conceptually similar to what i2c(8) provides for i2c devices. Submitted by: Bob Frazier Differential Revision: https://reviews.freebsd.org/D15029 Notes: svn path=/head/; revision=335527