Home
last modified time | relevance | path

Searched refs:will (Results 26 – 50 of 1633) sorted by relevance

12345678910>>...66

/Zephyr-latest/tests/ztest/fail/
DREADME.rst19 The binary by itself, when executed, will fail to run and return a code of ``1``. The main test
20 binary will use ``popen()`` to run the failing test binary and will assert both the return code and
21 the output. The output itself cannot be printed to the log as it will confuse ``twister`` by
/Zephyr-latest/samples/boards/google/twinkie_v2/pda/
DREADME.rst24 After flashing, the LED will start red. Putting the Twinkie in between any
25 usbc connection will cause the LED to turn blue. The LED will turn green instead
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig.nxp10 If enabled, the Controller auto sleep mode will be configured and enabled during HCI init.
11 Auto sleep mode means the Controller will handle its low power state automatically.
12 Enabling this feature will allow to save power at the cost of some latency when sending a HCI
13 message to the Controller as the Host will need to wake it up.
18 If enabled, the Host will send calibration data to the BLE Controller during HCI init.
23 If enabled, the Host will send calibration data annex 100 to the BLE Controller during HCI
/Zephyr-latest/kernel/
DKconfig.smp11 When true, kernel will be built with SMP support, allowing
36 By default Zephyr will boot all available CPUs during start up.
53 to broadcast an interrupt that will call z_sched_ipi() on other CPUs
68 these cascading IPIs will ensure that the system will settle upon a
74 When true, it will add a hook into z_sched_ipi(), in order
85 When selected, the kernel will attempt to determine the minimum
104 When available and selected, the kernel will build in a mode
106 (generally "uncached") memory. Thread stacks will remain
107 cached, as will application memory declared with
123 will win the contention every time which will result
/Zephyr-latest/boards/
DKconfig19 "plank@foo", this option will be "foo". If BOARD is "plank",
20 this option will be the empty string.
30 For example, if building for ``nrf5340dk/nrf5340/cpuapp`` then this will contain the
37 the Zephyr release that the board configuration will be removed.
38 When set, any build for that board will generate a clearly visible
53 When building for a qemu target then NET_DRIVERS will be default
71 Enable QEMU virtual instruction counter. The virtual cpu will
72 execute one instruction every 2^N ns of virtual time. This will
79 The virtual CPU will execute one instruction every 2^N nanoseconds
86 When the virtual CPU is sleeping, the virtual time will advance
[all …]
/Zephyr-latest/share/sysbuild/images/bootloader/
DKconfig37 The operating mode of MCUboot (which will also be propagated to the application).
42 MCUboot will only boot slot0_partition placed application and does not care about other
50 will boot from slot0_partition. MCUBOOT_BOOTLOADER_NO_DOWNGRADE should also be selected
57 DT, and application will boot from slot0_partition. In this mode scratch_partition is
66 MCUboot will take contents of secondary slot of an image and will overwrite primary slot
69 This mode supports MCUBOOT_BOOTLOADER_NO_DOWNGRADE which means that the overwrite will
77 can boot from either partition and will select one with higher application image version,
87 will boot the application with the higher version from either slot, as long as it has
89 marked for test it needs to confirm itself, on the first boot, or it will be removed and
90 MCUboot will revert to booting previously approved application.
[all …]
/Zephyr-latest/subsys/logging/backends/
DKconfig.swo9 When enabled, backend will use SWO for logging.
26 Set SWO output frequency. Value 0 will select maximum frequency
31 SWO value defined by this option will be configured at boot. Most SWO
32 viewer programs will configure SWO frequency when attached to the
33 debug probe. Such configuration will persist only until the device
/Zephyr-latest/samples/net/promiscuous_mode/
DREADME.rst10 This application will enable promiscuous mode for every network
11 interface in the system. It will then start to listen for incoming
14 The application will also provide a shell so that user can enable
/Zephyr-latest/samples/net/sockets/packet/
DKconfig12 By default the application will send a packet every 5 seconds.
14 will stress test the network stack.
21 This will strip Ethernet header from received packets
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig41 disabled, modules will reboot when the command is received without
43 application will be notified that a reset command has been received
44 and will allow the application to perform any required operations
60 Response will not include fields the Zephyr does not collect statistic for.
64 Enabling this option will slightly reduce code size.
71 Select what will serve as thread name in "taskstat" response.
105 signed integer, and this number regulates how many digits will be used;
114 them as unsigned. Enabling this option will use signed int for priorities in
128 as it will prevent sending zeroed stack information just to fill
129 all the fields in "taskstat" responses, and it will slightly reduce code size.
[all …]
/Zephyr-latest/subsys/testsuite/
DKconfig14 Mark a project or an application as a test. This will enable a few
38 This option will build your application with the -coverage option
39 which will generate data that can be used to create coverage reports.
68 This option will select the custom gcov library. The reports will
82 data to be dumped over serial. If the value is 0, no buffer will be used,
83 data will be dumped directly over serial.
95 Regardless of platform support, it will enable coverage data production.
97 does not guarantee that coverage data will be gathered.
104 and that the build system will [override and] enable USERSPACE
111 OK to enable this even if the test will run on platforms which do
[all …]
/Zephyr-latest/drivers/timer/
DKconfig.gecko12 If you enable this, BURTC will be used to provide hw_cycles and
24 2. In general, accuracy of real-time scheduling by kernel will be
26 work, k_sleep, will issue thread wake ups less precisely than when
28 3. hw_cycles granularity will be equal to 1 BURTC clock, that is
/Zephyr-latest/samples/bluetooth/cap_acceptor/
DKconfig19 If set to true, the sample will start advertising connectable for
34 If set to true, the sample will start advertising syncable audio streams
40 If set to true, the sample will start scanning for Broadcast Sources
48 will only listen to the specified broadcast source. Not case sensitive.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt.rst44 Note, however, one will rarely have to use it, as the core provides
80 awareness to buffer allocation and, as we will see later, its
99 be allocated. Indeed, the allocator will use the network interface to
102 the allocated space will be of the requested size plus, eventually,
104 size will be shrunk so the possible headers space and new size will
114 will successfully allocate 800 + 20 + 8 bytes of buffer for the new
121 will successfully allocate 1500 bytes, and where 20 + 8 bytes (IPv4 +
122 UDP headers) will not be used for the payload.
130 will allocate 800 bytes and no extra header space.
137 will allocate 1514 bytes, the MTU + Ethernet header space.
[all …]
/Zephyr-latest/boards/native/common/extra_args/
DKconfig8 Extra command line options/arguments which will be handled like if they were passed to the
9 program from the shell. These will be parsed just before the shell provided ones.
/Zephyr-latest/samples/bluetooth/central_past/
DREADME.rst25 another board that will start periodic advertising, to which this sample will
29 the Zephyr tree on another board that will advertise and await a periodic
/Zephyr-latest/doc/hardware/peripherals/
Dcomparator.rst11 comparator's output will be high, otherwise, it will be low.
25 configuration updated using device driver specific APIs. The configuration will be applied
31 Comparators are enabled using power management. When resumed, the comparator will actively
33 will be inactive.
/Zephyr-latest/lib/posix/options/
DKconfig.mem22 Select 'y' here and Zephyr will provide implementations of shm_open() and shm_unlink().
32 Select 'y' here and Zephyr will provide support for mmap(), msync(), and munmap().
43 Select 'y' here and Zephyr will provide support for mlockall() and munlockall().
54 Select 'y' here and Zephyr will provide support for mlock() and munlock().
65 Select 'y' here and Zephyr will provide support for mprotect().
DKconfig.sync_io10 Select 'y' here and Zephyr will provide an implementation of fsync().
20 Select 'y' here and Zephyr will provide an implementation of fdatasync(), fsync(),
35 Select 'y' here and Zephyr will provide an alias for fsync() as _fsync().
/Zephyr-latest/cmake/modules/
Ddoc.cmake5 # This CMake module will load all Zephyr CMake modules required for a
8 # The following CMake modules will be loaded:
/Zephyr-latest/boards/brcm/bcm958401m2/
Dbcm958401m2.dts24 * Setting the current-speed as 0 will retain the baud rate
25 * configured by bootrom and it will not be re-configured.
/Zephyr-latest/boards/brcm/bcm958402m2/
Dbcm958402m2_bcm58402_m7.dts25 * Setting the current-speed as 0 will retain the baud rate
26 * configured by bootrom and it will not be re-configured.
/Zephyr-latest/tests/drivers/build_all/sensor/
DKconfig8 Enables building and running the generic sensor test suite that will
19 range boundaries. The test will run one iteration for each expected
21 sensor range is 0..100, the test will run 5 times with expected values
/Zephyr-latest/soc/espressif/
DKconfig50 When this option is set to 0, clock calibration will not be performed at
51 startup, and approximate clock frequencies will be assumed:
55 In case more value will help improve the definition of the launch of the crystal.
56 If the crystal could not start, it will be switched to internal RC.
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/
DKconfig41 hex "Address the second core will boot at"
44 This is the address the second core will boot from. Additionally this
45 address is where we will copy the SECOND_IMAGE to. We default this to
66 will enable the clock to this RAM bank. Disable this Kconfig to leave

12345678910>>...66