/Zephyr-Core-2.7.6/tests/drivers/dma/chan_link_transfer/src/ |
D | test_dma.c | 53 static int test_task(int minor, int major) in test_task() argument 107 dma_cfg.source_chaining_en = minor; in test_task() 132 if (minor == 0 && major == 1) { in test_task() 137 } else if (minor == 1 && major == 0) { in test_task() 142 } else if (minor == 1 && major == 1) { in test_task()
|
/Zephyr-Core-2.7.6/subsys/dfu/boot/ |
D | mcuboot.c | 49 uint8_t minor; member 141 sem_ver->minor = v1_raw.version.minor; in boot_read_bank_header()
|
D | mcuboot_shell.c | 149 (unsigned int) hdr.h.v1.sem_ver.minor, in cmd_mcuboot_info_area()
|
/Zephyr-Core-2.7.6/subsys/mgmt/updatehub/ |
D | updatehub_firmware.c | 22 header.h.v1.sem_ver.minor, in updatehub_get_firmware_version()
|
/Zephyr-Core-2.7.6/subsys/mgmt/hawkbit/ |
D | hawkbit_firmware.c | 20 header.h.v1.sem_ver.minor, header.h.v1.sem_ver.revision); in hawkbit_get_firmware_version()
|
/Zephyr-Core-2.7.6/doc/ |
D | conf.py | 60 major, minor, patch, extra = m.groups(1) 61 version = ".".join((major, minor, patch))
|
/Zephyr-Core-2.7.6/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-Core-2.7.6/include/dfu/ |
D | mcuboot.h | 85 uint8_t minor; member
|
/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/tools/lib/ |
D | ipc.py | 104 minor = self.minor,
|
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/common/include/ |
D | ipc.h | 63 uint16_t minor; member
|
/Zephyr-Core-2.7.6/samples/bluetooth/ibeacon/ |
D | README.rst | 15 Because of the hard-coded values of iBeacon UUID, major, and minor,
|
/Zephyr-Core-2.7.6/scripts/west_commands/runners/ |
D | openocd.py | 165 (major, minor, rev) = [self.to_num(i) for i in version] 166 return (major, minor, rev) > (0, 11, 0)
|
D | jlink.py | 179 major, minor, rev = self.jlink_version
|
/Zephyr-Core-2.7.6/subsys/tracing/ctf/tsdl/ |
D | metadata | 26 minor = 8;
|
/Zephyr-Core-2.7.6/samples/tfm_integration/tfm_ipc/ |
D | README.rst | 238 The minor version is 1. 240 TFM service support minor version is 1.
|
/Zephyr-Core-2.7.6/doc/reference/usb/ |
D | uds.rst | 124 the Zephyr kernel major and minor versions as a binary coded decimal value.
|
/Zephyr-Core-2.7.6/subsys/mgmt/osdp/ |
D | Kconfig.pd | 87 - Bit 8-15 : minor version number;
|
/Zephyr-Core-2.7.6/doc/guides/west/ |
D | release-notes.rst | 251 This is a bugfix and minor feature release. 260 This is a bugfix and minor feature release. 266 - minor console output changes
|
/Zephyr-Core-2.7.6/doc/reference/api/ |
D | api_lifecycle.rst | 76 minor changes. Backwards-compatibility will be maintained if reasonable.
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-2.5.rst | 214 * Various minor fixes/improvements for ARC MWDT toolchain infrastructure 868 * Library has been updated to minor release v7.6.1 1168 * :github:`31137` - Seems like the rule ".99 tag to signify major work started, minor+1 started " n… 1574 * :github:`29089` - doc: boards: cc1352r_sensortag: fix minor rst issue
|
D | release-notes-2.6.rst | 187 * Various minor fixes/improvements for ARC MWDT toolchain infrastructure 788 * Reworked USB classes configuration. Various minor fixes in USB DFU class. 1608 * :github:`33524` - minor: kswap.h is included twice in kernel/init.c
|
D | release-notes-2.3.rst | 195 expressed in 64 bit quantities. This involves a minor change to the
|
D | release-notes-1.14.rst | 2229 * :github:`7196` - kernel: CONFIG_INIT_STACKS : minor documentation & dependency update
|
/Zephyr-Core-2.7.6/doc/application/ |
D | index.rst | 867 support files to make minor adjustments to a board configuration without
|