diff options
author | Sylvain Miermont <smiermont@semtech.com> | 2013-11-22 17:08:59 +0100 |
---|---|---|
committer | Sylvain Miermont <smiermont@semtech.com> | 2013-11-22 17:08:59 +0100 |
commit | 0d3fcabc3616d95f9fbeeb367087926dcdb32ca1 (patch) | |
tree | 7769a5bb9217a49e67145ae47cc993bfcdb01891 /libloragw/Makefile | |
parent | b9710cd6fa8195e442f8bbce53364a125c9198ad (diff) | |
download | lora_gateway-0d3fcabc3616d95f9fbeeb367087926dcdb32ca1.tar.gz lora_gateway-0d3fcabc3616d95f9fbeeb367087926dcdb32ca1.tar.bz2 lora_gateway-0d3fcabc3616d95f9fbeeb367087926dcdb32ca1.zip |
v1.1.0v1.1.0
- Fixed bug 'no TX on radio B' (rfch 1)
- Added feature: concentrator processing delay compensation in the receive() function for accurate 'end of packet' even timestamping
- Added feature: TX 'start delay' compensation in the send() function to emit packet exactly on target timestamp
- Added feature: timestamp counter verification in send() function, return an error if scheduling was too late
- Switched license to 'Revised BSD'
Diffstat (limited to 'libloragw/Makefile')
-rw-r--r-- | libloragw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libloragw/Makefile b/libloragw/Makefile index 6c004f1..b910c92 100644 --- a/libloragw/Makefile +++ b/libloragw/Makefile @@ -61,7 +61,7 @@ endif obj/loragw_reg.o: .conf_ok src/loragw_reg.c inc/loragw_reg.h inc/loragw_spi.h $(CC) -c $(C99FLAGS) src/loragw_reg.c -o obj/loragw_reg.o $(FLAG_REG) -obj/loragw_hal.o: .conf_ok src/loragw_hal.c src/arb_fw.var src/agc_fw.var inc/loragw_hal.h inc/loragw_reg.h inc/loragw_spi.h inc/loragw_aux.h +obj/loragw_hal.o: .conf_ok VERSION src/loragw_hal.c src/arb_fw.var src/agc_fw.var inc/loragw_hal.h inc/loragw_reg.h inc/loragw_spi.h inc/loragw_aux.h $(CC) -c $(C99FLAGS) src/loragw_hal.c -o obj/loragw_hal.o -D LGW_PHY="\"$(LGW_PHY)\"" $(FLAG_HAL) # test programs |