blob: 72145f081b31097b2f7b9c3b832b5a704dee990a [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.vals:
STM32_FLASH_SIZE_KB: 1024
STM32_FLASH_NUM_AREAS: 8
MCU_RAM_START: 0x20010000
MCU_RAM_SIZE: 240K
REBOOT_LOG_FLASH_AREA: FLASH_AREA_REBOOT_LOG
CONFIG_FCB_FLASH_AREA: FLASH_AREA_NFFS
NFFS_FLASH_AREA: FLASH_AREA_NFFS
COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1
STM32_CLOCK_VOLTAGESCALING_CONFIG: 'PWR_REGULATOR_VOLTAGE_SCALE2'
STM32_CLOCK_HSI: 0
STM32_CLOCK_HSE: 1
STM32_CLOCK_HSE_BYPASS: 1
STM32_CLOCK_PLL_PLLM: 25
STM32_CLOCK_PLL_PLLN: 432
STM32_CLOCK_PLL_PLLP: 2
STM32_CLOCK_PLL_PLLQ: 9
STM32_CLOCK_ENABLE_OVERDRIVE: 0
STM32_CLOCK_AHB_DIVIDER: 'RCC_SYSCLK_DIV1'
STM32_CLOCK_APB1_DIVIDER: 'RCC_HCLK_DIV4'
STM32_CLOCK_APB2_DIVIDER: 'RCC_HCLK_DIV2'
STM32_FLASH_LATENCY: 'FLASH_LATENCY_7'
STM32_FLASH_PREFETCH_ENABLE: 1
STM32_ART_ACCLERATOR_ENABLE: 1
WATCHDOG_INTERVAL: 28000
UART_0_PIN_TX: 'MCU_GPIO_PORTA(9)'
UART_0_PIN_RX: 'MCU_GPIO_PORTB(7)'
TIMER_0_TIM: 'TIM1'
TIMER_1_TIM: 'TIM8'
TIMER_2_TIM: 'TIM9'
MYNEWT_DOWNLOADER: openocd
MYNEWT_DOWNLOADER_OPENOCD_CFG: stm32f7discovery.cfg
MYNEWT_DOWNLOADER_OPENOCD_INTERFACE: interface/stlink.cfg
MYNEWT_DOWNLOADER_MFG_IMAGE_FLASH_OFFSET: 0x08000000
JLINK_TARGET: STM32F746NG