summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-gateway
diff options
context:
space:
mode:
authorBrandon Bayer <bbayer@multitech.com>2016-09-09 14:47:07 -0500
committerBrandon Bayer <bbayer@multitech.com>2016-09-13 10:11:57 -0500
commit22715646980f87f5ab5f70e2522525efa2f5f817 (patch)
tree844bf03d92284205f09f105e905d3c491962745f /recipes-connectivity/lora/lora-gateway
parent94a186c4260f71bd15127fb3a2388239fd1cfca4 (diff)
downloadmeta-mlinux-22715646980f87f5ab5f70e2522525efa2f5f817.tar.gz
meta-mlinux-22715646980f87f5ab5f70e2522525efa2f5f817.tar.bz2
meta-mlinux-22715646980f87f5ab5f70e2522525efa2f5f817.zip
picocell:feat: add recipe for semtech lora-gateway 4.0.1
Diffstat (limited to 'recipes-connectivity/lora/lora-gateway')
-rw-r--r--recipes-connectivity/lora/lora-gateway/library_4.0.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-connectivity/lora/lora-gateway/library_4.0.cfg b/recipes-connectivity/lora/lora-gateway/library_4.0.cfg
new file mode 100644
index 0000000..d9d3055
--- /dev/null
+++ b/recipes-connectivity/lora/lora-gateway/library_4.0.cfg
@@ -0,0 +1,16 @@
+# That file will be included in the Makefile files that have hardware dependencies
+
+### Debug options ###
+# Set the DEBUG_* to 1 to activate debug mode in individual modules.
+# Warning: that makes the module *very verbose*, do not use for production
+
+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_LBT= 0
+DEBUG_GPS= 0
+