Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions app/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ CONFIG_DK_LIBRARY=y
CONFIG_ZVFS_OPEN_MAX=10
CONFIG_PWM=y

# TFM logging over uart0
CONFIG_TFM_LOG_LEVEL_SILENCE=n
CONFIG_TFM_SECURE_UART0=y
CONFIG_TFM_SECURE_UART_SHARE_INSTANCE=y
CONFIG_TFM_EXCEPTION_INFO_DUMP=y
CONFIG_TFM_SPM_LOG_LEVEL_DEBUG=y

# Heap and stacks
CONFIG_MAIN_STACK_SIZE=1856
# Extended AT host/monitor stack/heap sizes since some nrf_cloud credentials are longer than 1024 bytes.
Expand Down
2 changes: 1 addition & 1 deletion app/src/modules/environmental/Kconfig.environmental
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if APP_ENVIRONMENTAL

config APP_ENVIRONMENTAL_THREAD_STACK_SIZE
int "Thread stack size"
default 768
default 1024

config APP_ENVIRONMENTAL_WATCHDOG_TIMEOUT_SECONDS
int "Watchdog timeout"
Expand Down
1 change: 1 addition & 0 deletions app/src/modules/power/power.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <math.h>
#include <zephyr/task_wdt/task_wdt.h>
#include <zephyr/smf.h>
#include <modem/nrf_modem_lib_trace.h>

#include "lp803448_model.h"
#include "app_common.h"
Expand Down
Loading
Loading