Home
last modified time | relevance | path

Searched full:sizes (Results 1 – 25 of 226) sorted by relevance

12345678910

/Zephyr-latest/tests/net/socket/tls_ext/
Dprj.conf28 # Network buffers / packets / sizes
35 # Stack sizes
/Zephyr-latest/tests/posix/threads_ext/src/
Dmain.c43 size_t sizes[] = {0, BIT_MASK(CONFIG_POSIX_PTHREAD_ATTR_GUARDSIZE_BITS / 2), in ZTEST() local
62 ARRAY_FOR_EACH(sizes, i) { in ZTEST()
63 zassert_ok(pthread_attr_setguardsize(&attr, sizes[i])); in ZTEST()
64 guardsize = ~sizes[i]; in ZTEST()
66 zassert_equal(guardsize, sizes[i]); in ZTEST()
/Zephyr-latest/tests/net/socket/socketpair/
Dtestcase.yaml25 # Low buffer sizes (e.g., 8192) will verify the crash fix, but tests will still
26 # fail due to insufficient memory. So, use high buffer sizes.
/Zephyr-latest/doc/develop/optimizations/
Dfootprint.rst6 Stack Sizes
9 Stack sizes of various system threads are specified generously to allow for
11 should start the optimization process by reviewing all stack sizes and adjusting
/Zephyr-latest/tests/net/lib/http_server/tls/
Dprj.conf43 # Network buffers / packets / sizes
56 # Stack sizes
/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_ncl.h35 * The internally generated entropy and nonce sizes are derived from these
36 * values. The supported actual sizes:
/Zephyr-latest/subsys/fs/
DKconfig.littlefs50 multiple of the read and program sizes of the underlying flash
72 int "Enable flexible file cache sizes for littlefs"
78 different cache sizes for different partitions this preallocation is
/Zephyr-latest/soc/amd/acp_6_0/adsp/
Dmemory.h29 /* Vector and literal sizes - not in core-isa.h */
111 /* Heap section sizes for module pool */
121 /* Heap section sizes for system runtime heap */
145 /* Vector and literal sizes - not in core-isa.h */
/Zephyr-latest/boards/nxp/lpcxpresso11u68/
Dlpcxpresso11u68_defconfig5 # Since the board has little memory (32k), stack sizes are lowered
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dmain.h7 /* Constants for control sizes as a percentage of screen size. */
/Zephyr-latest/tests/drivers/build_all/ethernet/
Dprj.conf9 # Sufficient buffer sizes
/Zephyr-latest/boards/adi/max32672fthr/
DKconfig.defconfig17 # Used to initialize default sizes such as widgets sized, style paddings.
/Zephyr-latest/subsys/usb/device_next/class/
DKconfig.cdc_ncm27 packet sizes.
/Zephyr-latest/doc/connectivity/bluetooth/
Dfeatures.rst21 * Features, buffer sizes/counts, stack sizes, etc.
/Zephyr-latest/drivers/dma/
DKconfig.nxp_edma19 adjust the addresses and sizes of the memory
/Zephyr-latest/drivers/sensor/silabs/si7055/
Dsi7055.h26 /* Si7055 buffer sizes and locations */
/Zephyr-latest/samples/modules/thrift/hello/server/
Dprj.conf57 # Some platforms require relatively large stack sizes.
/Zephyr-latest/drivers/flash/
DKconfig.at4519 The driver is only capable of using "power of 2" binary page sizes
/Zephyr-latest/doc/hardware/peripherals/
Dauxdisplay.rst15 and sizes, a common display size is 16 characters by 2 lines.
/Zephyr-latest/tests/benchmarks/app_kernel/src/
Dpipe_b.c83 "matching sizes (_ALL_N)" in pipe_test()
110 "non-matching sizes (1_TO_N) to higher priority" in pipe_test()
116 "non-matching sizes (1_TO_N) to lower priority" in pipe_test()
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dadsp-vectors.h50 /* Vector and literal sizes */
/Zephyr-latest/samples/modules/thrift/hello/client/
Dprj.conf66 # Some platforms require relatively large stack sizes.
/Zephyr-latest/subsys/modem/
DKconfig73 scaling buffer sizes, as these are application specific.
/Zephyr-latest/tests/arch/arm/arm_thread_swap_tz/boards/
Dnucleo_l552ze_q_stm32l552xx_ns.overlay12 * The partition sizes are compatible with TF-M platform flash_layout.h.
/Zephyr-latest/subsys/retention/
DKconfig37 int "Retention stack buffer sizes"

12345678910