Searched refs:registry (Results 1 – 17 of 17) sorted by relevance
20 To use the Zephyr CMake package it must first be exported to the `CMake user package registry`_.22 CMake user package registry.29 In Linux, the CMake user package registry is found in:35 In macOS, the CMake user package registry is found in:41 In Windows, the CMake user package registry is found in:63 Zephyr CMake package is exported to the CMake user package registry using the following commands:69 This will export the current Zephyr to the CMake user package registry.132 * Zephyr freestanding application will use the Zephyr registered in the CMake user package registry.150 registry and therefore this Zephyr will be used by the Zephyr freestanding application345 installed in the CMake package registry. The search steps are:[all …]
22 message("has been added to the user package registry in:")
135 # CMake finds packages will look all packages registered in the user package registry.
127 # CMake finds packages will look all packages registered in the user package registry.
37 static struct registry_entry registry[CONFIG_FILE_SYSTEM_MAX_TYPES]; variable49 for (size_t i = 0; i < ARRAY_SIZE(registry); ++i) { in registry_add()50 struct registry_entry *ep = ®istry[i]; in registry_add()65 for (size_t i = 0; i < ARRAY_SIZE(registry); ++i) { in registry_find()66 struct registry_entry *ep = ®istry[i]; in registry_find()
54 config package in the CMake user package registry.56 In Windows, the CMake user package registry is found in59 In Linux and MacOS, the CMake user package registry is found in.
42 of the Zephyr SDK, then you must register the Zephyr SDK in the CMake package registry43 by running the setup script. If you decide not to register the Zephyr SDK in the CMake registry,
4 # Devicetree binding types registry.
1 # Device tree binding vendor prefix registry. Keep this list in
228 `LwM2M registry`_.790 lock :Lock the LwM2M registry791 unlock :Unlock the LwM2M registry809 .. _LwM2M registry:
149 .. _Vulnerability Registry: https://www.zephyrproject.org/vulnerability-registry/
277 register the Zephyr SDK in the CMake package registry by running the setup
153 The :ref:`cmake_pkg` can be exported to CMake's user package registry if it has
655 This allows for registering Zephyr in the CMake user package registry and658 Registering the Zephyr CMake package in the CMake user package registry662 registration of Zephyr CMake package in the CMake user package registry.
826 * Refactored LwM2M engine module into smaller sub-modules: LwM2M registry,
1080 * Added shell command to lock/unlock LwM2M registry.