You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
301 B
19 lines
301 B
# SPDX-License-Identifier: MIT |
|
|
|
CONFIG_SOC_SERIES_STM32F3X=y |
|
CONFIG_SOC_STM32F303XC=y |
|
# 72MHz system clock |
|
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=72000000 |
|
|
|
# Floating Point Options |
|
CONFIG_FPU=y |
|
|
|
# enable pinctrl |
|
CONFIG_PINCTRL=y |
|
|
|
# enable GPIO |
|
CONFIG_GPIO=y |
|
|
|
# clock configuration |
|
CONFIG_CLOCK_CONTROL=y |
|
|
|
|