Home
last modified time | relevance | path

Searched +full:footprint +full:- +full:delta (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.4.0/.github/workflows/
Dfootprint.yml1 name: Footprint Delta
6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
7 cancel-in-progress: true
10 footprint-delta:
11 runs-on: ubuntu-22.04
12 if: github.repository == 'zephyrproject-rtos/zephyr'
14 image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
15 options: '--entrypoint /bin/bash'
17 fail-fast: false
19 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
[all …]
/Zephyr-Core-3.4.0/scripts/footprint/
Dcompare_footprint3 # SPDX-License-Identifier: Apache-2.0
5 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 …]
/Zephyr-Core-3.4.0/boards/arm/nucleo_wb55rg/doc/
Dnucleo_wb55rg.rst9 The Nucleo WB55RG board is a multi-protocol wireless and ultra-low-power device
10 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 package
15 - 2.4 GHz RF transceiver supporting Bluetooth® specification v5.0 and
16 IEEE 802.15.4-2011 PHY and MAC
17 - Dedicated Arm® 32-bit Cortex® M0+ CPU for real-time Radio layer
18 - Three user LEDs
19 - Board connector: USB user with Micro-B
20 - Two types of extension resources:
[all …]