Searched refs:words (Results 51 – 66 of 66) sorted by relevance
123
/Zephyr-latest/arch/arm/core/ |
D | Kconfig | 150 bool "Align stacks on double-words (8 octets)"
|
/Zephyr-latest/doc/develop/west/ |
D | workspaces.rst | 142 In other words, project repositories need not be located in subdirectories of
|
D | manifest.rst | 1330 In other words, the west workspace you want looks like this: 1477 In other words, when your top-level manifest defines a project, like 2137 In other words, let:
|
/Zephyr-latest/modules/ |
D | Kconfig.mcuboot | 20 or in other words that the image is to be chain-loaded by MCUboot.
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 188 my @words = split(" ", $line); 189 foreach my $word (@words) { 764 if (open(my $words, '<', $file)) { 765 while (<$words>) {
|
/Zephyr-latest/doc/contribute/ |
D | bin_blobs.rst | 148 * The blob must not depend on Zephyr APIs directly. In other words, it must have
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 761 /* Make long words always display on a single line, keep wrapping for multiple words */
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_0.rst | 253 this is number of 4 byte words.
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm_cortex_m.rst | 298 in HardFault escalation. In other words, a HardFault may only occur in Zephyr applications
|
/Zephyr-latest/doc/security/ |
D | security-overview.rst | 62 These words are used to define absolute requirements (or prohibitions),
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 627 words, zbus channel definitions and declarations with the same channel names in different files
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 39 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 388 # When enabled Doxygen tries to link words that correspond to documented 1580 # words in the documentation. The HTML workshop also contains a viewer for
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 1766 that we are Friends for. In other words, this determines how
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 425 # zephyr_library_* API. In other words, local configuration overrides
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 3198 * :github:`52563` - spi_transceive with DMA for STM32 does not work for devices with 16 bit words.
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 2794 …uture, Keras will only load the SavedModels that have this file. In other words, `tf.saved_model.s…
|
123