Searched full:smaller (Results 1 – 25 of 220) sorted by relevance
123456789
/Zephyr-latest/doc/contribute/ |
D | contributor_expectations.rst | 7 changes as smaller pull requests. Smaller pull requests (PRs) have the following 11 to set aside a few minutes to review smaller changes several times than it is 17 - Easier to rebase and merge. Smaller PRs are less likely to conflict with other 24 commits and any combination of smaller PRs for testing and preview purposes. 29 Defining Smaller PRs 32 - Smaller PRs should encompass one self-contained logical change. 76 the required context to reviewers, but allows for smaller, incremental, PRs to 139 Maintainers may request that contributors break up a PR into smaller PRs and may
|
/Zephyr-latest/tests/benchmarks/app_kernel/src/ |
D | memcfg.h | 13 #define MESSAGE_SIZE_PIPE 2048 /* must be smaller than MESSAGE_SIZE */
|
/Zephyr-latest/boards/nordic/thingy52/ |
D | Kconfig | 15 BOARD_VDD_PWR_CTRL_INIT_PRIORITY, but smaller than SENSOR_INIT_PRIORITY.
|
/Zephyr-latest/boards/beagle/beagleconnect_freedom/ |
D | Kconfig | 14 KERNEL_INIT_PRIORITY_DEVICE but smaller than
|
/Zephyr-latest/samples/subsys/nvs/boards/ |
D | nucleo_f429zi.overlay | 9 /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K
|
/Zephyr-latest/boards/beagle/beagleplay/ |
D | Kconfig | 15 KERNEL_INIT_PRIORITY_DEVICE but smaller than
|
/Zephyr-latest/boards/ti/common/ |
D | Kconfig | 21 KERNEL_INIT_PRIORITY_DEVICE but smaller than
|
/Zephyr-latest/samples/net/sockets/can/ |
D | prj.conf | 36 # Use smaller buffers for net_buf as CANBUS packets are quite small.
|
/Zephyr-latest/dts/bindings/flash_controller/ |
D | gd,gd32-flash-controller.yaml | 8 flash size is smaller than 512KB.
|
/Zephyr-latest/subsys/tracing/include/ |
D | tracing_buffer.h | 50 * @return Size of allocated buffer which can be smaller than 82 * @return Size of valid buffer which can be smaller than requested
|
/Zephyr-latest/tests/net/lib/lwm2m/observation/src/ |
D | lwm2m_observation.c | 94 "Next element has object %d which is smaller " in assert_path_list_order() 109 "smaller " in assert_path_list_order() 124 "Next element has resource %d which is smaller " in assert_path_list_order() 138 "is smaller " in assert_path_list_order() 146 "Next element has object %d which is smaller " in assert_path_list_order() 154 "smaller " in assert_path_list_order() 162 "Next element has resource %d which is smaller " in assert_path_list_order()
|
/Zephyr-latest/drivers/timer/ |
D | ambiq_stimer.c | 66 /* If current cycle count is smaller than the last time stamp, a counter overflow happened. in update_tick_counter() 110 /* If current cycle count is smaller than the last time stamp, a counter in stimer_isr() 167 /*If the delta value is smaller than MIN_DELAY, trigger a interrupt immediately*/ in sys_clock_set_timeout()
|
/Zephyr-latest/dts/bindings/gpio/ |
D | microbit,edge-connector.yaml | 15 The smaller strips spaced at 1.27mm on the edge connector have additional
|
/Zephyr-latest/include/zephyr/linker/ |
D | intlist.ld | 14 * struct _isr_list isrs[]; <- Usually of smaller size than num_vectors
|
/Zephyr-latest/arch/arc/core/mpu/ |
D | arc_mpu_common_internal.h | 36 * For ARC MPU, MPU regions can be overlapped, smaller in _mpu_configure() 213 * For ARC MPU, smaller region number takes priority. in arc_core_mpu_buffer_validate() 256 * According to ARCv2 ISA, the MPU region with smaller in arc_mpu_init()
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig | 30 it's recommened to keep this value much smaller for easier handling of the data.
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.dwmac | 65 memory. A smaller number increases the risk of an overflow and
|
/Zephyr-latest/samples/sensor/qdec/ |
D | README.rst | 71 The reported increment/decrement can be larger/smaller than the one shown
|
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/ |
D | nrf52840dk_nrf52840_ram_disk_region.overlay | 9 * remove the original definition and replace it with smaller one.
|
/Zephyr-latest/lib/libc/minimal/ |
D | Kconfig | 27 Enable smaller but potentially slower implementations of memcpy and
|
/Zephyr-latest/samples/subsys/profiling/perf/ |
D | README.rst | 34 the perf buffer size is smaller than required.
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | Kconfig | 130 CoAP client message payload size. Can't be smaller than COAP_CLIENT_BLOCK_SIZE. 193 CoAP server message payload size. Can't be smaller than COAP_SERVER_BLOCK_SIZE.
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | dediprog.py | 57 # Allow to flash images smaller than flash device capacity
|
/Zephyr-latest/doc/connectivity/canbus/ |
D | isotp.rst | 27 Packets smaller or equal to seven bytes on Classical CAN are called
|
/Zephyr-latest/lib/libc/newlib/ |
D | Kconfig | 32 smaller than this value.
|
123456789