Searched +full:verify +full:- +full:formatting (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/ |
D | CONTRIBUTING.rst | 4 As an open-source project, we welcome and encourage the community to submit 22 contributions, and documented with a ``Signed-off-by`` line in commits. 28 https://github.com/zephyrproject-rtos/zephyr 33 to verify several aspects of the PR including Git commit formatting,
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 6 As an open-source project, we welcome and encourage the community to submit 24 https://github.com/zephyrproject-rtos/zephyr/blob/main/LICENSE 26 .. _GitHub repo: https://github.com/zephyrproject-rtos/zephyr 38 https://www.zephyrproject.org/faqs/#1571346989065-9216c551-f523 41 https://www.whitesourcesoftware.com/whitesource-blog/top-10-apache-license-questions-answered/ 64 See :ref:`external-contributions` for more information about 84 https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/ 97 later in this document), the developer simply adds a ``Signed-off-by`` 104 .. code-block:: none 129 sign-off) is maintained indefinitely and may be redistributed [all …]
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | psa_crypto.c | 4 * SPDX-License-Identifier: Apache-2.0 25 /* Formatting details for displaying hex dumps. */ 59 /* Now try to re-open the persisted key based on the key ID. */ in crp_get_pub_key() 97 * @brief Stores a new persistent secp256r1 key (usage: ecdsa-with-SHA256) 102 * identifier (key_id) associated with this persistent key. Only the 32-byte 108 * @param key_data Pointer to the 32-byte private key data. 158 /* Re-open the persisted key based on the key ID. */ in crp_imp_key_secp256r1() 183 /* Verify that the exported private key matches input data. */ in crp_imp_key_secp256r1() 213 * @brief Generates a new permanent, persistent prime256v1 (ecdsa-with-SHA256) 270 /* Re-open the persisted key based on the key ID. */ in crp_gen_key_secp256r1() [all …]
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_ops.c | 4 * SPDX-License-Identifier: Apache-2.0 29 struct ext2_data *fs = filp->mp->fs_data; in ext2_open() 31 if (fs->open_files >= CONFIG_MAX_FILES) { in ext2_open() 33 return -EMFILE; in ext2_open() 42 const char *path = fs_impl_strip_prefix(fs_path, filp->mp); in ext2_open() 88 if ((found_inode->i_mode & EXT2_S_IFMT) != EXT2_S_IFREG) { in ext2_open() 89 ret = -EINVAL; in ext2_open() 95 ret = -ENOMEM; in ext2_open() 99 file->f_inode = found_inode; in ext2_open() 100 file->f_off = 0; in ext2_open() [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.8.rst | 13 * Ecosystem: Tracing, debugging support through third-party tools (openocd, 39 * arm: Fixed nRF52840-QIAA SoC support for device tree 61 * Support for new ARM board FRDM-KL25Z 66 * arm: Added support for STM32F469I-DISCO board 72 * UART interrupt-driver API is better defined 73 * Support for pull-style console API 89 * HTTP Basic-Auth support added 91 * Add block wise support to CoAP for well-known response 124 * Bluetooth 5.0: The Controller reports itself as 5.0-capable 126 * Bluetooth 5.0: Added Multiple PHY support, both 2Mbit/s and long-range coded [all …]
|
D | release-notes-3.7.rst | 10 This release is the last non-maintenance 3.x release and, as such, will be the next 18 * A long-awaited :ref:`HTTP Server <http_server_interface>` library, and associated service API, 21 * :ref:`POSIX support <posix_support>` has been extended, with most Options of the IEEE 1003-2017 25 * Bluetooth Host has been extended with support for the Nordic UART Service (NUS), Hands-free Audio 29 :ref:`read-then-decode approach <sensor-read-and-decode>` that enables more types of sensors and 35 * Trusted Firmware-M (TF-M) 2.1.0 and Mbed TLS 3.6.0 have been integrated into Zephyr. 39 1588) allows to synchronize time across devices with sub-microsecond accuracy. 52 * 1-Wire 71 :ref:`pinctrl-guide` for more details. 88 * CVE-2024-3077 `Zephyr project bug tracker GHSA-gmfv-4vfh-2mh8 [all …]
|
D | release-notes-1.10.rst | 12 * Initial alpha-quality thread-level memory protection on x86, userspace and memory 27 * Initial alpha-quality thread-level memory protection on x86, userspace and memory 35 * Memory domain APIs for fine-tuning memory region permissions 38 * Add the following application-facing memory domain APIs: 40 * k_mem_domain_init() - to initialize a memory domain 41 * k_mem_domain_destroy() - to destroy a memory domain 42 * k_mem_domain_add_partition() - to add a partition into a domain 43 * k_mem_domain_remove_partition() - to remove a partition from a domain 44 * k_mem_domain_add_thread() - to add a thread into a domain 45 * k_mem_domain_remove_thread() - to remove a thread from a domain [all …]
|
D | release-notes-2.5.rst | 27 * CVE-2021-3323: Under embargo until 2021-04-14 28 * CVE-2021-3321: Under embargo until 2021-04-14 29 * CVE-2021-3320: Under embargo until 2021-04-14 39 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_. 56 * Changed vcnl4040 dts binding default for property 'proximity-trigger'. 63 * The :c:func:`mqtt_keepalive_time_left` function now returns -1 if keep alive 67 timeout usage must use the new-style k_timeout_t type and not the 87 GPIO-only regulators a devicetree property ``supply-gpios`` is defined as a 101 * ARM Musca-A board and SoC support deprecated and planned to be removed in 2.6.0. 146 sys_heap/k_heaps. Note that the new-style heap is a general [all …]
|
D | release-notes-3.2.rst | 13 * Added support for :ref:`bin-blobs` (also see :ref:`west-blobs`). 15 * Converted all supported boards from ``pinmux`` to :ref:`pinctrl-guide`. 31 * CVE-2022-2993: Under embargo until 2022-11-03 33 * CVE-2022-2741: Under embargo until 2022-10-14 56 This definition can be used by third-party code to compile code conditional 58 Therefore, any third-party code integrated using the Zephyr build system will 91 changed from ``-ENETDOWN`` to ``-ENETUNREACH``. A return value of ``-ENETDOWN`` now indicates 129 * Removed support for configuring the CAN-FD maximum DLC value via Kconfig 156 valid for specific bindings to specify like :dtcompatible:`gpio-leds` and 157 :dtcompatible:`fixed-partitions`. [all …]
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-tools.rst | 1 .. _bluetooth-tools: 14 .. _bluetooth-mobile-apps: 54 .. code-block:: console 58 ./bootstrap-configure --disable-android --disable-midi 67 and making sure to include the :literal:`-E` option in the daemon's execution 70 .. code-block:: console 72 ExecStart=/usr/libexec/bluetooth/bluetoothd -E 76 .. code-block:: console 78 sudo systemctl daemon-reload 99 with the help of the QEMU option :literal:`-serial unix:/tmp/bt-server-bredr`. [all …]
|
/Zephyr-latest/tests/net/lib/http_server/core/src/ |
D | main.c | 5 * SPDX-License-Identifier: Apache-2.0 43 BUILD_ASSERT(sizeof(long_payload) - 1 > CONFIG_HTTP_SERVER_CLIENT_BUFFER_SIZE, 50 * wireshark capture (Copy --> ...as a hex stream) and formatting into a C array initializer using 53 * echo "<frame_as_hex_stream>" | xxd -r -p | xxd -i 56 * $ echo "01234567" | xxd -r -p | xxd -i 240 .static_data_len = sizeof(static_resource_payload) - 1, 260 switch (client->method) { in dynamic_cb() 262 response_ctx->body = dynamic_payload; in dynamic_cb() 263 response_ctx->body_len = dynamic_payload_len; in dynamic_cb() 264 response_ctx->final_chunk = true; in dynamic_cb() [all …]
|
/Zephyr-latest/doc/services/storage/zms/ |
D | zms.rst | 5 Zephyr Memory Storage is a new key-value storage system that is designed to work with all types 6 of non-volatile storage technologies. It supports classical on-chip NOR flash as well as new 12 ZMS divides the memory space into sectors (minimum 2), and each sector is filled with key-value 15 The key-value pair is divided into two parts: 17 - The key part is written in an ATE (Allocation Table Entry) called "ID-ATE" which is stored 19 - The value part is defined as "DATA" and is stored raw starting from the top of the sector 21 Additionally, for each sector we store at the last positions Header-ATEs which are ATEs that 24 When the current sector is full we verify first that the following sector is empty, we garbage 37 .. list-table:: 39 :header-rows: 1 [all …]
|
/Zephyr-latest/tests/unit/cbprintf/ |
D | main.c | 4 * SPDX-License-Identifier: Apache-2.0 96 /* We can't determine at build-time whether int is 64-bit, so assume 138 /* This has to be more than 255 so we can test over-sized widths. */ 158 int idx = outbuf->idx - ((outbuf->idx == outbuf->size) ? 1 : 0); in outbuf_null_terminate() 160 outbuf->buf[idx] = 0; in outbuf_null_terminate() 168 if (buf->idx < buf->size) { in out() 169 buf->buf[buf->idx++] = (char)(unsigned char)c; in out() 253 CBPRINTF_STATIC_PACKAGE(&package[PKG_ALIGN_OFFSET], _len - 1, \ 256 zassert_equal(st_pkg_rv, -ENOSPC); \ 297 printf("%s:%u for '%s'\n", ctx->file, ctx->line, ctx->expected); in prf_failed() [all …]
|
/Zephyr-latest/drivers/modem/ |
D | quectel-bg9x.c | 4 * SPDX-License-Identifier: Apache-2.0 12 #include "quectel-bg9x.h" 63 struct modem_data *data = dev->data; in modem_get_mac() 66 data->mac_addr[0] = 0x00; in modem_get_mac() 67 data->mac_addr[1] = 0x10; in modem_get_mac() 72 UNALIGNED_PUT(hash_value, (uint32_t *)(data->mac_addr + 2)); in modem_get_mac() 74 return data->mac_addr; in modem_get_mac() 127 return -EAGAIN; in on_cmd_sockread_common() 131 if (!data->rx_buf) { in on_cmd_sockread_common() 133 return -EINVAL; in on_cmd_sockread_common() [all …]
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 20 # doxygen -x [configFile] 24 # doxygen -x_noenv [configFile] 26 #--------------------------------------------------------------------------- 28 #--------------------------------------------------------------------------- 31 # file that follow. The default is UTF-8 which is also the encoding used for all 35 # The default value is: UTF-8. 37 DOXYFILE_ENCODING = UTF-8 40 # double-quotes, unless you are using Doxywizard) that should identify the 80 # sub-directories (in 2 levels) under the output directory of each output format 85 # control the number of sub-directories. [all …]
|