/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.version | 2 # SPDX-License-Identifier: Apache-2.0 22 bool "Kernel version minor" 24 The minor version number, such as 4 in 3.4.0 35 (major << 16 | minor << 8 | patchlevel). For example, 41 The kernel git reference, such as "v3.3.0-18-g2c85d9224fca", 42 or overridden at build time - see BUILD_VERSION 55 bool "App version minor" 57 The app minor version number, such as 0 in 1.0.0 68 (major << 16 | minor << 8 | patchlevel). For example, 74 The application git reference, such as "v3.3.0-18-g2c85d9224fca"
|
/Zephyr-latest/tests/drivers/dma/chan_link_transfer/src/ |
D | test_dma.c | 4 * SPDX-License-Identifier: Apache-2.0 11 * - Test Steps 12 * -# Set dma channel configuration including source/dest addr, burstlen 13 * -# Set direction memory-to-memory 14 * -# Start transfer tx -> rx 15 * -# after a major/minor loop trigger another channel to transfer, rx -> rx2 16 * - Expected Results 17 * -# Data is transferred correctly from src to dest 52 static int test_task(int minor, int major) in test_task() argument 106 dma_cfg.source_chaining_en = minor; in test_task() [all …]
|
/Zephyr-latest/doc/develop/api/ |
D | overview.rst | 16 * If minor version is up to one (0.1.z), API is considered 18 * If minor version is larger than one (0.y.z | y > 1), API is considered 33 * Minor version Y (x.Y.z | x > 0) MUST be incremented if new, backwards 38 Patch version MUST be reset to 0 when minor version is incremented. 47 - 0.1.0 denotes an :ref:`experimental <api_lifecycle_experimental>` API 48 - 0.8.0 denote an :ref:`unstable <api_lifecycle_unstable>` API, 49 - and finally 1.0.0 indicates a :ref:`stable <api_lifecycle_stable>` APIs. 55 .. api-overview-table::
|
/Zephyr-latest/samples/subsys/zbus/uart_bridge/src/ |
D | core.c | 3 * SPDX-License-Identifier: Apache-2.0 19 ZBUS_MSG_INIT(.major = 0, .minor = 1, 20 .build = 1023) /* Initial value major 0, minor 1, build 1023 */
|
D | messages.h | 3 * SPDX-License-Identifier: Apache-2.0 12 uint8_t minor; member
|
/Zephyr-latest/samples/tfm_integration/tfm_ipc/ |
D | sample.yaml | 2 description: This app provides an example of using TF-M on the secure side, with 4 name: TF-M IPC example 8 - introduction 9 - trusted-firmware-m 10 - mcuboot 12 - mps2/an521/cpu0/ns 13 - nrf5340dk/nrf5340/cpuapp/ns 14 - nrf9160dk/nrf9160/ns 15 - nucleo_l552ze_q/stm32l552xx/ns 16 - stm32l562e_dk/stm32l562xx/ns [all …]
|
/Zephyr-latest/tests/subsys/zbus/user_data/src/ |
D | main.c | 3 * SPDX-License-Identifier: Apache-2.0 20 ZBUS_MSG_INIT(.major = 0, .minor = 1, 21 .build = 2) /* Initial value major 0, minor 1, build 1023 */ 32 ZBUS_MSG_INIT(0) /* Initial value major 0, minor 1, build 1023 */ 44 *counter = -2; in ZTEST() 47 zassert_equal(*(int *)zbus_chan_user_data(®ular_chan), -2, NULL); in ZTEST()
|
D | messages.h | 3 * SPDX-License-Identifier: Apache-2.0 11 uint8_t minor; member
|
/Zephyr-latest/boards/we/oceanus1ev/ |
D | board.yml | 3 full_name: Oceanus-I EV 6 format: "major.minor.patch" 10 - name: "1.1.0" 12 - name: stm32wle5xx
|
/Zephyr-latest/boards/arduino/portenta_h7/ |
D | board.yml | 6 - name: stm32h747xx 8 format: major.minor.patch 11 - name: 1.0.0 12 - name: 4.10.0
|
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/ |
D | board.yml | 6 format: "major.minor.patch" 9 - name: "0.0.0" 10 - name: "1.0.0" 12 - name: cy8c6347
|
/Zephyr-latest/boards/snps/em_starterkit/ |
D | board.yml | 6 - name: emsk_em7d 7 - name: emsk_em9d 8 - name: emsk_em11d 10 format: major.minor.patch 13 - name: "2.2" 14 - name: "2.3"
|
/Zephyr-latest/boards/actinius/icarus/ |
D | board.yml | 6 - name: nrf9160 8 - name: 'ns' 10 format: major.minor.patch 13 - name: "1.4.0" 14 - name: "2.0.0"
|
/Zephyr-latest/boards/nordic/nrf9161dk/ |
D | board.yml | 6 - name: nrf9161 8 - name: 'ns' 10 format: major.minor.patch 13 - name: "0.7.0" 14 - name: "0.9.0"
|
/Zephyr-latest/boards/nordic/nrf9160dk/ |
D | board.yml | 6 - name: nrf9160 8 - name: 'ns' 9 - name: nrf52840 11 format: major.minor.patch 14 - name: "0.7.0" 15 - name: "0.14.0"
|
/Zephyr-latest/tests/subsys/zbus/integration/src/ |
D | channels.c | 3 * SPDX-License-Identifier: Apache-2.0 15 ZBUS_MSG_INIT(.major = 0, .minor = 1, 16 .build = 1023) /* Initial value major 0, minor 1, build 1023 */
|
/Zephyr-latest/boards/nordic/nrf54h20dk/ |
D | board.yml | 6 - name: nrf54h20 8 - name: xip 10 - name: xip 13 format: major.minor.patch 16 - name: "0.9.0"
|
/Zephyr-latest/samples/subsys/zbus/hello_world/src/ |
D | main.c | 3 * SPDX-License-Identifier: Apache-2.0 15 uint8_t minor; member 31 ZBUS_MSG_INIT(.major = 0, .minor = 1, 32 .build = 2) /* Initial value major 0, minor 1, build 2 */ 70 LOG_INF("From listener -> Acc x=%d, y=%d, z=%d", acc->x, acc->y, acc->z); in listener_callback_example() 87 LOG_INF("From subscriber -> Acc x=%d, y=%d, z=%d", acc.x, acc.y, acc.z); in subscriber_task() 99 LOG_INF("%d - Channel %s:", *count, zbus_chan_name(chan)); in print_channel_data_iterator() 107 for (int16_t i = chan->data->observers_start_idx, limit = chan->data->observers_end_idx; in print_channel_data_iterator() 113 LOG_INF(" - %s", observation->obs->name); in print_channel_data_iterator() 118 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&chan->data->observers, obs_nd, tmp, node) { in print_channel_data_iterator() [all …]
|
/Zephyr-latest/samples/tfm_integration/tfm_ipc/src/ |
D | main.c | 4 * SPDX-License-Identifier: Apache-2.0 39 * \brief Retrieve the minor version of a RoT Service. 53 printk("The PSA Crypto service minor version is %d.\n", version); in tfm_get_sid() 57 * \brief Generates random data using the TF-M crypto service. 78 printk("TF-M IPC on %s\n", CONFIG_BOARD); in main()
|
/Zephyr-latest/tests/subsys/zbus/hlp_priority_boost/src/ |
D | messages.h | 3 * SPDX-License-Identifier: Apache-2.0 11 uint8_t minor; member
|
/Zephyr-latest/samples/subsys/zbus/work_queue/src/ |
D | messages.h | 3 * SPDX-License-Identifier: Apache-2.0 11 uint8_t minor; member
|
/Zephyr-latest/samples/subsys/zbus/remote_mock/src/ |
D | messages.h | 3 * SPDX-License-Identifier: Apache-2.0 12 uint8_t minor; member
|
/Zephyr-latest/samples/subsys/zbus/dyn_channel/src/ |
D | messages.h | 3 * SPDX-License-Identifier: Apache-2.0 12 uint8_t minor; member
|
/Zephyr-latest/cmake/modules/ |
D | version.cmake | 1 # SPDX-License-Identifier: Apache-2.0 5 # ------------- 15 # KERNEL_VERSION_STRING "1.14.99-extraver" 16 # KERNEL_VERSION_EXTENDED_STRING "1.14.99-extraver+7" 54 string(REGEX MATCH "VERSION_MAJOR = ([0-9]*)" _ ${ver}) 57 string(REGEX MATCH "VERSION_MINOR = ([0-9]*)" _ ${ver}) 60 string(REGEX MATCH "PATCHLEVEL = ([0-9]*)" _ ${ver}) 63 string(REGEX MATCH "VERSION_TWEAK = ([0-9]*)" _ ${ver}) 66 string(REGEX MATCH "EXTRAVERSION = ([a-z0-9\.\-]*)" _ ${ver}) 71 … message(FATAL_ERROR "VERSION_MAJOR must be in the range 0-255 (Current ${${type}_VERSION_MAJOR})") [all …]
|
/Zephyr-latest/subsys/bluetooth/services/ |
D | Kconfig.dis | 4 # SPDX-License-Identifier: Apache-2.0 94 - 1 Bluetooth SIG, the Vendor ID was assigned by the Bluetooth SIG 95 - 2 USB IF, the Vendor ID was assigned by the USB IF 126 release number in Binary-Coded Decimal. This is a vendor-assigned value, 131 (JJ - major version number, M - minor version number, 132 N - sub-minor version number); e.g., version 2.1.3 is represented with 134 When upward-compatible changes are made to the device, it is recommended 135 that the minor version number be incremented. If incompatible changes are 137 incremented. The sub-minor version is incremented for bug fixes. 222 …implementing the service that contains this characteristic. This 64-bit structure is an EUI-64 whi… [all …]
|