forked from Lora-net/lora_gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added TX power management. - Added full support for SX1301 reference board. - Changed build system with configuration for multiple chip/radio/band support. - SX125x bandwidth set to 1MHz by default (was 800 kHz). - Solved warnings with 64b integer printf when compiling on x86_64. - Renamed helper programs to reduce the concentrator vs. gateway confusion.
- Loading branch information
Sylvain Miermont
committed
Mar 28, 2014
1 parent
0e2b2cf
commit f991b0e
Showing
67 changed files
with
3,507 additions
and
2,331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
### Environment constants | ||
|
||
CROSS_COMPILE := | ||
export | ||
|
||
### general build targets | ||
|
||
all: | ||
$(MAKE) all -e -C libloragw | ||
$(MAKE) all -e -C util_band_survey | ||
$(MAKE) all -e -C util_pkt_logger | ||
$(MAKE) all -e -C util_spi_stress | ||
$(MAKE) all -e -C util_tx_test | ||
|
||
clean: | ||
$(MAKE) clean -e -C libloragw | ||
$(MAKE) clean -e -C util_band_survey | ||
$(MAKE) clean -e -C util_pkt_logger | ||
$(MAKE) clean -e -C util_spi_stress | ||
$(MAKE) clean -e -C util_tx_test | ||
|
||
### EOF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.3.0 |
File renamed without changes.
Oops, something went wrong.