summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2019-02-01 13:40:56 -0600
committerJason Reiss <jreiss@multitech.com>2019-02-01 13:40:56 -0600
commit9aa91bccdb85915b2c0880fe6ce9df88344b34fe (patch)
treea65008347feef4fbaa840eedd91ac8e0c246ee81
parent78da2aa0da3d89bd4dceec0a99a63e3cbf267e10 (diff)
downloadmeta-mlinux-9aa91bccdb85915b2c0880fe6ce9df88344b34fe.tar.gz
meta-mlinux-9aa91bccdb85915b2c0880fe6ce9df88344b34fe.tar.bz2
meta-mlinux-9aa91bccdb85915b2c0880fe6ce9df88344b34fe.zip
lora: disable HAL debug messages
-rw-r--r--recipes-connectivity/lora/lora-gateway-usb/library.cfg5
-rw-r--r--recipes-connectivity/lora/lora-gateway/library_4.0.cfg5
2 files changed, 2 insertions, 8 deletions
diff --git a/recipes-connectivity/lora/lora-gateway-usb/library.cfg b/recipes-connectivity/lora/lora-gateway-usb/library.cfg
index 01b066d..3d5d95a 100644
--- a/recipes-connectivity/lora/lora-gateway-usb/library.cfg
+++ b/recipes-connectivity/lora/lora-gateway-usb/library.cfg
@@ -66,8 +66,5 @@ CFG_NET= private
DEBUG_AUX= 0
DEBUG_SPI= 0
DEBUG_REG= 0
-# jjg - turning this on is useful to get HAL-related error messages that
-# don't print out otherwise. It doesn't seem to add that much printing
-# under normal operation.
-DEBUG_HAL= 1
+DEBUG_HAL= 0
DEBUG_GPS= 0
diff --git a/recipes-connectivity/lora/lora-gateway/library_4.0.cfg b/recipes-connectivity/lora/lora-gateway/library_4.0.cfg
index 641206f..4126bf3 100644
--- a/recipes-connectivity/lora/lora-gateway/library_4.0.cfg
+++ b/recipes-connectivity/lora/lora-gateway/library_4.0.cfg
@@ -7,10 +7,7 @@
DEBUG_AUX= 0
DEBUG_SPI= 0
DEBUG_REG= 0
-# jjg - turning this on is useful to get HAL-related error messages that
-# don't print out otherwise. It doesn't seem to add that much printing
-# under normal operation.
-DEBUG_HAL= 1
+DEBUG_HAL= 0
DEBUG_LBT= 0
DEBUG_GPS= 0