Searched refs:modules (Results 101 – 125 of 274) sorted by relevance
1234567891011
24 The CANnectivity firmware repository is a Zephyr :ref:`module <modules>` which allows for reuse of
50 Some Zephyr subsystems or modules may also contain C or assembly code
533 # sysbuild_module_call(<hook> MODULES <modules> IMAGES <images> [IMAGE <image>] [EXTRA_ARGS <argu…535 # This function invokes the sysbuild hook provided as <hook> for <modules>.543 # PRE_CMAKE : Invoke pre-CMake call for modules before CMake configure is invoked for images544 # POST_CMAKE : Invoke post-CMake call for modules after CMake configure has been invoked for545 # PRE_IMAGE_CMAKE : Invoke pre-CMake call for modules before CMake configure is invoked for each547 # POST_IMAGE_CMAKE: Invoke post-CMake call for modules after CMake configure has been invoked for549 # PRE_DOMAINS : Invoke pre-domains call for modules before creating domains yaml550 # POST_DOMAINS : Invoke post-domains call for modules after creation of domains yaml
72 int "Initialization priority of modules registering RPMsg endpoints"
44 :zephyr-app: samples/modules/cmsis_dsp/moving_average
46 $ west build -b mps3/corstone300/an547 zephyr/samples/modules/tflite-micro/tflm_ethosu
1 # Configuration for the crypto modules in the TF-M Module
32 list(PREPEND CMAKE_MODULE_PATH ${ZEPHYR_BASE}/cmake/modules)65 zephyr_package_message(NOTICE "Loading Zephyr default modules (${location}).")
59 include(${ZEPHYR_BASE}/cmake/modules/version.cmake)96 include(${ZEPHYR_BASE}/cmake/modules/version.cmake)
42 # Generate rimage modules from the base kernel ELF file. Note the76 # Extract modules for rimage
53 without west installed if you specify any modules manually.72 See :ref:`modules` for more details.
320 horizontal-modules = <2>;321 vertical-modules = <1>;
241 .. _BL654 website: https://ezurio.com/wireless-modules/bluetooth-modules/bluetooth-5-modules/bl654-…
222 def setupZephyrDocument(self, zephyr, modules): argument274 for module in modules:332 def setupModulesDocument(self, modules): argument340 for module in modules:
49 <modules-bin-blobs>` files included in separate Zephyr :ref:`module repositories50 <modules>` maintained by their respective vendors. This means that in order to68 See the :ref:`corresponding section <modules-bin-blobs>` for a more formal72 available blobs and to fetch blobs from user-selected modules.178 mainline distribution and its modules. The open source test suite currently
32 relevant sub-modules is created, threats are identified, and134 modules (SAMs), Trusted Platform Modules (TPMs), and264 important submodules. For each of the modules, a dedicated architecture364 naming schemes of modules, functions, variables, and so forth.452 modules in all of its stages and the management of reported security463 to minimize the vulnerability of individual modules. While this466 as countermeasures manually in security-critical modules.526 mitigate existing weaknesses. Newly developed sub-modules that are568 This procedure shall be carried out during the design phase of modules596 invariance** of the cryptographic algorithms and modules is[all …]
59 …: https://industry.panasonic.eu/products/devices/wireless-connectivity/bluetooth-low-energy-modules
498 instead of legacy Mbed TLS modules. This has a smaller footprint507 bool "Use legacy modules to generate random data"515 Use legacy Mbed TLS modules to generate random data. In this526 this implementation brings in legacy modules which are not required553 "intermediate" modules such as PK, MD and Cipher.
129 self.modules = []344 self.modules = [module.meta.get('name') for module in modules_meta]907 if ts.modules and self.modules and not set(ts.modules).issubset(set(self.modules)):
49 "./modules/mbedtls/create_psa_files.py" = [57 "./samples/modules/tflite-micro/magic_wand/train/data_augmentation.py" = [63 "./samples/modules/tflite-micro/magic_wand/train/data_augmentation_test.py" = [67 "./samples/modules/tflite-micro/magic_wand/train/data_load.py" = [76 "./samples/modules/tflite-micro/magic_wand/train/data_load_test.py" = [81 "./samples/modules/tflite-micro/magic_wand/train/data_prepare.py" = [90 "./samples/modules/tflite-micro/magic_wand/train/data_prepare_test.py" = [98 "./samples/modules/tflite-micro/magic_wand/train/data_split.py" = [105 "./samples/modules/tflite-micro/magic_wand/train/data_split_person.py" = [112 "./samples/modules/tflite-micro/magic_wand/train/data_split_person_test.py" = [[all …]
44 INFO: Loaded 1 modules (2112 inline 8-bit counters): 2112 [0x55cbe336ec55, 0x55cbe336f495),
11 consists of two different modules:
181 modules. See :ref:`west-manifests-projects` for additional information.198 of the module into a regular Zephyr build. Zephyr modules may be west199 projects, but they do not have to. See :ref:`modules` for additional
136 * (optional) A collection of Pmods, Arduino modules, or Mikro modules.276 http://store.digilentinc.com/pmod-modules
58 modules = zephyr_module.parse_modules(ZEPHYR_BASE)59 for m in modules: