diff options
author | Jeff Hatch <jhatch@multitech.com> | 2016-09-20 14:11:54 -0500 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2016-09-20 14:11:54 -0500 |
commit | 671543f84785b62df53c4a4be2727dd33f6d8fca (patch) | |
tree | 8ed79c69434b546f09ff5ef0a495d346867be7fc /recipes-connectivity/lora/lora-gateway/library_4.0.cfg | |
parent | c6eba1931dad9555364a44ba005dc2d6a9f2c453 (diff) | |
parent | d7368ef31b729511e9d630bbd935eb56dc15856f (diff) | |
download | meta-mlinux-671543f84785b62df53c4a4be2727dd33f6d8fca.tar.gz meta-mlinux-671543f84785b62df53c4a4be2727dd33f6d8fca.tar.bz2 meta-mlinux-671543f84785b62df53c4a4be2727dd33f6d8fca.zip |
Merge remote-tracking branch 'origin/master' into Conduit_0.1
Diffstat (limited to 'recipes-connectivity/lora/lora-gateway/library_4.0.cfg')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway/library_4.0.cfg | 16 |
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 + |