Searched refs:stack (Results 1 – 14 of 14) sorted by relevance
| /modules/canopennode/ |
| A D | CMakeLists.txt | 11 ${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 D | Kconfig | 1 # 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 D | Kconfig | 33 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 D | lvgl_zephyr_osal.c | 25 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 D | lvgl_zephyr_osal.h | 18 k_thread_stack_t *stack; member
|
| /modules/openthread/ |
| A D | Kconfig | 21 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 D | Kconfig.features | 1 # 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 D | Kconfig.thread | 205 int "Openthread default TCAT stack size" 209 Openthread default TCAT stack size.
|
| A D | CMakeLists.txt | 23 set(OT_THREAD_VERSION ${CONFIG_OPENTHREAD_THREAD_VERSION} CACHE STRING "User selected Thread stack …
|
| /modules/hal_silabs/gecko/ |
| A D | Kconfig | 13 example, Bluetooth LE and a proprietary 2.4 GHz stack) on Gecko SoCs.
|
| /modules/loramac-node/ |
| A D | Kconfig | 31 This option enables the use of Semtech's LoRaMac stack
|
| /modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/ |
| A D | cyabs_rtos_zephyr.c | 105 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 D | Kconfig | 49 example, Bluetooth LE and a proprietary 2.4 GHz stack) on Gecko SoCs.
|
| /modules/hostap/ |
| A D | Kconfig | 57 # 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 46 milliseconds