Home
last modified time | relevance | path

Searched full:small (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/Zephyr-latest/lib/heap/
DKconfig76 "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/
Dgnss_dump.h20 * @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/
DKconfig74 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/
Dmain.c250 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/
Ddoxygen-awesome.css46 --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/
DKconfig16 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/
Dqemu_x86_tiny.yaml2 name: QEMU Emulation for X86 (small VM)
/Zephyr-latest/samples/net/wifi/shell/
Doverlay-enterprise-variable-bufs.conf4 # Use variable data size to reduce memory usage for small data packets
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/
Dresponse_big.html.bin27 … 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/
Dresponse_big.html.bin27 … 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/
Dmain.c43 /* small positive values */ in test_gnss_data()
59 /* small negative values */ in test_gnss_data()
/Zephyr-latest/tests/benchmarks/app_kernel/src/
Dpipe_b.c88 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/
DKconfig.template.shell_log_queue_size8 by shell thread. Too small queue may lead to the logger thread being blocked
/Zephyr-latest/samples/net/sockets/can/
Dprj.conf36 # Use smaller buffers for net_buf as CANBUS packets are quite small.
/Zephyr-latest/tests/subsys/fs/littlefs/boards/
Dnrf54l15dk_nrf54l15_cpuapp.overlay18 label = "small";
Dmr_canhubk3.overlay12 label = "small";
Dnrf52840dk_nrf52840.overlay14 label = "small";
/Zephyr-latest/tests/subsys/fs/littlefs/src/
Dtestfs_lfs.c21 FS_LITTLEFS_DECLARE_DEFAULT_CONFIG(small);
24 .fs_data = &small,
/Zephyr-latest/drivers/display/
Ddisplay_sdl.c103 "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/
Dsettings.c62 __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/
DKconfig8 Enable a small library to manage the memory regions defined in the DT
/Zephyr-latest/drivers/wifi/nxp/
DKconfig.nxp112 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/
Dstm32f429vX.dtsi5 * that are missing on only a small subset of SoCs of a given group
/Zephyr-latest/soc/espressif/esp32c2/
DKconfig24 by a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/boards/
Dcolibri_imx7d_mcimx7d_m4.overlay12 /* Use OCRAM 128kB because TCM 32kB is too small for the sample */

12345678910>>...18