Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 14 of 14) sorted by relevance

/modules/canopennode/
A DCMakeLists.txt11 ${CANOPENNODE_DIR}/stack
17 ${CANOPENNODE_DIR}/stack/CO_Emergency.c
18 ${CANOPENNODE_DIR}/stack/CO_HBconsumer.c
19 ${CANOPENNODE_DIR}/stack/CO_LSSmaster.c
20 ${CANOPENNODE_DIR}/stack/CO_LSSslave.c
22 ${CANOPENNODE_DIR}/stack/CO_PDO.c
23 ${CANOPENNODE_DIR}/stack/CO_SDO.c
24 ${CANOPENNODE_DIR}/stack/CO_SDOmaster.c
25 ${CANOPENNODE_DIR}/stack/CO_SYNC.c
26 ${CANOPENNODE_DIR}/stack/CO_TIME.c
[all …]
A DKconfig1 # CANopenNode CANopen protocol stack configuration options
39 Size of the stack used for the internal CANopen transmit
92 Size of the stack used for the internal thread which
/modules/lz4/
A DKconfig33 bool "in memory stack"
35 Allocate memory from stack (fastest).
57 bool "in memory stack"
59 Allocate memory from stack (fastest).
90 bool "in memory stack"
92 Allocate memory from stack (fastest).
/modules/lvgl/
A Dlvgl_zephyr_osal.c25 thread->stack = k_thread_stack_alloc(stack_size, 0); in lv_thread_init()
26 if (thread->stack == NULL) { in lv_thread_init()
33 thread->tid = k_thread_create(&thread->thread, thread->stack, stack_size, thread_entry, in lv_thread_init()
46 ret = k_thread_stack_free(thread->stack); in lv_thread_delete()
/modules/lvgl/include/
A Dlvgl_zephyr_osal.h18 k_thread_stack_t *stack; member
/modules/openthread/
A DKconfig21 bool "Initialize OpenThread stack during system initialization"
49 bool "Start OpenThread stack manually"
51 If enabled, OpenThread stack will have to be configured and
62 bool "OpenThread stack logging support"
67 prompt "OpenThread stack log level"
70 This option selects log level for OpenThread stack.
98 Log level for OpenThread stack.
123 int "OpenThread thread stack size"
134 int "OpenThread radio transmit workqueue stack size"
212 Enable Co-Processor in OpenThread stack.
[all …]
A DKconfig.features1 # OpenThread stack features selection
7 prompt "OpenThread stack version"
10 This option selects version of Thread stack
92 Enable CoAP API for the application with use of OpenThread stack
107 Enable commissioner capability in OpenThread stack. Note, that DTLS
193 Enable Thread Services capability in OpenThread stack
213 Enable joiner capability in OpenThread stack. Note, that DTLS
367 Enable Thread Certification reference device support in OpenThread stack
A DKconfig.thread205 int "Openthread default TCAT stack size"
209 Openthread default TCAT stack size.
A DCMakeLists.txt23 set(OT_THREAD_VERSION ${CONFIG_OPENTHREAD_THREAD_VERSION} CACHE STRING "User selected Thread stack
/modules/hal_silabs/gecko/
A DKconfig13 example, Bluetooth LE and a proprietary 2.4 GHz stack) on Gecko SoCs.
/modules/loramac-node/
A DKconfig31 This option enables the use of Semtech's LoRaMac stack
/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/
A Dcyabs_rtos_zephyr.c105 const char *name, void *stack, uint32_t stack_size, in cy_rtos_create_thread() argument
113 } else if ((stack != NULL) && (0 != (((uint32_t)stack) & CY_RTOS_ALIGNMENT_MASK))) { in cy_rtos_create_thread()
123 if ((uint32_t *)stack == NULL) { in cy_rtos_create_thread()
132 stack_alloc = stack; in cy_rtos_create_thread()
/modules/hal_silabs/simplicity_sdk/
A DKconfig49 example, Bluetooth LE and a proprietary 2.4 GHz stack) on Gecko SoCs.
/modules/hostap/
A DKconfig57 # TODO: Providing higher stack size for Enterprise mode to fix stack
58 # overflow issues. Need to identify the cause for higher stack usage.
60 # This is needed to handle stack overflow issues on nRF Wi-Fi drivers.
82 # Supplicant API is stack heavy (buffers + snprintfs) and control interface
83 # uses socketpair which pushes the stack usage causing overflow for 2048 bytes.

Completed in 30 milliseconds