Searched refs:small (Results 1 – 25 of 176) sorted by relevance
12345678
/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/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/subsys/fs/littlefs/src/ |
D | testfs_lfs.c | 21 FS_LITTLEFS_DECLARE_DEFAULT_CONFIG(small); 24 .fs_data = &small,
|
/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/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; 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/ |
D | README.txt | 70 | 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/ |
D | mr_canhubk3.overlay | 12 label = "small";
|
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 18 label = "small";
|
D | nrf52840dk_nrf52840.overlay | 14 label = "small";
|
D | native_sim.overlay | 19 label = "small";
|
D | mimxrt1060_evk_mimxrt1062_qspi.overlay | 30 label = "small";
|
/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 */
|
/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/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/dts/arm/st/f4/ |
D | stm32f429vX.dtsi | 5 * that are missing on only a small subset of SoCs of a given group
|
/Zephyr-latest/subsys/mem_mgmt/ |
D | Kconfig | 8 Enable a small library to manage the memory regions defined in the DT
|
/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/soc/espressif/esp32c6/ |
D | Kconfig | 27 by a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),
|
/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/soc/espressif/esp32c3/ |
D | Kconfig | 36 by a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),
|
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/doc/ |
D | index.rst | 6 The nRF52840 MDK USB Dongle is a small and low-cost development platform enabled
|
/Zephyr-latest/include/zephyr/linker/ |
D | kobject-text.ld | 36 "Reserved space for kobject text area is too small. \
|
/Zephyr-latest/samples/subsys/input/draw_touch_events/ |
D | README.rst | 9 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/ |
D | shared_kernel_pages.ld | 61 "trampoline stack too small");
|
12345678