blob: 993bee2f79602dde2d8a4eee2c167caa473509cb [file] [log] [blame]
# STM32G431RB Nucleo board configuration
# Copyright (c) 2019 Richard Osterloh <richard.osterloh@gmail.com>
# SPDX-License-Identifier: Apache-2.0
if BOARD_NUCLEO_G431RB
config BOARD
default "nucleo_g431rb"
config SPI_STM32_INTERRUPT
default y
depends on SPI
# LPTIM clocked by LSE, force tick freq to 4096 for tick accuracy
config SYS_CLOCK_TICKS_PER_SEC
default 4096 if STM32_LPTIM_TIMER
endif # BOARD_NUCLEO_G431RB