blob: 75d5ca0c758bba73923e202abe5ff561e2fb9d52 [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:
BSP_ARDUINO_ZERO_PRO:
description: 'Building for Arduino Zero Pro'
value: 0
UART_0:
description: 'Whether to enable UART0'
value: 1
UART_1:
description: 'Whether to enable UART1'
value: 0
TIMER_0:
description: 'Arduino zero Timer 0.'
value: 1
TIMER_1:
description: 'Arduino zero Timer 1.'
value: 0
TIMER_2:
description: 'Arduino zero Timer 2.'
value: 0
syscfg.vals:
CONFIG_FCB_FLASH_AREA: FLASH_AREA_NFFS
REBOOT_LOG_FLASH_AREA: FLASH_AREA_REBOOT_LOG
NFFS_FLASH_AREA: FLASH_AREA_NFFS
COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1
# Console history happens at interrupts and arduino is not fast
# enough to do this and to perform simultaneous transmit and
# receive at 115200 for large frames. Disable history by default
CONSOLE_HISTORY: none