Skip to content

Commit

Permalink
Fix logging
Browse files Browse the repository at this point in the history
Enable logging for both samples. Also fix the logging level for shim.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 committed Dec 8, 2024
1 parent 9cc53ed commit b6e2916
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nrf70_zephyr_shim/source/os/shim.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "osal_ops.h"
#include "qspi_if.h"

LOG_MODULE_REGISTER(wifi_nrf, CONFIG_WIFI_NRF700X_SHIM_BUS_LOG_LEVEL);
LOG_MODULE_REGISTER(wifi_nrf, CONFIG_WIFI_NRF700X_SHIM_LOG_LEVEL);

struct zep_shim_intr_priv *intr_priv;

Expand Down
2 changes: 2 additions & 0 deletions samples/radio_test_bm/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ CONFIG_LOG=y
CONFIG_LOG_BUFFER_SIZE=4096
# For automation scripts only
CONFIG_SHELL_BACKEND_SERIAL_RX_RING_BUFFER_SIZE=1024
CONFIG_LOG=y
CONFIG_LOG_MODE_IMMEDIATE=y
2 changes: 2 additions & 0 deletions samples/scan_bm/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ CONFIG_MAIN_STACK_SIZE=4200

# Debugs
CONFIG_THREAD_MONITOR=y
CONFIG_LOG=y
CONFIG_LOG_MODE_IMMEDIATE=y

0 comments on commit b6e2916

Please sign in to comment.