Home
last modified time | relevance | path

Searched refs:adjusted (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_root.cmake48 set(MODULE_EXT_ROOT ${MODULE_EXT_ROOT} CACHE PATH "Sysbuild adjusted MODULE_EXT_ROOT" FORCE)
52 set(BOARD_ROOT ${BOARD_ROOT} CACHE PATH "Sysbuild adjusted BOARD_ROOT" FORCE)
56 set(SOC_ROOT ${SOC_ROOT} CACHE PATH "Sysbuild adjusted SOC_ROOT" FORCE)
60 set(ARCH_ROOT ${ARCH_ROOT} CACHE PATH "Sysbuild adjusted ARCH_ROOT" FORCE)
64 set(SCA_ROOT ${SCA_ROOT} CACHE PATH "Sysbuild adjusted SCA_ROOT" FORCE)
68 set(SNIPPET_ROOT ${SNIPPET_ROOT} CACHE PATH "Sysbuild adjusted SNIPPET_ROOT" FORCE)
Dsysbuild_kconfig.cmake28 "Sysbuild adjusted APPLICATION_CONFIG_DIR" FORCE
Dsysbuild_extensions.cmake301 …set(${ZBUILD_APPLICATION}_${type}_ROOT ${abs_path} CACHE PATH "Sysbuild adjusted absolute path" FO…
/Zephyr-latest/tests/kernel/threads/thread_stack/src/
Dmain.c98 size_t stack_size, unused, carveout, reserved, alignment, adjusted; in stack_buffer_scenarios() local
258 adjusted = K_THREAD_STACK_LEN(scenario_data.declared_size); in stack_buffer_scenarios()
262 adjusted = K_KERNEL_STACK_LEN(scenario_data.declared_size); in stack_buffer_scenarios()
264 adjusted -= reserved; in stack_buffer_scenarios()
286 adjusted = K_THREAD_STACK_LEN(scenario_data.declared_size); in stack_buffer_scenarios()
288 adjusted = K_KERNEL_STACK_LEN(scenario_data.declared_size); in stack_buffer_scenarios()
290 adjusted -= reserved; in stack_buffer_scenarios()
298 zassert_true(adjusted == scenario_data.reported_size, in stack_buffer_scenarios()
300 adjusted, scenario_data.reported_size); in stack_buffer_scenarios()
/Zephyr-latest/boards/nordic/thingy52/
Dthingy52_nrf52832_defconfig16 # Enable regulators (init priority adjusted so that they
/Zephyr-latest/drivers/sensor/aosong/dht/
DKconfig21 Bluetooth). Note that other systems might need to be adjusted to account for this.
/Zephyr-latest/lib/posix/options/
DKconfig.device_io53 directly user-configurable but can be adjusted via CONFIG_ZVFS_OPEN_MAX.
/Zephyr-latest/doc/hardware/peripherals/
Dcharger.rst17 host controller by setting the relevant properties, and can be adjusted at runtime to respond to
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/
DREADME.rst14 for a longer timeout value and the CONFIG_SYS_CLOCK_TICKS_PER_SEC is adjusted.
/Zephyr-latest/doc/services/task_wdt/
Dindex.rst32 The maximum number of channels is predefined via Kconfig and should be adjusted
/Zephyr-latest/samples/subsys/usb/shell/
DREADME.rst38 for all platforms, eventually the devicetree overlay has to be adjusted slightly if
/Zephyr-latest/samples/drivers/adc/adc_dt/
DREADME.rst28 the ``nucleo_l073rz`` board can be easily adjusted for other boards.
/Zephyr-latest/samples/net/sockets/echo_async_select/
DREADME.rst47 The sample supports up to three connected clients, but this can be adjusted
/Zephyr-latest/samples/sensor/mcux_acmp/
DREADME.rst16 the positive input can be adjusted by turning the on-board potentiometer for
/Zephyr-latest/samples/net/sockets/echo_async/
DREADME.rst49 The sample supports up to three connected clients, but this can be adjusted
/Zephyr-latest/doc/kernel/usermode/
Dmpu_stack_objects.rst49 stack size should also be adjusted to 2kB to ensure that nothing else is
Doverview.rst60 on read-only basis, kernel-wide. This policy may be adjusted.
/Zephyr-latest/samples/drivers/spi_flash_at45/
DREADME.rst34 It can be easily adjusted to be usable on other boards and with other
/Zephyr-latest/cmake/modules/
Dboards.cmake15 # If user provided board is a board alias, the board will be adjusted to real
18 # If board name is deprecated, then board will be adjusted to new board name and
/Zephyr-latest/subsys/net/lib/ptp/
DKconfig263 is bigger than 1 the option value should be adjusted accordingly.
/Zephyr-latest/doc/kernel/
Dtimeutil.rst150 influenced by longitude, but the offset may be adjusted ("daylight
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Daccess.rst106 use of a Delay parameter, which can be adjusted for every retransmission.
/Zephyr-latest/
DKconfig.zephyr358 Size can be adjusted so it fits all data placed in that region.
879 By default, all sections will have their LMA adjusted. The following
DCMakeLists.txt1974 $<$<BOOL:${adjustment}>:--adjusted-lma=${adjustment}>
/Zephyr-latest/doc/develop/test/
Dztest.rst454 The last argument of each context is the initial sleep time which will be adjusted throughout

12