Host driver/HAL to build a LoRa Picocell Gateway which communicates through USB with a concentrator board based on Semtech SX1308 multi-channel modem and SX1257/SX1255 RF transceivers.
libloragw/library.cfg@0:102b50f941d0, 2018-04-11 (annotated)
- Committer:
- dgabino
- Date:
- Wed Apr 11 14:38:42 2018 +0000
- Revision:
- 0:102b50f941d0
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
dgabino | 0:102b50f941d0 | 1 | # That file will be included in the Makefile files that have hardware dependencies |
dgabino | 0:102b50f941d0 | 2 | |
dgabino | 0:102b50f941d0 | 3 | ### Debug options ### |
dgabino | 0:102b50f941d0 | 4 | # Set the DEBUG_* to 1 to activate debug mode in individual modules. |
dgabino | 0:102b50f941d0 | 5 | # Warning: that makes the module *very verbose*, do not use for production |
dgabino | 0:102b50f941d0 | 6 | |
dgabino | 0:102b50f941d0 | 7 | DEBUG_AUX= 0 |
dgabino | 0:102b50f941d0 | 8 | DEBUG_COM= 0 |
dgabino | 0:102b50f941d0 | 9 | DEBUG_REG= 0 |
dgabino | 0:102b50f941d0 | 10 | DEBUG_MCU= 0 |
dgabino | 0:102b50f941d0 | 11 | DEBUG_HAL= 0 |