Searched full:sizes (Results 1 – 25 of 226) sorted by relevance
12345678910
/Zephyr-latest/tests/net/socket/tls_ext/ |
D | prj.conf | 28 # Network buffers / packets / sizes 35 # Stack sizes
|
/Zephyr-latest/tests/posix/threads_ext/src/ |
D | main.c | 43 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/ |
D | testcase.yaml | 25 # 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/ |
D | footprint.rst | 6 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/ |
D | prj.conf | 43 # Network buffers / packets / sizes 56 # Stack sizes
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | soc_ncl.h | 35 * The internally generated entropy and nonce sizes are derived from these 36 * values. The supported actual sizes:
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.littlefs | 50 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/ |
D | memory.h | 29 /* 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/ |
D | lpcxpresso11u68_defconfig | 5 # Since the board has little memory (32k), stack sizes are lowered
|
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/ |
D | main.h | 7 /* Constants for control sizes as a percentage of screen size. */
|
/Zephyr-latest/tests/drivers/build_all/ethernet/ |
D | prj.conf | 9 # Sufficient buffer sizes
|
/Zephyr-latest/boards/adi/max32672fthr/ |
D | Kconfig.defconfig | 17 # Used to initialize default sizes such as widgets sized, style paddings.
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | Kconfig.cdc_ncm | 27 packet sizes.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | features.rst | 21 * Features, buffer sizes/counts, stack sizes, etc.
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.nxp_edma | 19 adjust the addresses and sizes of the memory
|
/Zephyr-latest/drivers/sensor/silabs/si7055/ |
D | si7055.h | 26 /* Si7055 buffer sizes and locations */
|
/Zephyr-latest/samples/modules/thrift/hello/server/ |
D | prj.conf | 57 # Some platforms require relatively large stack sizes.
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.at45 | 19 The driver is only capable of using "power of 2" binary page sizes
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | auxdisplay.rst | 15 and sizes, a common display size is 16 characters by 2 lines.
|
/Zephyr-latest/tests/benchmarks/app_kernel/src/ |
D | pipe_b.c | 83 "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/ |
D | adsp-vectors.h | 50 /* Vector and literal sizes */
|
/Zephyr-latest/samples/modules/thrift/hello/client/ |
D | prj.conf | 66 # Some platforms require relatively large stack sizes.
|
/Zephyr-latest/subsys/modem/ |
D | Kconfig | 73 scaling buffer sizes, as these are application specific.
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap_tz/boards/ |
D | nucleo_l552ze_q_stm32l552xx_ns.overlay | 12 * The partition sizes are compatible with TF-M platform flash_layout.h.
|
/Zephyr-latest/subsys/retention/ |
D | Kconfig | 37 int "Retention stack buffer sizes"
|
12345678910