Searched refs:same (Results 1 – 25 of 569) sorted by relevance
12345678910>>...23
/Zephyr-latest/cmake/ |
D | target_toolchain_flags.cmake | 7 # the MD5 will also change (as example toolchain upgrade in same folder) 9 # multiple symlinks pointing to same executable will generate different 14 # methods, where an upgraded compiler could have same signature due to ccache 18 # Toolchains with the same signature will always support the same set of flags.
|
/Zephyr-latest/tests/drivers/disk/disk_access/ |
D | README.txt | 19 these sector reads, the driver will read multiple times from the same memory 20 location, to verify that the data being returned is the same. 23 follows the same flow as the read test, but at each step writes data to the 27 writes to the same location.
|
/Zephyr-latest/tests/cmake/zephyr_get/ |
D | sysbuild.cmake | 3 # Add a few copies of the same image, so that we can configure 4 # multiple instances of the same test suite with minor tweaks,
|
/Zephyr-latest/samples/net/sockets/echo_async_select/ |
D | README.rst | 46 another terminal window and run the same telnet command as above. 53 The same application source code can be built for a POSIX system, e.g. 55 the same except the header files are different for Zephyr vs POSIX, and 77 As can be seen, the behavior of the application is the same as the Zephyr
|
/Zephyr-latest/kernel/ |
D | Kconfig.mem_domain | 62 within the same memory domain. 69 If enabled, thread stacks within the same memory domains are 70 isolated which means threads within the same memory domains 73 If disabled, threads within the same memory domains can access
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | channels.rst | 10 the same physical property (e.g. acceleration); or because they can measure 12 humidity). Sensors may have multiple channels of the same measurement type to
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.native_posix | 13 It actually generates always the same sequence of random numbers if 14 initialized with the same seed.
|
/Zephyr-latest/cmake/linker/ld/host-gcc/ |
D | linker_flags.cmake | 1 # The host-gcc supports the same flags as any other gcc.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt_client/ |
D | Kconfig | 11 # When adding Kconfig options, that control the same feature, 12 # try to group them together by the same stem after prefix.
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/ |
D | Kconfig | 10 # When adding Kconfig options, that control the same feature, 11 # try to group them together by the same stem after prefix.
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/ |
D | Kconfig | 10 # When adding Kconfig options, that control the same feature, 11 # try to group them together by the same stem after prefix.
|
/Zephyr-latest/doc/project/ |
D | index.rst | 48 - subsystem/feature branch: is a branch within the same repository. In our case, 49 we will use the term branch also when referencing branches not in the same 50 repository, which are a copy of a repository sharing the same history.
|
/Zephyr-latest/doc/hardware/emulator/ |
D | bus_emulators.rst | 75 Emulators for peripheral devices reuse the same devicetree node as the real 77 same ``compat`` value from the real driver. 128 With this architecture, the same test can be used will all supported drivers in 129 the same driver class. 139 * SPI emulator driver, which does the same for SPI 141 * eSPI emulator driver, which does the same for eSPI. The emulator is being 167 address ``0x20`` should be sent to ``i2c1`` with the same address. This allows 169 same image. 175 made to ``i2c0`` at port ``0x20`` to ``i2c1`` on the same port. Since no 191 #. The same test can be built with a second EEPROM which is an Atmel AT24 EEPROM driver
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/ |
D | Kconfig | 11 # When adding Kconfig options, that control the same feature, 12 # try to group them together by the same stem after prefix.
|
/Zephyr-latest/boards/shields/arduino_uno_click/boards/ |
D | nrf9160dk_nrf9160_arduino_uno_click_common.dtsi | 9 * The original Arduino Uno provides the same SCL/SDA on two sets of 33 * on the same pins, but just removes RTS/CTS from the pin groups.
|
/Zephyr-latest/samples/net/sockets/echo_async/ |
D | README.rst | 48 another terminal window and run the same telnet command as above. 61 The same application source code can be built for a POSIX system, e.g. 63 the same except the header files are different for Zephyr vs POSIX, and 85 As can be seen, the behavior of the application is the same as the Zephyr
|
/Zephyr-latest/dts/arm/st/h7rs/ |
D | stm32h7r7.dtsi | 11 * STM32H7R7 line contains the same peripherals as STM32H7R3.
|
D | stm32h7s3.dtsi | 11 * STM32H7S3 line contains the same peripherals as STM32H7R3.
|
D | stm32h7s7.dtsi | 11 * STM32H7S7 line contains the same peripherals as STM32H7R7.
|
/Zephyr-latest/dts/arm/st/h7/ |
D | stm32h7b3.dtsi | 11 * STM32H7B3 line contains the same peripherals as STM32H7B0.
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | virtual_memory.rst | 21 extend usable memory. The maximum usable memory is the same as 102 This needs to be page aligned. Currently, it is the same as 106 This needs to be page aligned. Currently, it is the same as 111 * ``K_MEM_KERNEL_VIRT_START`` is the same as ``z_mapped_start`` specified in the linker 115 * ``K_MEM_KERNEL_VIRT_END`` is the same as ``z_mapped_end`` specified in the linker 123 memory address space, and it is the same as 126 * If it is disabled, ``K_MEM_VM_FREE_START`` is the same ``K_MEM_KERNEL_VIRT_END`` which 189 * Caution must be exercised to give the pass the same region size to
|
/Zephyr-latest/boards/seagate/faze/ |
D | pre_dt_board.cmake | 4 # Suppress DTC warnings due to all GPIO nodes sharing the same register address.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | op_agg_srv.rst | 19 The targeted server models should be bound to the same application key that is used 24 responses are sent from the same execution context as the received message and
|
/Zephyr-latest/samples/net/sockets/echo/ |
D | README.rst | 51 The same application source code can be built for a POSIX system, e.g. 53 the same except the header files are different for Zephyr vs POSIX.) 73 As can be seen, the behavior of the application is the same as the Zephyr
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/ |
D | Kconfig | 12 # When adding Kconfig options, that control the same feature, 13 # try to group them together by the same stem after prefix.
|
12345678910>>...23