/Zephyr-latest/lib/heap/ |
D | Kconfig | 76 "small" heaps with a total size of 262136 bytes or less. 83 - "small" heaps with low memory and runtime overhead; 85 - "big" heaps with bigger memory overhead even for small heaps; 91 the needed alignment on returned memory allocations. Small chunk 96 bool "Support for small heaps only" 106 efficient with small sized heaps. 109 bool "Support for both small and big heaps at run time"
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_dump.h | 20 * @retval -ENOMEM if strsize too small 32 * @retval -ENOMEM if strsize too small 44 * @retval -ENOMEM if strsize too small 56 * @retval -ENOMEM if strsize too small
|
/Zephyr-latest/arch/nios2/ |
D | Kconfig | 74 Use global pointer relative offsets for small globals declared in the 80 Use global pointer relative offsets for small globals declared 81 anywhere in the executable. Note that if any small globals that are put 90 small data. Use this if your board has 64K or less of RAM.
|
/Zephyr-latest/tests/net/6lo/src/ |
D | main.c | 250 bool small; member 398 int remaining = data->small ? SIZE_OF_SMALL_DATA : SIZE_OF_LARGE_DATA; in compare_pkt() 448 if (data->small) { in compare_pkt() 502 remaining = data->small ? SIZE_OF_SMALL_DATA : SIZE_OF_LARGE_DATA; in create_pkt() 570 .small = true, 592 .small = false, 614 .small = true, 636 .small = false, 658 .small = true, 680 .small = true, [all …]
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 46 --border-radius-small: 4px; 50 --spacing-small: 5px; 365 padding: var(--spacing-small) var(--spacing-medium); 378 padding-bottom: var(--spacing-small); 407 margin-right: var(--spacing-small); 466 padding: var(--spacing-small); 501 border-radius: var(--border-radius-small) !important; 511 border-radius: var(--border-radius-small) !important; 523 border-radius: var(--border-radius-small) !important; 528 border-radius: var(--border-radius-small); [all …]
|
/Zephyr-latest/subsys/rtio/ |
D | Kconfig | 16 adds a small RAM overhead for a single semaphore. By default wait_for will 28 This adds a small RAM overhead for a single semaphore. By default the call
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_tiny.yaml | 2 name: QEMU Emulation for X86 (small VM)
|
/Zephyr-latest/samples/net/wifi/shell/ |
D | overlay-enterprise-variable-bufs.conf | 4 # Use variable data size to reduce memory usage for small data packets
|
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/ |
D | response_big.html.bin | 27 … effort uniting leaders from across the industry to build a best-in-breed small, scalable, real-ti… 31 …ct for building simple connected sensors, LED wearables, up to modems and small IoT wireless gatew…
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/ |
D | response_big.html.bin | 27 … effort uniting leaders from across the industry to build a best-in-breed small, scalable, real-ti… 31 …ct for building simple connected sensors, LED wearables, up to modems and small IoT wireless gatew…
|
/Zephyr-latest/tests/drivers/gnss/gnss_dump/src/ |
D | main.c | 43 /* small positive values */ in test_gnss_data() 59 /* small negative values */ in test_gnss_data()
|
/Zephyr-latest/tests/benchmarks/app_kernel/src/ |
D | pipe_b.c | 88 PRINT_STRING("| put | get | no buf | small buf| big buf |" in pipe_test() 89 " no buf | small buf| big buf |\n"); in pipe_test() 122 PRINT_STRING("| put | get | no buf | small buf| big buf | " in pipe_test() 123 "no buf | small buf| big buf |\n"); in pipe_test()
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig.template.shell_log_queue_size | 8 by shell thread. Too small queue may lead to the logger thread being blocked
|
/Zephyr-latest/samples/net/sockets/can/ |
D | prj.conf | 36 # Use smaller buffers for net_buf as CANBUS packets are quite small.
|
/Zephyr-latest/tests/subsys/fs/littlefs/boards/ |
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 18 label = "small";
|
D | mr_canhubk3.overlay | 12 label = "small";
|
D | nrf52840dk_nrf52840.overlay | 14 label = "small";
|
/Zephyr-latest/tests/subsys/fs/littlefs/src/ |
D | testfs_lfs.c | 21 FS_LITTLEFS_DECLARE_DEFAULT_CONFIG(small); 24 .fs_data = &small,
|
/Zephyr-latest/drivers/display/ |
D | display_sdl.c | 103 "Input buffer too small"); in sdl_display_write_argb8888() 117 "Input buffer too small"); in sdl_display_write_rgb888() 142 "Input buffer too small"); in sdl_display_write_rgb565() 167 "Input buffer too small"); in sdl_display_write_bgr565() 195 "Input buffer too small"); in sdl_display_write_mono() 278 __ASSERT((desc->pitch * 4U * desc->height) <= desc->buf_size, "Read buffer is too small"); in sdl_display_read_argb8888() 291 __ASSERT((desc->pitch * 3U * desc->height) <= desc->buf_size, "Read buffer is too small"); in sdl_display_read_rgb888() 317 __ASSERT((desc->pitch * 2U * desc->height) <= desc->buf_size, "Read buffer is too small"); in sdl_display_read_rgb565() 342 __ASSERT((desc->pitch * 2U * desc->height) <= desc->buf_size, "Read buffer is too small"); in sdl_display_read_bgr565() 369 __ASSERT((desc->pitch * desc->height) <= (desc->buf_size * 8U), "Read buffer is too small"); in sdl_display_read_mono()
|
/Zephyr-latest/modules/openthread/platform/ |
D | settings.c | 62 __ASSERT(ret < sizeof(path), "Setting path buffer too small."); in ot_setting_delete_cb() 103 __ASSERT(ret < sizeof(subtree), "Setting path buffer too small."); in ot_setting_delete_subtree() 237 __ASSERT(ret < sizeof(path), "Setting path buffer too small."); in otPlatSettingsGet() 266 __ASSERT(ret < sizeof(path), "Setting path buffer too small."); in otPlatSettingsSet() 290 __ASSERT(ret < sizeof(path), "Setting path buffer too small."); in otPlatSettingsAdd()
|
/Zephyr-latest/subsys/mem_mgmt/ |
D | Kconfig | 8 Enable a small library to manage the memory regions defined in the DT
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | Kconfig.nxp | 112 Murata Type 1ZM is a small and very high performance module based on 124 Murata Type 1ZM is a small and very high performance module based on 141 Azurewave Type AM457 is a small and high performance module based on 152 Azurewave Type AM457MA is a small and high performance module based on 163 Azurewave Type AM510 is a small and high performance module based on 174 Azurewave Type AM510MA is a small and high performance module based on 185 Murata Type 1XK is a small and high performance module based on 197 Murata Type 1XK is a small and high performance module based on 214 Murata Type 2EL is a small and very high performance module based on 226 Murata Type 2EL is a small and very high performance module based on [all …]
|
/Zephyr-latest/dts/arm/st/f4/ |
D | stm32f429vX.dtsi | 5 * that are missing on only a small subset of SoCs of a given group
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | Kconfig | 24 by a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),
|
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/boards/ |
D | colibri_imx7d_mcimx7d_m4.overlay | 12 /* Use OCRAM 128kB because TCM 32kB is too small for the sample */
|