Searched refs:adjusted (Results 1 – 25 of 28) sorted by relevance
12
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_root.cmake | 48 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)
|
D | sysbuild_kconfig.cmake | 28 "Sysbuild adjusted APPLICATION_CONFIG_DIR" FORCE
|
D | sysbuild_extensions.cmake | 301 …set(${ZBUILD_APPLICATION}_${type}_ROOT ${abs_path} CACHE PATH "Sysbuild adjusted absolute path" FO…
|
/Zephyr-latest/tests/kernel/threads/thread_stack/src/ |
D | main.c | 98 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/ |
D | thingy52_nrf52832_defconfig | 16 # Enable regulators (init priority adjusted so that they
|
/Zephyr-latest/drivers/sensor/aosong/dht/ |
D | Kconfig | 21 Bluetooth). Note that other systems might need to be adjusted to account for this.
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.device_io | 53 directly user-configurable but can be adjusted via CONFIG_ZVFS_OPEN_MAX.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | charger.rst | 17 host controller by setting the relevant properties, and can be adjusted at runtime to respond to
|
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/ |
D | README.rst | 14 for a longer timeout value and the CONFIG_SYS_CLOCK_TICKS_PER_SEC is adjusted.
|
/Zephyr-latest/doc/services/task_wdt/ |
D | index.rst | 32 The maximum number of channels is predefined via Kconfig and should be adjusted
|
/Zephyr-latest/samples/subsys/usb/shell/ |
D | README.rst | 38 for all platforms, eventually the devicetree overlay has to be adjusted slightly if
|
/Zephyr-latest/samples/drivers/adc/adc_dt/ |
D | README.rst | 28 the ``nucleo_l073rz`` board can be easily adjusted for other boards.
|
/Zephyr-latest/samples/net/sockets/echo_async_select/ |
D | README.rst | 47 The sample supports up to three connected clients, but this can be adjusted
|
/Zephyr-latest/samples/sensor/mcux_acmp/ |
D | README.rst | 16 the positive input can be adjusted by turning the on-board potentiometer for
|
/Zephyr-latest/samples/net/sockets/echo_async/ |
D | README.rst | 49 The sample supports up to three connected clients, but this can be adjusted
|
/Zephyr-latest/doc/kernel/usermode/ |
D | mpu_stack_objects.rst | 49 stack size should also be adjusted to 2kB to ensure that nothing else is
|
D | overview.rst | 60 on read-only basis, kernel-wide. This policy may be adjusted.
|
/Zephyr-latest/samples/drivers/spi_flash_at45/ |
D | README.rst | 34 It can be easily adjusted to be usable on other boards and with other
|
/Zephyr-latest/cmake/modules/ |
D | boards.cmake | 15 # 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/ |
D | Kconfig | 263 is bigger than 1 the option value should be adjusted accordingly.
|
/Zephyr-latest/doc/kernel/ |
D | timeutil.rst | 150 influenced by longitude, but the offset may be adjusted ("daylight
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | access.rst | 106 use of a Delay parameter, which can be adjusted for every retransmission.
|
/Zephyr-latest/ |
D | Kconfig.zephyr | 358 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
|
D | CMakeLists.txt | 1974 $<$<BOOL:${adjustment}>:--adjusted-lma=${adjustment}>
|
/Zephyr-latest/doc/develop/test/ |
D | ztest.rst | 454 The last argument of each context is the initial sleep time which will be adjusted throughout
|
12