blob: eafd62c5bca3921564f2d4ef10ffca795119134c [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
syscfg.defs:
HARDFLOAT:
description: 'Whether to enable UART0 FPU context switch'
value: 1
CLOCK_FREQ:
description: 'System clock frequency, defined in hal_bsp.c'
value: 200000000
range: 8000000, 24000000, 50000000, 100000000, 200000000
syscfg.vals:
TIMER_0: 1
I2C_3: 1
I2C_3_FREQ_KHZ: 400
I2C_4: 1
I2C_4_FREQ_KHZ: 400
UART_3: 1
UART_3_PIN_TX: MCU_GPIO_PORTD(4)
UART_3_PIN_RX: MCU_GPIO_PORTD(0)
SPI_3_MASTER: 1
SPI_3_MASTER_PIN_MOSI: MCU_GPIO_PORTD(5)
SPI_3_MASTER_PIN_MISO: MCU_GPIO_PORTD(11)
CONSOLE_UART_DEV: '"uart3"'
SYSTEM_CLOCK_SRC: POSC_PLL
SYSTEM_CLOCK_OSC_FREQ: 24000000
SYSTEM_CLOCK_PLLIDIV: 3
SYSTEM_CLOCK_PLLRANGE: 1
SYSTEM_CLOCK_PLLMULT: 50
SYSTEM_CLOCK_PLLODIV: 2