19 lines
283 B
Plaintext
19 lines
283 B
Plaintext
|
# STM32H753ZI Nucleo board configuration
|
||
|
|
||
|
# Copyright (c) 2021 Blue Clover Devices
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if BOARD_NUCLEO_H753ZI
|
||
|
|
||
|
config BOARD
|
||
|
default "nucleo_h753zi"
|
||
|
|
||
|
if NETWORKING
|
||
|
|
||
|
config NET_L2_ETHERNET
|
||
|
default y
|
||
|
|
||
|
endif # NETWORKING
|
||
|
|
||
|
endif # BOARD_NUCLEO_H753ZI
|