summaryrefslogtreecommitdiff
path: root/libloragw/library.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'libloragw/library.cfg')
-rw-r--r--libloragw/library.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/libloragw/library.cfg b/libloragw/library.cfg
new file mode 100644
index 0000000..f962ba2
--- /dev/null
+++ b/libloragw/library.cfg
@@ -0,0 +1,12 @@
+# 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
+DEBUG_HAL= 0
+DEBUG_LBT= 0
+DEBUG_GPS= 0