/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.version | 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, 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,
|
/Zephyr-latest/tests/drivers/dma/chan_link_transfer/src/ |
D | test_dma.c | 15 * -# after a major/minor loop trigger another channel to transfer, rx -> rx2 52 static int test_task(int minor, int major) in test_task() argument 106 dma_cfg.source_chaining_en = minor; in test_task() 131 if (minor == 0 && major == 1) { in test_task() 132 /* major link only trigger lined channel minor loop once */ in test_task() 136 } else if (minor == 1 && major == 0) { in test_task() 137 /* minor link trigger linked channel except the last one*/ in test_task() 142 } else if (minor == 1 && major == 1) { in test_task()
|
/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.
|
/Zephyr-latest/samples/subsys/zbus/uart_bridge/src/ |
D | core.c | 19 ZBUS_MSG_INIT(.major = 0, .minor = 1, 20 .build = 1023) /* Initial value major 0, minor 1, build 1023 */
|
D | messages.h | 12 uint8_t minor; member
|
/Zephyr-latest/samples/tfm_integration/tfm_ipc/ |
D | sample.yaml | 28 - "The PSA Crypto service minor version is" 43 - "The PSA Crypto service minor version is"
|
/Zephyr-latest/tests/subsys/zbus/user_data/src/ |
D | main.c | 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 */
|
D | messages.h | 11 uint8_t minor; member
|
/Zephyr-latest/boards/others/neorv32/ |
D | board.yml | 6 format: major.minor.patch
|
/Zephyr-latest/boards/arduino/portenta_h7/ |
D | board.yml | 8 format: major.minor.patch
|
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/ |
D | board.yml | 6 format: "major.minor.patch"
|
/Zephyr-latest/tests/subsys/zbus/integration/src/ |
D | channels.c | 15 ZBUS_MSG_INIT(.major = 0, .minor = 1, 16 .build = 1023) /* Initial value major 0, minor 1, build 1023 */
|
/Zephyr-latest/boards/snps/em_starterkit/ |
D | board.yml | 10 format: major.minor.patch
|
/Zephyr-latest/boards/actinius/icarus/ |
D | board.yml | 10 format: major.minor.patch
|
/Zephyr-latest/boards/nordic/nrf9161dk/ |
D | board.yml | 10 format: major.minor.patch
|
/Zephyr-latest/subsys/bluetooth/services/ |
D | Kconfig.dis | 91 (JJ - major version number, M - minor version number, 92 N - sub-minor version number); e.g., version 2.1.3 is represented with 95 that the minor version number be incremented. If incompatible changes are 97 incremented. The sub-minor version is incremented for bug fixes.
|
/Zephyr-latest/samples/subsys/zbus/hello_world/src/ |
D | main.c | 15 uint8_t minor; member 31 ZBUS_MSG_INIT(.major = 0, .minor = 1, 32 .build = 2) /* Initial value major 0, minor 1, build 2 */ 144 LOG_INF("Sensor sample started raw reading, version %u.%u-%u!", v->major, v->minor, in main()
|
/Zephyr-latest/boards/nordic/nrf54h20dk/ |
D | board.yml | 13 format: major.minor.patch
|
/Zephyr-latest/boards/nordic/nrf9160dk/ |
D | board.yml | 11 format: major.minor.patch
|
/Zephyr-latest/samples/tfm_integration/tfm_ipc/src/ |
D | main.c | 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()
|
/Zephyr-latest/tests/subsys/zbus/hlp_priority_boost/src/ |
D | messages.h | 11 uint8_t minor; member
|
/Zephyr-latest/samples/subsys/zbus/work_queue/src/ |
D | messages.h | 11 uint8_t minor; member
|
/Zephyr-latest/samples/subsys/zbus/remote_mock/src/ |
D | messages.h | 12 uint8_t minor; member
|
/Zephyr-latest/cmake/modules/ |
D | version.cmake | 88 set(MINOR ${${type}_VERSION_MINOR}) # Temporary convenience variable variable 92 math(EXPR ${type}_VERSION_NUMBER_INT "(${MAJOR} << 16) + (${MINOR} << 8) + (${PATCH})") 93 …math(EXPR ${type}VERSION_INT "(${MAJOR} << 24) + (${MINOR} << 16) + (${PATCH} << 8) + (${T… 139 unset(MINOR)
|
/Zephyr-latest/samples/subsys/zbus/dyn_channel/src/ |
D | messages.h | 12 uint8_t minor; member
|