/Zephyr-latest/scripts/west_commands/runners/ |
D | nrf_common.py | 63 if 'hal_nordic' in m.meta.get('name'):
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap.c | 693 static int lc3_enable(struct bt_bap_stream *stream, const uint8_t meta[], size_t meta_len, in lc3_enable() argument 721 static int lc3_metadata(struct bt_bap_stream *stream, const uint8_t meta[], size_t meta_len, in lc3_metadata() argument 726 return bt_audio_data_parse(meta, meta_len, meta_data_func_cb, rsp); in lc3_metadata() 808 sys_put_le16(context, codec_cfg->meta); in set_metadata() 1581 err = bt_bap_stream_enable(default_stream, codec_cfg->meta, codec_cfg->meta_len); in cmd_enable() 1647 err = bt_bap_stream_metadata(default_stream, codec_cfg->meta, codec_cfg->meta_len); in cmd_metadata()
|
/Zephyr-latest/samples/bluetooth/cap_initiator/src/ |
D | cap_initiator_unicast.c | 234 bt_audio_data_parse(codec_cap->meta, codec_cap->meta_len, log_codec_cb, "meta"); in log_codec()
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testplan.py | 855 modules = [mock.Mock(meta={'name': 'name1'}), 856 mock.Mock(meta={'name': 'name2'})]
|
/Zephyr-latest/cmake/modules/ |
D | kernel.cmake | 172 set(KERNEL_META_NAME ${KERNEL_NAME}.meta)
|
/Zephyr-latest/tests/bluetooth/audio/bap_base/src/ |
D | main.c | 537 zassert_mem_equal(codec_cfg.meta, expected_meta, sizeof(expected_meta)); in test_base_subgroup_codec_to_codec_cfg_cb()
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.zsh | 54 # Completion script for Zephyr's meta-tool, west
|
/Zephyr-latest/doc/ |
D | glossary.rst | 160 A multi-repo meta-tool developed for the Zephyr project. See :ref:`west`.
|
/Zephyr-latest/doc/hardware/porting/ |
D | soc_porting.rst | 76 #. :file:`soc.yml`: a YAML file describing the high-level meta data of the
|
D | board_porting.rst | 276 #. :file:`board.yml`: a YAML file describing the high-level meta data of the
|
/Zephyr-latest/ |
D | Kconfig.zephyr | 924 bool "Create a build meta file" 926 Create a build meta file in the build directory containing lists of: 938 File extension is .meta
|
D | CMakeLists.txt | 1820 --meta-out ${KERNEL_META_PATH} 1822 $<$<BOOL:${CONFIG_BUILD_OUTPUT_META_STATE_PROPAGATE}>:--meta-state-propagate>
|
/Zephyr-latest/dts/bindings/ |
D | vendor-prefixes.txt | 232 facebook Facebook (deprecated, use meta) 421 meta Meta Platforms, Inc.
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 905 prompt "Connection meta data extension" 908 Enables vendor specific per-connection meta data as part of the 912 prompt "RX pdu meta data"
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | pacs.c | 187 net_buf_simple_add_mem(buf, codec_cap->meta, codec_cap->meta_len); in build_pac_records()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | mcp.rst | 277 <inf> bt_mcc: Object's meta data:
|
/Zephyr-latest/doc/_extensions/zephyr/domain/ |
D | __init__.py | 206 meta_description = nodes.meta()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.2.rst | 222 * Fix edge case in meta-IRQ preemption of co-operative threads 1246 * :github:`3866` - To optimize the layout of the meta data of mem_slab & mem_pool 1248 * :github:`3717` - purge linker scripts of macro-based meta-language
|
D | release-notes-1.12.rst | 20 - Command-line Zephyr meta-tool "west" 51 * kernel: Add "meta IRQ" thread priorities
|
D | release-notes-2.1.rst | 930 * :github:`6991` - Enhance test reporting and maintain one source for testcase meta data
|
/Zephyr-latest/kernel/ |
D | Kconfig | 97 end of the range which have "meta-irq" behavior. Runnable 102 of "interrupting" the current task and running the meta-irq
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testplan.py | 343 self.modules = [module.meta.get('name') for module in modules_meta]
|
/Zephyr-latest/doc/develop/flash_debug/ |
D | probes.rst | 423 If you use West (Zephyr's meta-tool) you can modify the default runner using
|
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/ |
D | bluetooth-le-audio-arch.rst | 29 and additional helper or meta functions that do not correspond to procedures.
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 785 meta-tool, which invokes ``cmake`` and the underlying build tool (``ninja`` or
|