Home
last modified time | relevance | path

Searched refs:small (Results 1 – 25 of 176) sorted by relevance

12345678

/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/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/subsys/fs/littlefs/src/
Dtestfs_lfs.c21 FS_LITTLEFS_DECLARE_DEFAULT_CONFIG(small);
24 .fs_data = &small,
/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/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;
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/tests/benchmarks/app_kernel/
DREADME.txt70 | put | get | no buf | small buf| big buf | no buf | small buf| big buf |
87 | put | get | no buf | small buf| big buf | no buf | small buf| big buf |
104 | put | get | no buf | small buf| big buf | no buf | small buf| big buf |
/Zephyr-latest/tests/subsys/fs/littlefs/boards/
Dmr_canhubk3.overlay12 label = "small";
Dnrf54l15dk_nrf54l15_cpuapp.overlay18 label = "small";
Dnrf52840dk_nrf52840.overlay14 label = "small";
Dnative_sim.overlay19 label = "small";
Dmimxrt1060_evk_mimxrt1062_qspi.overlay30 label = "small";
/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 */
/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/subsys/shell/
DKconfig.template.shell_log_queue_size8 by shell thread. Too small queue may lead to the logger thread being blocked
/Zephyr-latest/dts/arm/st/f4/
Dstm32f429vX.dtsi5 * that are missing on only a small subset of SoCs of a given group
/Zephyr-latest/subsys/mem_mgmt/
DKconfig8 Enable a small library to manage the memory regions defined in the DT
/Zephyr-latest/soc/espressif/esp32c2/
DKconfig24 by a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),
/Zephyr-latest/soc/espressif/esp32c6/
DKconfig27 by a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),
/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/soc/espressif/esp32c3/
DKconfig36 by a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/doc/
Dindex.rst6 The nRF52840 MDK USB Dongle is a small and low-cost development platform enabled
/Zephyr-latest/include/zephyr/linker/
Dkobject-text.ld36 "Reserved space for kobject text area is too small. \
/Zephyr-latest/samples/subsys/input/draw_touch_events/
DREADME.rst9 This sample will draw a small plus in the last touched coordinates, that way you can check
/Zephyr-latest/include/zephyr/arch/x86/ia32/scripts/
Dshared_kernel_pages.ld61 "trampoline stack too small");

12345678