Home
last modified time | relevance | path

Searched refs:CONFIG_LOG_PROCESS_THREAD_STACK_SIZE (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/samples/net/sockets/tcp/
Doverlay-max-stacks.conf9 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=65535
/Zephyr-latest/samples/net/sockets/echo_client/
Doverlay-max-stacks.conf9 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=65535
/Zephyr-latest/samples/net/sockets/echo_server/
Doverlay-max-stacks.conf9 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=65535
/Zephyr-latest/samples/subsys/logging/ble_backend/
Dprj.conf7 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=2048
/Zephyr-latest/samples/subsys/logging/syst/
Doverlay_deferred.conf7 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=4096
/Zephyr-latest/tests/subsys/logging/log_switch_format/
Doverlay_deferred.conf7 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=4096
/Zephyr-latest/tests/bluetooth/tester/boards/
Dcyw920829m2evk_02.conf11 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=1024
Dnrf54l15dk_nrf54l15_cpuapp.conf19 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=1024
Dnrf52840dk_nrf52840.conf19 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=1024
Dnrf54h20dk_nrf54h20_cpuapp.conf19 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=1024
Dnrf5340_audio_dk_nrf5340_cpuapp.conf19 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=1024
Dnrf5340dk_nrf5340_cpuapp.conf19 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=1024
/Zephyr-latest/tests/subsys/logging/log_backend_fs/
Dprj.conf21 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=4096
/Zephyr-latest/samples/bluetooth/hci_uart/
Ddebug.conf19 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=1024
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/
Ddebug.conf19 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=1024
/Zephyr-latest/samples/net/openthread/coprocessor/
Dprj.conf25 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=2048
/Zephyr-latest/subsys/logging/
Dlog_core.c40 #ifndef CONFIG_LOG_PROCESS_THREAD_STACK_SIZE
41 #define CONFIG_LOG_PROCESS_THREAD_STACK_SIZE 1 macro
971 K_KERNEL_STACK_DEFINE(logging_stack, CONFIG_LOG_PROCESS_THREAD_STACK_SIZE);
/Zephyr-latest/tests/subsys/logging/log_core_additional/src/
Dlog_test.c417 CONFIG_LOG_PROCESS_THREAD_STACK_SIZE); in ZTEST()