11 lines
285 B
Plaintext
11 lines
285 B
Plaintext
# Kconfig - STM32 Nucleo-64 development board with STM32L053R8 MCU configuration
|
|
#
|
|
# Copyright (c) 2018 Anthony Kreft <anthony.kreft@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config BOARD_NUCLEO_L053R8
|
|
bool "NUCLEO-64 L053R8 Development Board"
|
|
depends on SOC_STM32L053X8
|