Home
last modified time | relevance | path

Searched refs:will (Results 626 – 650 of 1700) sorted by relevance

1...<<21222324252627282930>>...68

/Zephyr-latest/samples/bluetooth/bap_broadcast_source/
DREADME.rst15 The BAP Broadcast Source will reset every 30 seconds to show the full API.
71 Note this will produce a Linux executable in :file:`./build/zephyr/zephyr.exe`.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob.rst22 scheduling it to periods with low network traffic, will offer significant improvements on the speed
80 When operating in Pull BLOB Transfer Mode, the BLOB Transfer Server will request a small number of
100 used, and the BLOB Transfer models will move around inside the BLOB's data in blocks and chunks,
145 will transfer the BLOB with the highest possible block and chunk size.
155 In Push BLOB Transfer Mode, the send rate is controlled by the BLOB Transfer Client, which will push
159 In Pull BLOB Transfer Mode, the BLOB Transfer Server will "pull" the chunks from the BLOB Transfer
162 in Pull BLOB Transfer Mode, the BLOB Transfer Server will request chunks from the BLOB Transfer
Dcfg.rst18 Runtime configuration changes before the node is provisioned will not be stored
/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst90 will block the calling thread until either the timeout expires, the target
94 Once a thread has terminated, the kernel guarantees that no use will
198 If it is known that a thread will never run in user mode, or the stack is
202 These stacks save memory because an MPU region will never need to be
203 programmed to cover the stack buffer itself, and the kernel will not need
207 Attempts from user mode to use stacks declared in this way will result in
216 If it is known that a stack will need to host user threads, or if this
290 interrupt context. The intent is that this feature will be used to
292 in driver subsystems. The thread, once woken, will be guaranteed to
346 If :kconfig:option:`CONFIG_USERSPACE` is enabled, this thread will be created in
[all …]
/Zephyr-latest/doc/develop/test/
Dcoverage.rst37 cases which consume more RAM will crash when coverage is enabled.
47 These steps will produce an HTML coverage report for a single application.
78 #. Find the gcov binary placed in the SDK. You will need to pass the path to
112 When you run your application, ``gcov`` coverage data will be dumped into the
157 which will produce ``twister-out/coverage/index.html`` report as well as
/Zephyr-latest/subsys/tracing/
DKconfig76 Timestamp prefix will be added to the beginning of CTF
94 Enable asynchronous tracing. This will buffer all the tracing
95 packets to the ring buffer first, tracing thread will try to
178 Size of the RAM trace buffer. Trace will be discarded if the
192 When enabled tracing will handle cmd from host to dynamically
/Zephyr-latest/doc/build/kconfig/
Dsetting.rst94 This is the format you will see in the merged configuration
162 directory. If it does not exist then a fatal error will be emitted.
165 it, the file :file:`socs/<SOC>_<BOARD_QUALIFIERS>.conf` will be applied if it exists,
169 All configuration files will be taken from the application's configuration
188 ``BOARD`` and application configuration files), it will be used in preference
303 will be ``y``. It is therefore not possible to make the dependencies of a
321 symbol without any dependencies will result in the symbol always being
322 assignable. The definition below will result in ``FOO`` always being
374 will be honored (the rest will get the value ``n``). This allows a choice
/Zephyr-latest/doc/kernel/data_structures/
Dring_buffers.rst59 buffer will be used later. Macros for combining these steps in a
61 :c:macro:`RING_BUF_DECLARE` will declare and statically initialize a ring
63 :c:macro:`RING_BUF_ITEM_DECLARE` will declare and statically
65 :c:macro:`RING_BUF_ITEM_SIZEOF` will compute the size in 32-bit words
71 bytes will be copied into the buffer in order, as many as will fit in
73 fewer than provided) will be returned. Likewise :c:func:`ring_buf_get`
74 will copy bytes out of the ring buffer in the order that they were
99 :c:func:`ring_buf_put`, :c:func:`ring_buf_item_put` will not do a partial
100 transfer; it will return an error in the case where the provided data
/Zephyr-latest/soc/nordic/
DKconfig86 system startup. Disabling this option will not switch back these
123 UICR->APPROTECT is disabled, CTRLAP->APPROTECT will be disabled.
165 will be disabled.
191 pins will be used as GPIO.
/Zephyr-latest/boards/beagle/beaglev_fire/doc/
Dindex.rst41 You will also require a Debugger such as Microchip's FlashPro5/6.
45 are connected properly you can press the Reset button which will show you a progress bar like:
52 will interrupt the Hart Software Services from booting its payload.
126 This will cause the board to appear as a USB mass storage device. You can then then flash the image…
/Zephyr-latest/boards/phytec/phyboard_lyra/doc/
Dphyboard_lyra_am62xx_m4.rst87 an etching software onto an SD-card. This will boot Linux on the A53 application
88 cores of the SoM. These cores will then load the zephyr binary on the M4 core
121 The SD card can now be used for booting. The binary will now be loaded onto the M4F core on boot.
134 The board should boot into Linux and the binary will run and print Hello world to the MCU_UART0
/Zephyr-latest/subsys/net/l2/ethernet/
DKconfig8 If NET_SLIP_TAP is selected, NET_L2_ETHERNET will enable to fully
58 tagged frames than tag 0. This will save some memory as the
93 ff:ff:ff:ff:ff:ff. Ordinarily, no reply packet will occur.
172 When enabled, the Ethernet L2 will forward even those frames for which
/Zephyr-latest/subsys/mgmt/hawkbit/
DKconfig33 Set the interval that the hawkbit update server will be polled.
34 This time interval is zero and 43200 minutes(30 days). This will be overridden
216 Set the interval (in percent) that the hawkBit update download progress will be saved.
217 0 means that the progress will be saved every time a new chunk is downloaded.
/Zephyr-latest/samples/bluetooth/hci_uart_async/
DREADME.rst62 In order to use the HCI UART controller with QEMU or :ref:`native_sim <native_sim>` you will need
71 Depending on the serial port you are using you will need to modify the
91 In order to use the HCI UART controller with BlueZ you will need to attach it
100 Depending on the serial port you are using you will need to modify the
/Zephyr-latest/drivers/xen/
DKconfig28 This value configures how much grant frames will be supported by Zephyr
/Zephyr-latest/soc/espressif/esp32c2/
DKconfig27 If enabled, the MAC and baseband of Wi-Fi and Bluetooth will be powered
/Zephyr-latest/soc/neorv32/
DKconfig30 If enabled, the NEORV32 clock frequency will be read from SYSINFO during boot. This
/Zephyr-latest/drivers/sensor/st/vl53l1x/
DKconfig24 the driver will use the polling method.
/Zephyr-latest/include/zephyr/arch/arm64/
Dmacro.inc24 * It will generate instruction sequence of 'mov'/ 'movz' and one
/Zephyr-latest/boards/nordic/nrf52840dongle/
Dfstab-stock.dtsi17 * will be placed at 0x0. The size of this partition ensures that MCUBoot can
/Zephyr-latest/samples/drivers/ps2/
DREADME.rst11 Callbacks are registered that will write to the console indicating PS2 events.
/Zephyr-latest/drivers/ethernet/
DKconfig.enc424j60036 that the driver will wait from the IP stack to get
DKconfig.lan925037 that the driver will wait from the IP stack to get
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/
Dsysbuild.cmake21 # Add dependencies so that the remote sample will be built first
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/boards/
Dnucleo_wb55rg.overlay27 /* Configure sleep pinctrl configuration which will be used when

1...<<21222324252627282930>>...68