Commit 5a013e32 authored by Fabio Utzig's avatar Fabio Utzig Committed by Fabio Utzig
Browse files

ci: add Mynewt test target for swap move



Add a new Mynewt build configuration that uses the swap move mode.

Signed-off-by: default avatarFabio Utzig <utzig@apache.org>
parent 46e554e7
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
#
# 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.
#

pkg.name: "targets/swap_move"
pkg.type: "target"
pkg.description:
pkg.author:
pkg.homepage:

pkg.deps:
    - "@mcuboot/boot/mynewt"
+46 −0
Original line number Diff line number Diff line
# 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:
    BOOT_SERIAL: 0
    BOOT_SERIAL_DETECT_PIN: 11
    BOOT_SERIAL_DETECT_PIN_VAL: 0
    BOOT_SERIAL_REPORT_PIN: 13
    BOOTUTIL_VALIDATE_SLOT0: 0
    BOOTUTIL_MAX_IMG_SECTORS: 256
    BOOTUTIL_SWAP_USING_MOVE: 1
    BOOTUTIL_SIGN_EC256: 0
    BOOTUTIL_SIGN_RSA: 0
    BOOTUTIL_ENCRYPT_RSA: 0
    BOOTUTIL_ENCRYPT_KW: 0
    BOOTUTIL_USE_MBED_TLS: 0
    BOOTUTIL_USE_TINYCRYPT: 1
    BOOTUTIL_OVERWRITE_ONLY: 0
    BOOTUTIL_OVERWRITE_ONLY_FAST: 1
    BOOTUTIL_HAVE_LOGGING: 0
    BOOTUTIL_NO_LOGGING: 1
    BOOTUTIL_LOG_LEVEL: 'BOOTUTIL_LOG_LEVEL_INFO'
    CONSOLE_COMPAT: 1
    CONSOLE_INPUT: 0
    CONSOLE_UART: 0
    CONSOLE_RTT: 0
    OS_CPUTIME_TIMER_NUM: 0
    TIMER_0: 1
    UART_0: 0
    BOOTUTIL_BOOTSTRAP: 0
    MBEDTLS_NIST_KW_C: 0
+22 −0
Original line number Diff line number Diff line
#
# 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.
#

target.app: "@mcuboot/boot/mynewt"
target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
target.build_profile: "optimized"