Add STM32 SPI chip selects

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2110 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-10-01 14:21:29 +00:00
parent 58aecde928
commit 420409fde7
4 changed files with 51 additions and 9 deletions
+1
View File
@@ -275,6 +275,7 @@ enum spi_dev_e
{
SPIDEV_NONE = 0, /* Not a valid value */
SPIDEV_MMCSD, /* Select SPI MMC/SD device */
SPIDEV_FLASH, /* Select SPI FLASH device */
SPIDEV_ETHERNET /* Select SPI ethernet device */
};