Searched +full:bug +full:- +full:snapshot (Results 1 – 3 of 3) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.04 # Make a snapshot of open bugs as a python pickle file, compressed7 name: Bug Snapshot14 - cron: '5 14 * * *'19 runs-on: ubuntu-22.0420 if: github.repository_owner == 'zephyrproject-rtos'23 - name: Checkout26 - name: Install Python dependencies28 pip install -U pygithub30 - name: Snapshot bugs[all …]
15 The upstream MCUmgr repository is located `in this page <https://github.com/apache/mynewt-mcumgr>`_.16 The Zephyr fork used in version 2.7 and earlier is `located here <https://github.com/zephyrproject-…17 …rary that is `part of the Zephyr code base <https://github.com/zephyrproject-rtos/zephyr/tree/main…23 to the upstream repository of MCUmgr and then bring it to Zephyr with snapshot updates.27 … done directly to the Zephyr held code of the MCUmgr library, is backported to the ``v2.7-branch``.28 … ported to the Zephyr held code from the upstream repository, is backported to the ``v2.7-branch``.30 to the ``v2.7-branch``.32 directly applied to the ``v2.7-branch``.44 Creating a bug report47 Every proposed fix requires a bug report submitted for the specified version of Zephyr affected by …[all …]
7 order to avoid reinventing the wheel and to reuse as much well-established,14 modules, an external project is required to have its own life-cycle outside29 - Debugger integration30 - Silicon vendor Hardware Abstraction Layers (HALs)31 - Cryptography libraries32 - File Systems33 - Inter-Process Communication (IPC) libraries36 references to optional :ref:`binary blobs <bin-blobs>`.41 .. _modules-vs-projects:47 <west-workspace>`. In fact, modules :ref:`do not require west[all …]