v1.0.0
* Initial release for SX1302 CoreCell Reference Design.
This commit is contained in:
parent
c7a5171a47
commit
4c61c5d48e
79 changed files with 30157 additions and 0 deletions
19
libloragw/library.cfg
Normal file
19
libloragw/library.cfg
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
DEBUG_RAD= 0
|
||||
DEBUG_CAL= 0
|
||||
DEBUG_SX1302= 0
|
||||
|
||||
### Configuration options ###
|
||||
BYPASS_FW_INIT = 0
|
||||
FPGA_BOARD_16_CH = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue