26 lines
375 B
Plaintext
26 lines
375 B
Plaintext
# STM32L4R5ZI Nucleo board configuration
|
|
|
|
# Copyright (c) 2018 Pushpal Sidhu
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_NUCLEO_L4R5ZI
|
|
|
|
config BOARD
|
|
default "nucleo_l4r5zi"
|
|
|
|
config SPI_STM32_INTERRUPT
|
|
default y
|
|
depends on SPI
|
|
|
|
if NETWORKING
|
|
|
|
config USB_DEVICE_STACK
|
|
default y
|
|
|
|
config USB_DEVICE_NETWORK_EEM
|
|
default y
|
|
|
|
endif # NETWORKING
|
|
|
|
endif # BOARD_NUCLEO_L4R5ZI
|