Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an example for displaying the manufacturer and size info from a | Ian Lepore | 2018-06-23 | 1 | -0/+6 |
| | | | | | | | standard spiflash chip. Notes: svn path=/head/; revision=335593 | ||||
* | Eliminate gcc "shadowed declaration" warnings by using idx rather than | Ian Lepore | 2018-06-22 | 1 | -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 from | Ian Lepore | 2018-06-22 | 3 | -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 |