3966f67746
Adds support for hardware SPI to the zephyr port. Consistent with other ports, such as rp2 and stm32, we only implement the SPI protocol functions (init and transfer). Explicit sck/mosi/miso selection is not supported and new SPI instances are initialized with default values.
17 lines
264 B
Plaintext
17 lines
264 B
Plaintext
# Networking drivers
|
|
CONFIG_NET_L2_ETHERNET=y
|
|
|
|
# Hardware features
|
|
CONFIG_I2C=y
|
|
CONFIG_SPI=y
|
|
|
|
# Sensor drivers
|
|
CONFIG_FXOS8700=y
|
|
CONFIG_FXOS8700_MODE_HYBRID=y
|
|
CONFIG_FXOS8700_TEMP=y
|
|
|
|
# Flash drivers
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_MAP=y
|
|
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|