Home
last modified time | relevance | path

Searched full:instead (Results 1 – 25 of 1183) sorted by relevance

12345678910>>...48

/Zephyr-latest/lib/posix/options/
DKconfig.deprecated16 Please use CONFIG_ZVFS_EVENTFD_MAX instead.
25 Please use CONFIG_POSIX_C_LIB_EXT instead.
34 Please use CONFIG_POSIX_C_LIB_EXT instead.
43 Please use CONFIG_POSIX_THREAD_THREADS_MAX instead.
52 Please use CONFIG_POSIX_THREAD_KEYS_MAX instead.
61 Please use CONFIG_POSIX_TIMER_MAX instead.
70 Please use CONFIG_POSIX_MQ_OPEN_MAX instead.
83 Please use CONFIG_POSIX_TIMERS instead.
92 Please use CONFIG_POSIX_FILE_SYSTEM instead.
101 Please use CONFIG_POSIX_RTSIG_MAX instead.
[all …]
/Zephyr-latest/tests/drivers/spi/spi_error_cases/src/
Dmain.c77 zassert_equal(rv, -ENOTSUP, "Got %d instead", rv); in ZTEST()
79 zassert_equal(slave_rv, -ENOTSUP, "Got %d instead", slave_rv); in ZTEST()
94 zassert_equal(rv, -EINVAL, "Got %d instead", rv); in ZTEST()
97 zassert_equal(slave_rv, -EINVAL, "Got %d instead", slave_rv); in ZTEST()
111 zassert_equal(rv, -EINVAL, "Got %d instead", rv); in ZTEST()
113 zassert_equal(slave_rv, -EINVAL, "Got %d instead", slave_rv); in ZTEST()
127 zassert_equal(rv, -EINVAL, "Got %d instead", rv); in ZTEST()
129 zassert_equal(slave_rv, -EINVAL, "Got %d instead", slave_rv); in ZTEST()
137 zassert_equal(rv, -EINVAL, "Got %d instead", rv); in ZTEST()
139 zassert_equal(slave_rv, -EINVAL, "Got %d instead", slave_rv); in ZTEST()
[all …]
/Zephyr-latest/soc/nordic/nrf53/
DKconfig79 MHz from RAM. Then, 26 instead of 8 NOP instructions needs to be
117 This option is deprecated, use devicetree instead. Example
131 This option is deprecated, use devicetree instead. Example
144 This option is deprecated, use devicetree instead. Example
198 Use SOC_NRF53_CPUNET_ENABLE instead.
206 This option is deprecated, use DT instead. For this option to apply,
224 This option is deprecated, use DT instead. Example configuration:
234 This option is deprecated, use DT instead. Example configuration:
245 This option is deprecated, use DT instead. Example configuration:
256 This option is deprecated, use DT instead. Example configuration:
[all …]
/Zephyr-latest/dts/bindings/comparator/
Dnxp,kinetis-acmp.yaml55 description: Deprecated. Please use enable-pin-out instead
60 description: Deprecated. Please use use-unfiltered-output instead
65 description: Deprecated. Please use enable-high-speed-mode instead
70 description: Deprecated. Please use filter-enable-sample instead
75 description: Deprecated. Please use filter-count instead
80 description: Deprecated. Please use filter-period instead
85 description: Deprecated. Please use enable-window-mode instead
/Zephyr-latest/dts/bindings/w1/
Dw1-slave.yaml18 Instead of standard speed timing, use overdrive speed timing for
21 command instead of the standard commands.
/Zephyr-latest/dts/bindings/serial/
Duart-controller-pin-inversion.yaml11 we use 1=Low, 0=High instead of 1=High, 0=Low.
16 we use 1=Low, 0=High instead of 1=High, 0=Low.
/Zephyr-latest/dts/bindings/spi/
Despressif,esp32-spi.yaml22 Transmit data before receiving it, instead of simultaneously
56 description: Make CS positive during a transaction instead of negative
62 routing mechanism instead, this avoids extra routing latency and makes
/Zephyr-latest/tests/arch/riscv/fpu_sharing/src/
Dmain.c61 zassert_true(val == 42, "got %d instead", val); in ZTEST()
93 zassert_true(val == 0, "got %d instead", val); in new_thread_check()
164 zassert_true(val == 42, "got %d instead", val); in thread1_entry()
224 zassert_true(val == 37, "got %d instead", val); in thread2_entry()
236 zassert_true(val == 37, "got %d instead", val); in thread2_entry()
304 zassert_true(val == 654, "got %d instead", val); in ZTEST()
317 zassert_true(val == 654, "got %d instead", val); in ZTEST()
331 zassert_true(val == 654, "got %d instead", val); in ZTEST()
372 zassert_true(reg == 246912, "got %ld instead", reg); in ZTEST()
380 zassert_true(buf == 0x487120c9 /* 246915.140625 */, "got %#x instead", buf); in ZTEST()
[all …]
/Zephyr-latest/boards/shields/x_nucleo_idb05a1/doc/
Dindex.rst34 Arduino pin D3 instead of usual Arduino UNO R3 SPI SCK D13.
37 Also shield expects SPI CS to be available on Arduino pin A1 instead of usual
45 - SPI SCK: to use D13 instead of D3, remove R4 and add R6
50 - CS: To use D10 instead of A1, remove R2 and add R7
51 - IRQ: To use D9 instead of A0, remove R1 and add R8
/Zephyr-latest/arch/x86/core/
DKconfig.ia3239 This option stores the GDT in RAM instead of ROM, so that it may
60 for correctly handling double-fault exceptions, instead of just
93 If enabled, use PAE-style page tables instead of 32-bit page tables.
106 This option is deprecated. Please use CONFIG_X86_SSE instead.
113 This option is deprecated. Please use CONFIG_X86_SSE_FP_MATH instead.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Dll_irqs.h14 * We'll use the INTMUX ISR for channel 2 instead of LPTMR1 ISR
21 * We'll use the INTMUX ISR for channel 3 instead of radio ISR
/Zephyr-latest/arch/posix/
DLinux.aarch64.cmake21 "If you were targeting native_sim/native/64, target native_sim instead.\n"
30 "If you were targeting native_sim, target native_sim/native/64 instead.\n"
/Zephyr-latest/tests/net/socket/tls_configurations/
Dprj.conf13 # Disable native ethernet driver (using native sockets instead)
35 # key exchange/certificate + AES encryption). What we want here instead is to
/Zephyr-latest/doc/releases/
Dmigration-guide-3.5.rst21 taking a ``void *mem`` pointer instead of a ``void **mem`` double-pointer.
23 instead likely causing a invalid memory access at runtime. A new ``_ASSERT``
134 be used instead. This change is due to a limitation on STM32F4 where the
189 ``-ENOSYS`` when these are not available, instead of ``-ENOTSUP``.
217 instead use the new driver Kconfig
239 flags instead of bit fields:
307 property for the PHY address instead of a custom ``address`` property. As a
311 ``ethernet-phy`` instead of ``phy``. Devicetrees and overlays must be updated
330 * ZBus runtime observers implementation now relies on the HEAP memory instead of a memory slab.
344 :c:func:`smp_add_cmd_err` should be used instead, ``MGMT_CB_ERROR_RET`` is
[all …]
/Zephyr-latest/dts/bindings/memory-controllers/
Dnxp,flexram.yaml47 TCM RAM read will finish in 2 cycles instead of 1.
52 TCM RAM write will finish in 2 cycles instead of 1.
/Zephyr-latest/scripts/utils/
Dgen_util_macros.py40 ….write("#error \"This header should not be used directly, please include util_loops.h instead\"\n")
69 please include util_internal.h instead\"\n")
91 please include util_internal.h instead\"\n")
113 please include util_internal.h instead\"\n")
136 please include util_internal.h instead\"\n")
/Zephyr-latest/cmake/modules/
DFindDeprecated.cmake28 # and then in the original CMakeLists.txt, this code is inserted instead:
95 "Python3_EXECUTABLE instead.")
110 "linker flags as properties instead. "
126 "linker flags as properties instead. "
142 "linker flags as properties instead. "
/Zephyr-latest/drivers/timer/
DKconfig.gecko13 kernel ticks instead of Cortex-M SysTick. You need this for system
18 Using BURTC instead of SysTick has a large impact on kernel timing
/Zephyr-latest/soc/nordic/nrf52/
DKconfig38 This option is deprecated, use devicetree instead. Example
52 This option is deprecated, use devicetree instead. Example
65 This option is deprecated, use devicetree instead. Example
/Zephyr-latest/subsys/logging/
DKconfig.filtering35 the level specified by this option instead of their default or
52 the level specified by this option instead of their default or
/Zephyr-latest/dts/bindings/counter/
Datmel,sam-tc.yaml36 If set to true the `clk` property is ignored. Instead the TC module is
45 instance initialization instead of the default. It can be used to
/Zephyr-latest/subsys/zbus/
DKconfig48 bool "Use isolated pools instead of only using the global pool."
77 …enabled, _ZBUS_ASSERT returns -EFAULT instead of assert. It makes it more straightforward to test …
/Zephyr-latest/samples/drivers/flash_shell/boards/
Dgd32vf103c_starter.conf1 # This board only has 32KB SRAM, can not afford 16 KB memory pool, use 8KB instead.
Dgd32vf103v_eval.conf1 # This board only has 32KB SRAM, can not afford 16 KB memory pool, use 8KB instead.
/Zephyr-latest/samples/drivers/watchdog/boards/
Dcc26x2r1_launchxl.overlay2 /* uncomment to use Non-Maskable interrupt instead of the normal one */

12345678910>>...48