Searched +full:footprint +full:- +full:delta (Results 1 – 3 of 3) sorted by relevance
1 name: Footprint Delta6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}7 cancel-in-progress: true10 footprint-delta:11 runs-on: ubuntu-22.0412 if: github.repository == 'zephyrproject-rtos/zephyr'14 image: ghcr.io/zephyrproject-rtos/ci:v0.26.415 options: '--entrypoint /bin/bash'17 fail-fast: false19 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1[all …]
3 # SPDX-License-Identifier: Apache-2.05 This script help you to compare footprint results with previous commits in git.44 proc = subprocess.Popen('git rev-parse --is-inside-work-tree',62 format = logging.Formatter('%(levelname)-8s: %(message)s')72 description="Compare footprint apps RAM and ROM sizes. Note: "75 parser.add_argument('-b', '--base-commit', default=None,76 help="Commit ID to use as base for footprint "79 parser.add_argument('-c', '--commit', default=None,80 help="Commit ID to use compare footprint against base. "86 proc = subprocess.Popen('git rev-parse %s' % commit, stdout=subprocess.PIPE,[all …]
9 The Nucleo WB55RG board is a multi-protocol wireless and ultra-low-power device10 embedding a powerful and ultra-low-power radio compliant with the Bluetooth®11 Low Energy (BLE) SIG specification v5.0 and with IEEE 802.15.4-2011.14 - STM32 microcontroller in VFQFPN68 package15 - 2.4 GHz RF transceiver supporting Bluetooth® specification v5.0 and16 IEEE 802.15.4-2011 PHY and MAC17 - Dedicated Arm® 32-bit Cortex® M0+ CPU for real-time Radio layer18 - Three user LEDs19 - Board connector: USB user with Micro-B20 - Two types of extension resources:[all …]