Searched refs:adjusted (Results 1 – 21 of 21) sorted by relevance
/Zephyr-Core-3.5.0/tests/kernel/threads/thread_stack/src/ |
D | main.c | 94 size_t stack_size, unused, carveout, reserved, alignment, adjusted; in stack_buffer_scenarios() local 244 adjusted = Z_THREAD_STACK_SIZE_ADJUST(scenario_data.declared_size); in stack_buffer_scenarios() 248 adjusted = Z_KERNEL_STACK_SIZE_ADJUST(scenario_data.declared_size); in stack_buffer_scenarios() 250 adjusted -= reserved; in stack_buffer_scenarios() 272 adjusted = K_THREAD_STACK_LEN(scenario_data.declared_size); in stack_buffer_scenarios() 274 adjusted = Z_KERNEL_STACK_LEN(scenario_data.declared_size); in stack_buffer_scenarios() 276 adjusted -= reserved; in stack_buffer_scenarios() 284 zassert_true(adjusted == scenario_data.reported_size, in stack_buffer_scenarios() 286 adjusted, scenario_data.reported_size); in stack_buffer_scenarios()
|
/Zephyr-Core-3.5.0/boards/arm/thingy52_nrf52832/ |
D | thingy52_nrf52832_defconfig | 19 # enable regulators (init priority adjusted so that they
|
/Zephyr-Core-3.5.0/samples/sensor/mcux_acmp/ |
D | README.rst | 14 the positive input can be adjusted by turning the on-board potentiometer for
|
/Zephyr-Core-3.5.0/doc/services/task_wdt/ |
D | index.rst | 32 The maximum number of channels is predefined via Kconfig and should be adjusted
|
/Zephyr-Core-3.5.0/samples/drivers/adc/ |
D | README.rst | 28 the ``nucleo_l073rz`` board can be easily adjusted for other boards.
|
/Zephyr-Core-3.5.0/samples/subsys/usb/shell/ |
D | README.rst | 38 for all platforms, eventually the devicetree overlay has to be adjusted slightly if
|
/Zephyr-Core-3.5.0/samples/net/sockets/echo_async_select/ |
D | README.rst | 47 The sample supports up to three connected clients, but this can be adjusted
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/samples/net/sockets/echo_async/ |
D | README.rst | 49 The sample supports up to three connected clients, but this can be adjusted
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/samples/drivers/spi_flash_at45/ |
D | README.rst | 34 It can be easily adjusted to be usable on other boards and with other
|
/Zephyr-Core-3.5.0/share/sysbuild/cmake/modules/ |
D | sysbuild_extensions.cmake | 222 …set(${ZBUILD_APPLICATION}_${type}_ROOT ${abs_path} CACHE PATH "Sysbuild adjusted absolute path" FO… 389 set(${type}_ROOT ${abs_path} CACHE PATH "Sysbuild adjusted absolute path" FORCE)
|
/Zephyr-Core-3.5.0/doc/kernel/ |
D | timeutil.rst | 150 influenced by longitude, but the offset may be adjusted ("daylight
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/ |
D | access.rst | 106 use of a Delay parameter, which can be adjusted for every retransmission.
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/ |
D | mcumgr.rst | 569 a file can be adjusted with :kconfig:option:`CONFIG_MCUMGR_GRP_FS_DL_CHUNK_SIZE`; this allows
|
/Zephyr-Core-3.5.0/doc/develop/test/ |
D | ztest.rst | 433 The last argument of each context is the initial sleep time which will be adjusted throughout
|
/Zephyr-Core-3.5.0/ |
D | CMakeLists.txt | 1797 $<$<BOOL:${adjustment}>:--adjusted-lma=${adjustment}>
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-2.4.rst | 825 checking if the new values are good or they need to be adjusted:
|
D | release-notes-2.7.rst | 917 has also been adjusted to follow common conventions. Below you can find the
|
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 420 …tness is measured in aggregate and the network's weights and biases are adjusted accordingly, once…
|