File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -801,18 +801,20 @@ add_definitions(-D__HEAP_SIZE=4096)
801801
802802# Debug configuration
803803if (${CMAKE_BUILD_TYPE} STREQUAL "Debug" )
804- message ("Debugging via RTT enabled" )
805804 add_definitions (-DDEBUG)
806805 add_definitions (-DDEBUG_NRF_USER)
806+
807807 # NRF SDK Logging
808808 add_definitions (-DNRF_LOG_ENABLED=1)
809- add_definitions (-DNRF_LOG_BACKEND_RTT_ENABLED=1)
810- add_definitions (-DNRF_LOG_BACKEND_SERIAL_USES_RTT=1)
809+ # add_definitions(-DNRF_LOG_BACKEND_RTT_ENABLED=1)
810+ # add_definitions(-DNRF_LOG_BACKEND_SERIAL_USES_RTT=1)
811+
811812 # NRF SDK individual modules logging
812813 # add_definitions(-DCLOCK_CONFIG_LOG_ENABLED=1)
813814 # add_definitions(-DCLOCK_CONFIG_LOG_LEVEL=4)
814815 # add_definitions(-DRTC_CONFIG_LOG_ENABLED=1)
815816 # add_definitions(-DRTC_CONFIG_LOG_LEVEL=4)
817+
816818 # Nimble Logging
817819 add_definitions (-DMYNEWT_VAL_NEWT_FEATURE_LOGCFG=1)
818820 # add_definitions(-DMYNEWT_VAL_LOG_LEVEL=0)
You can’t perform that action at this time.
0 commit comments