Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/NUCLEO-WB15CC/Applications/BLE/BLE_DataThroughput/STM32_WPAN/App/ble_dbg_conf.h')
-rw-r--r--Projects/NUCLEO-WB15CC/Applications/BLE/BLE_DataThroughput/STM32_WPAN/App/ble_dbg_conf.h69
1 files changed, 43 insertions, 26 deletions
diff --git a/Projects/NUCLEO-WB15CC/Applications/BLE/BLE_DataThroughput/STM32_WPAN/App/ble_dbg_conf.h b/Projects/NUCLEO-WB15CC/Applications/BLE/BLE_DataThroughput/STM32_WPAN/App/ble_dbg_conf.h
index 6a26cc1f1..c3304bccc 100644
--- a/Projects/NUCLEO-WB15CC/Applications/BLE/BLE_DataThroughput/STM32_WPAN/App/ble_dbg_conf.h
+++ b/Projects/NUCLEO-WB15CC/Applications/BLE/BLE_DataThroughput/STM32_WPAN/App/ble_dbg_conf.h
@@ -27,36 +27,47 @@
* Enable or Disable traces from BLE
*/
-#define BLE_DBG_DIS_EN 0
-#define BLE_DBG_HRS_EN 0
-#define BLE_DBG_EDS_STM_EN 0
-#define BLE_DBG_LBS_STM_EN 0
-#define BLE_DBG_SVCCTL_EN 0
-#define BLE_DBG_CTS_EN 0
-#define BLE_DBG_HIDS_EN 0
-#define BLE_DBG_PASS_EN 0
-#define BLE_DBG_BLS_EN 0
-#define BLE_DBG_HTS_EN 0
-#define BLE_DBG_ANS_EN 0
-#define BLE_DBG_ESS_EN 0
-#define BLE_DBG_GLS_EN 0
-#define BLE_DBG_BAS_EN 0
-#define BLE_DBG_RTUS_EN 0
-#define BLE_DBG_HPS_EN 0
-#define BLE_DBG_TPS_EN 0
-#define BLE_DBG_LLS_EN 0
-#define BLE_DBG_IAS_EN 0
-#define BLE_DBG_DTS_EN 0
-#define BLE_DBG_WSS_EN 0
-#define BLE_DBG_LNS_EN 0
-#define BLE_DBG_SCPS_EN 0
-#define BLE_DBG_P2P_STM_EN 0
-#define BLE_DBG_CRS_STM_EN 0
-
+#define BLE_DBG_APP_EN 0
+#define BLE_DBG_DIS_EN 0
+#define BLE_DBG_HRS_EN 0
+#define BLE_DBG_SVCCTL_EN 0
+#define BLE_DBG_BLS_EN 0
+#define BLE_DBG_HTS_EN 0
+#define BLE_DBG_P2P_STM_EN 0
+
+#define BLE_DBG_EDS_STM_EN 0
+#define BLE_DBG_LBS_STM_EN 0
+#define BLE_DBG_CTS_EN 0
+
+#define BLE_DBG_HIDS_EN 0
+#define BLE_DBG_PASS_EN 0
+#define BLE_DBG_BLS_EN 0
+#define BLE_DBG_HTS_EN 0
+#define BLE_DBG_ANS_EN 0
+#define BLE_DBG_ESS_EN 0
+#define BLE_DBG_GLS_EN 0
+#define BLE_DBG_BAS_EN 0
+#define BLE_DBG_RTUS_EN 0
+#define BLE_DBG_HPS_EN 0
+#define BLE_DBG_TPS_EN 0
+#define BLE_DBG_LLS_EN 0
+#define BLE_DBG_IAS_EN 0
+#define BLE_DBG_DTS_EN 0
+#define BLE_DBG_WSS_EN 0
+#define BLE_DBG_LNS_EN 0
+#define BLE_DBG_SCPS_EN 0
+#define BLE_DBG_P2P_STM_EN 0
+#define BLE_DBG_CRS_STM_EN 0
/**
* Macro definition
*/
+#if ( BLE_DBG_APP_EN != 0 )
+#define BLE_DBG_APP_MSG PRINT_MESG_DBG
+#else
+#define BLE_DBG_APP_MSG PRINT_NO_MESG
+#endif
+
#if ( BLE_DBG_DIS_EN != 0 )
#define BLE_DBG_DIS_MSG PRINT_MESG_DBG
#else
@@ -75,6 +86,12 @@
#define BLE_DBG_P2P_STM_MSG PRINT_NO_MESG
#endif
+#if ( BLE_DBG_TEMPLATE_STM_EN != 0 )
+#define BLE_DBG_TEMPLATE_STM_MSG PRINT_MESG_DBG
+#else
+#define BLE_DBG_TEMPLATE_STM_MSG PRINT_NO_MESG
+#endif
+
#if ( BLE_DBG_EDS_STM_EN != 0 )
#define BLE_DBG_EDS_STM_MSG PRINT_MESG_DBG
#else