Loading...
# STM32 Nucleo-64 development board with STM32L073RZ MCU # Copyright (c) 2018 Ilya Tagunov <tagunil@gmail.com> # SPDX-License-Identifier: Apache-2.0 if BOARD_NUCLEO_L073RZ config BOARD default "nucleo_l073rz" config SPI_STM32_INTERRUPT default y depends on SPI # FIXME: LSE not working as LPTIM clock source. Use LSI instead. choice STM32_LPTIM_CLOCK default STM32_LPTIM_CLOCK_LSI depends on STM32_LPTIM_TIMER endchoice endif # BOARD_NUCLEO_L073RZ |