1# Licensed to the Apache Software Foundation (ASF) under one 2# or more contributor license agreements. See the NOTICE file 3# distributed with this work for additional information 4# regarding copyright ownership. The ASF licenses this file 5# to you under the Apache License, Version 2.0 (the 6# "License"); you may not use this file except in compliance 7# with the License. You may obtain a copy of the License at 8# 9# http://www.apache.org/licenses/LICENSE-2.0 10# 11# Unless required by applicable law or agreed to in writing, 12# software distributed under the License is distributed on an 13# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14# KIND, either express or implied. See the License for the 15# specific language governing permissions and limitations 16# under the License. 17# 18 19syscfg.vals: 20 BOOT_SERIAL: 0 21 BOOT_SERIAL_DETECT_PIN: 11 22 BOOT_SERIAL_DETECT_PIN_VAL: 0 23 BOOT_SERIAL_REPORT_PIN: 13 24 BOOTUTIL_VALIDATE_SLOT0: 0 25 BOOTUTIL_MAX_IMG_SECTORS: 256 26 BOOTUTIL_SIGN_EC256: 0 27 BOOTUTIL_SIGN_RSA: 0 28 BOOTUTIL_ENCRYPT_RSA: 0 29 BOOTUTIL_ENCRYPT_KW: 0 30 BOOTUTIL_USE_MBED_TLS: 0 31 BOOTUTIL_USE_TINYCRYPT: 1 32 BOOTUTIL_OVERWRITE_ONLY: 0 33 BOOTUTIL_OVERWRITE_ONLY_FAST: 1 34 BOOTUTIL_HAVE_LOGGING: 0 35 BOOTUTIL_NO_LOGGING: 1 36 BOOTUTIL_LOG_LEVEL: 'BOOTUTIL_LOG_LEVEL_INFO' 37 CONSOLE_COMPAT: 1 38 CONSOLE_INPUT: 0 39 CONSOLE_UART: 0 40 CONSOLE_RTT: 0 41 OS_CPUTIME_TIMER_NUM: 0 42 TIMER_0: 1 43 UART_0: 0 44 BOOTUTIL_BOOTSTRAP: 0 45 MBEDTLS_NIST_KW_C: 0 46