Searched refs:small (Results 1 – 25 of 188) 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/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 | s32z2xxdc2_s32z270_rtu0.overlay | 12 label = "small";
|
| D | s32z2xxdc2_s32z270_rtu1.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";
|
| D | mimxrt1060_evk_mimxrt1062_qspi_B.overlay | 30 label = "small";
|
| D | mimxrt1060_evk_mimxrt1062_qspi_C.overlay | 30 label = "small";
|
| /Zephyr-latest/lib/heap/ |
| D | Kconfig | 88 "small" heaps with a total size of 262136 bytes or less. 95 - "small" heaps with low memory and runtime overhead; 97 - "big" heaps with bigger memory overhead even for small heaps; 108 bool "Support for small heaps only" 118 efficient with small sized heaps. 121 bool "Support for both small and big heaps at run time"
|
| /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/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_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/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/soc/espressif/esp32c2/ |
| D | Kconfig | 29 by a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),
|
| /Zephyr-latest/soc/neorv32/ |
| D | Kconfig | 31 results in small overhead, which can be avoided by setting the clock-frequency property of
|
12345678