/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)
|
/Zephyr-latest/dts/bindings/i2c/ |
D | atmel,sam-i2c-twim.yaml | 58 Slew limit of the TWCK output buffer. This should be adjusted with 71 mode. This should be adjusted to provide proper TWCK line fall time. 88 Slew limit of the TWD output buffer. This should be adjusted with 101 mode. This should be adjusted to provide proper TWD line fall time. 119 should be adjusted with both hs-clk-strength-high and 132 mode. This should be adjusted to provide proper TWCK line rise time. 146 mode. This should be adjusted to provide proper TWCK line fall time. 164 should be adjusted with hs-data-strength-low to fine tune the TWD 176 mode. This should be adjusted to provide proper TWD line fall time.
|
/Zephyr-latest/scripts/build/ |
D | gen_image_info.py | 19 - LMA adjusted of each segment if the LMA addresses has been adjusted after linking 75 parser.add_argument('--adjusted-lma', required=False, default=0, 76 help="""Adjusted LMA address value.""")
|
/Zephyr-latest/tests/boards/espressif/wifi/socs/ |
D | esp32c2.conf | 4 # were adjusted due to stricter SRAM limits on C2
|
/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() 299 "size mismatch: adjusted %zu vs. reported %zu", 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/subsys/net/ip/ |
D | 6lo.h | 27 * will be adjusted according to remaining space in fragments. 51 * will be adjusted according to remaining space in fragments.
|
/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/doc/_extensions/zephyr/ |
D | external_content.py | 18 are adjusted as needed. 26 and their paths adjusted if necessary. Defaults to ``DEFAULT_DIRECTIVES``. 62 directives: Directives to be parsed and adjusted.
|
/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/subsys/testsuite/ztest/include/zephyr/ |
D | ztress.h | 52 * is adjusted during the test to optimize CPU load. The actual timeout used for 77 * is adjusted during the test to optimize CPU load. The actual timeout used for 227 * and adjusted timeouts and CPU load during the test.
|
/Zephyr-latest/arch/x86/include/ia32/ |
D | kernel_arch_data.h | 40 /* Some configurations require that the stack/registers be adjusted before
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | memory.h | 44 /* These lengths can be adjusted, if necessary: */
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | memory.h | 40 /* These lengths can be adjusted, if necessary: FIXME: optimize ram usage */
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | memory.h | 48 /* These lengths can be adjusted, if necessary: */
|
/Zephyr-latest/samples/drivers/adc/adc_dt/ |
D | README.rst | 28 the ``nucleo_l073rz`` board can be easily adjusted for other boards.
|
/Zephyr-latest/scripts/native_simulator/native/src/ |
D | timer_model.c | 105 /* Last host/real time when the ratio was adjusted */ 107 /* Last simulated time when the ratio was adjusted */ 332 " Ratio adjusted to %f\n", in hwtimer_adjust_rt_ratio() 355 * real time clock had been running from the simulated clock, and adjusted
|
/Zephyr-latest/boards/native/native_posix/ |
D | timer_model.c | 115 /* Last host/real time when the ratio was adjusted */ 117 /* Last simulated time when the ratio was adjusted */ 340 " Ratio adjusted to %f\n", in hwtimer_adjust_rt_ratio() 363 * real time clock had been running from the native_posix clock, and 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/doc/kernel/usermode/ |
D | mpu_stack_objects.rst | 49 stack size should also be adjusted to 2kB to ensure that nothing else is
|
/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/lib/utils/ |
D | ring_buffer.c | 20 /* put_base is not yet adjusted */ in ring_buf_put_claim() 87 /* get_base is not yet adjusted */ in ring_buf_get_claim()
|